Started by an SCM change Running as SYSTEM Agent basic-5vxjj is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717160351677" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_sensinact_svc_cluster_local_sensinactx" name: "basic-5vxjj" 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-5vxjj" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-5vxjj" - 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-3206.vb_15dcf73f6a_9" 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-5vxjj (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-ssh18014396283099222307.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 48dcadfad7f718156f564bc1b653e3bb4b793cde (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 48dcadfad7f718156f564bc1b653e3bb4b793cde # timeout=10 Commit message: "Fixed wrong import" > git rev-list --no-walk 4c692a252d6f2c608cd391321b0e99a9b9360ca0 # timeout=10 Parsing POMs Failed to transfer Could not find artifact org.osgi:org.osgi.test.bom:pom:1.3.0 in eclipse-sensinact (https://repo.eclipse.org/content/groups/sensinact/) Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.bom/1.3.0/org.osgi.test.bom-1.3.0.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 41105 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 41105 <===[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 internal Testdata 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] Northbound Connectors [pom] [INFO] Northbound Security Providers [pom] [INFO] SensiNact Northbound Security API [jar] [INFO] Northbound Session Provider [pom] [INFO] SensiNact Northbound Session API [jar] [INFO] SensiNact Northbound Session Provider [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] SensiNact Northbound Filters [pom] [INFO] SensiNact Northbound Filters :: Core [jar] [INFO] SensiNact Northbound Filters :: LDAP [jar] [INFO] SensiNact Northbound Query Handler [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] SensiNact Northbound Gogo Shell Commands [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/73] [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 156 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 495 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 2.0 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 856 kB/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 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.pom (10.0 kB at 72 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.jar (105 kB at 1.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.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 372 kB/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 578 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 1.9 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 1.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.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 1.5 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 237 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 1.1 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 2.2 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 298 kB/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.1 MB/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 291 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 168 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 157 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 177 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 109 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 232 kB/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 200 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 291 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 19 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 546 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 2.0 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 108 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 131 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.1 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 22 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5/1.3.0/org.osgi.test.junit5-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.3.0/org.osgi.test.junit5-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.3.0/org.osgi.test.junit5-1.3.0.pom (4.9 kB at 68 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.common/1.3.0/org.osgi.test.common-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.3.0/org.osgi.test.common-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.3.0/org.osgi.test.common-1.3.0.pom (4.3 kB at 34 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5.cm/1.3.0/org.osgi.test.junit5.cm-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.cm/1.3.0/org.osgi.test.junit5.cm-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.cm/1.3.0/org.osgi.test.junit5.cm-1.3.0.pom (5.3 kB at 40 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 86 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.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 11 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 102 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 174 kB/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 232 kB/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 55 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 202 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 333 kB/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 530 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 3.9 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.8 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 891 kB/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 3.0 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 1.6 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 5.9 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 11 MB/s) [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ sensinact-parent --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 425 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-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 2.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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 263 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 173 kB/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 568 kB/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 751 kB/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 590 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 91 kB/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 154 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 438 kB/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 37 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 424 kB/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 910 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 102 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 806 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 181 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 108 kB/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 148 kB/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 618 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 600 kB/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 271 kB/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 997 kB/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 138 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 159 kB/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/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 2.0 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 2.4 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 914 kB/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 243 kB/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 1.1 MB/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 931 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 113 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 215 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 130 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 290 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 125 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 370 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 633 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 91 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 326 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 510 kB/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 333 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 364 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 737 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 354 kB/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 172 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 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 228 kB/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.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 137 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 289 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 392 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 1.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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 402 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 143 kB/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 214 kB/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 494 kB/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 739 kB/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 102 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 41 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 182 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.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-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 626 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 269 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 836 kB/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 465 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 669 kB/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 33 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 678 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 349 kB/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 812 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 252 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 516 kB/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 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom (7.6 kB at 253 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 2.3 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 5.2 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 414 kB/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 235 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 278 kB/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 65 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 487 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 241 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 160 kB/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 225 kB/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 186 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 483 kB/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 129 kB/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 462 kB/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 97 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom (748 B at 8.4 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom (4.8 kB at 50 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.0.0/maven-common-artifact-filters-3.0.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.0.0/maven-common-artifact-filters-3.0.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.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 344 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 10 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 5.4 MB/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 430 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/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.1 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 4.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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 1.2 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 at 107 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 429 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.0 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 90 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 787 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.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-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/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-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/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/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.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/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.jar [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.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/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/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.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/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.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.0.0/maven-common-artifact-filters-3.0.0.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/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-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.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.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar [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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.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 602 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.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 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 895 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 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-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 1.3 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 3.2 MB/s) [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/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 1.1 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.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 75 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.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.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 561 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 375 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 2.4 MB/s) [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/aopalliance/aopalliance/1.0/aopalliance-1.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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.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 45 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 3.3 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/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 432 kB/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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.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 220 kB/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] 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 102 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.9.0/maven-artifact-transfer-0.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 2.8 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.0.0/maven-common-artifact-filters-3.0.0.jar [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 1.6 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/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 343 kB/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.2.5/maven-plugin-api-3.2.5.jar (46 kB at 249 kB/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/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar (123 kB at 665 kB/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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.1 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 814 kB/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/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [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 152 kB/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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.2 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 857 kB/s) [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 116 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 9.6 MB/s) [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ sensinact-parent --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway:sensinact-parent:pom:0.0.2-SNAPSHOT... [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/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 801 kB/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/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/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/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 7.4 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/.flattened-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 2.7 MB/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 1.7 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 24 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 11 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-20240531.125934-87.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-20240531.125934-87.pom (27 kB at 248 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 6.5 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 3.8 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 2.2 kB/s) [INFO] [INFO] --------------< org.eclipse.sensinact.gateway.core:core >--------------- [INFO] Building Eclipse sensiNact core components 0.0.2-SNAPSHOT [2/73] [INFO] from core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ core --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ core --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core:core:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ core --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/.flattened-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 8.3 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-20240531.125934-87.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-20240531.125934-87.pom (1.5 kB at 25 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 4.8 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 5.3 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 4.1 kB/s) [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.core:annotation >------------ [INFO] Building SensiNact core Annotations 0.0.2-SNAPSHOT [3/73] [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 395 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.6 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 137 kB/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 676 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.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 601 kB/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 3.6 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.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.2 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 217 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 992 kB/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 2.9 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 1.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.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 737 kB/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 356 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 582 kB/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 4.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.0 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 911 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 37 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 131 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 130 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 209 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/org/osgi/org.osgi.test.junit5/1.3.0/org.osgi.test.junit5-1.3.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.common/1.3.0/org.osgi.test.common-1.3.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5.cm/1.3.0/org.osgi.test.junit5.cm-1.3.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.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/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 802 kB/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/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar (6.4 kB at 707 kB/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 1.6 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.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 1.2 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/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar (43 kB at 3.3 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 5.7 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 358 kB/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/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 572 kB/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 3.9 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 6.2 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 5.1 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 6.0 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/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar (586 kB at 13 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/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 716 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.3.0/org.osgi.test.junit5-1.3.0.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 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.3.0/org.osgi.test.common-1.3.0.jar [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 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.cm/1.3.0/org.osgi.test.junit5.cm-1.3.0.jar [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 28 MB/s) [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] 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 345 kB/s) [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] 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 1.5 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/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar (284 kB at 1.3 MB/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/osgi/org.osgi.test.common/1.3.0/org.osgi.test.common-1.3.0.jar (96 kB at 435 kB/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/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 54 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.3.0/org.osgi.test.junit5-1.3.0.jar (48 kB at 214 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.cm/1.3.0/org.osgi.test.junit5.cm-1.3.0.jar (32 kB at 145 kB/s) [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 292 kB/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 2.2 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ annotation --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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 148 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 385 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 350 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 183 kB/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 1.4 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 356 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 836 kB/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 576 kB/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 2.0 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 5.7 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 728 kB/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.1 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 364 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/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 9.5 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/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] 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/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 27 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/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 3.2 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 606 kB/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 15 MB/s) [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 2.6 MB/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 17 MB/s) [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/src/main/resources [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ annotation --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core:annotation:jar:0.0.2-SNAPSHOT... [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 339 kB/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 454 kB/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 3.6 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 998 kB/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 750 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 2.4 MB/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 13 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 1.2 MB/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 1.0 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 8.0 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 547 kB/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 151 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 2.7 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 626 kB/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 1.3 MB/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 1.9 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-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 2.1 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] 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 13 MB/s) [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 1.2 MB/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-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 44 MB/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.8 MB/s) [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 3.8 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 5.5 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 14 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 2.1 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 576 kB/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.3 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 771 kB/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 105 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 128 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 107 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 69 kB/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 155 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 106 kB/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 235 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 242 kB/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 437 kB/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 235 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 117 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 426 kB/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 1.4 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 270 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 182 kB/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 347 kB/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 146 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-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-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-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/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-utils/1.5.8/plexus-utils-1.5.8.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.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/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/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 11 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-settings/3.0/maven-settings-3.0.jar (47 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-artifact/3.0/maven-artifact-3.0.jar (52 kB at 4.3 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-core/3.0/maven-core-3.0.jar (527 kB at 41 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-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 2.5 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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 2.0 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/3.0/maven-model-3.0.jar (165 kB at 10 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-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 2.6 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/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 7.0 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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 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-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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 589 kB/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/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 4.4 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/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 4.0 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/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 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.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/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 1.4 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/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar (198 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.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 7.4 MB/s) [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 412 kB/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] 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.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 847 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.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 592 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/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 738 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/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 6.5 MB/s) [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 446 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] 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.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 1.5 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 7.9 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.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 370 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/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 688 kB/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/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar (652 kB at 9.7 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.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar (41 kB at 608 kB/s) [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 199 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 468 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 11 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 30 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 716 kB/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 133 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 1.9 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 3.6 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 455 kB/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 163 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 4.3 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 1.9 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 93 kB/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 571 kB/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 354 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 196 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 497 kB/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 115 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-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 439 kB/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 62 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 637 kB/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 2.4 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 219 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 3.4 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 55 kB/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 277 kB/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 218 kB/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 360 kB/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 111 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 730 kB/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 239 kB/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 267 kB/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 98 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 276 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 280 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 316 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 1.1 MB/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 120 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 297 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 1.0 MB/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 2.3 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 1.8 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 214 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 180 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 256 kB/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 304 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 5.1 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 2.1 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 754 kB/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/junit/junit/4.12/junit-4.12.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/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 33 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/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 1.4 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/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 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-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/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 16 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/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 4.0 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/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 8.1 MB/s) [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 10 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] 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/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 1.9 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/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 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-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/junit/junit/4.12/junit-4.12.jar (315 kB at 10 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 1.5 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 4.7 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-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.0 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/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 5.0 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/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.7 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/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 691 kB/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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 7.7 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/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.0 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-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 435 kB/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 173 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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.7 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/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 392 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/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 3.1 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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 174 kB/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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 265 kB/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/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 407 kB/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-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 200 kB/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/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 161 kB/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/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 597 kB/s) [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 1.6 MB/s) [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 537 kB/s) [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 505 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 4.2 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 449 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 436 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 601 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 696 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 2.0 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.1 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 227 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 3.6 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/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 18 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/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 54 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/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.0 MB/s) [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 3.2 MB/s) [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 2.4 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 4.1 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 8.9 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/.flattened-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 66 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-20240531.125934-87.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-20240531.125934-87.pom (1.9 kB at 48 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-20240531.125934-87.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-20240531.125934-87.jar (22 kB at 541 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 9.6 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 8.5 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 3.8 kB/s) [INFO] [INFO] ------------< org.eclipse.sensinact.gateway.core:geo-json >------------- [INFO] Building SensiNact GeoJSON mapping types 0.0.2-SNAPSHOT [4/73] [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 445 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 355 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.8 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 725 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 12 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 372 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 321 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 704 kB/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 33 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-annotations/2.16.1/jackson-annotations-2.16.1.jar (78 kB at 4.4 MB/s) [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 19 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ geo-json --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ geo-json --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core:geo-json:jar:0.0.2-SNAPSHOT... [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/.flattened-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/.flattened-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 159 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 80 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 65 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 584 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 36 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 55 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 140 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/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-engine/1.3.1/junit-platform-engine-1.3.1.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/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-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/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 2.2 MB/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/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/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/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/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 548 kB/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 2.8 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.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.1 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 694 kB/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.077 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.469 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/.flattened-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 67 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-20240531.125934-87.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-20240531.125934-87.pom (1.4 kB at 26 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-20240531.125934-87.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-20240531.125934-87-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-20240531.125934-87-tests.jar (14 kB at 192 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-20240531.125934-87.jar (24 kB at 310 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 9.5 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 8.5 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 3.3 kB/s) [INFO] [INFO] ---------------< org.eclipse.sensinact.gateway.core:api >--------------- [INFO] Building SensiNact core API 0.0.2-SNAPSHOT [5/73] [INFO] from core/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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] 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] 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 5.7 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-20240531.012620-181.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-20240531.012620-181.pom (4.6 kB at 83 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-20240531.012620-181.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-20240531.012620-181.jar (25 kB at 294 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ api --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ api --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core:api:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 64 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 22 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-20240531.012552-180.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-20240531.012552-180.pom (6.2 kB at 86 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 21 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-20240531.012323-182.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-20240531.012323-182.pom (2.7 kB at 64 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 30 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-20240531.012333-181.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-20240531.012333-181.pom (5.5 kB at 133 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 22 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 27 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-20240531.012420-182.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-20240531.012420-182.pom (5.5 kB at 124 kB/s) [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] 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] 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 31 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-20240531.012412-182.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-20240531.012412-182.pom (4.9 kB at 119 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-20240531.012325-184.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-20240531.012325-184.pom (2.5 kB at 63 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-20240531.012552-180.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-20240531.012552-180.jar (206 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-20240531.012323-182.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-20240531.012333-181.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-20240531.012420-182.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-20240531.012412-182.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-20240531.012325-184.jar [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-20240531.012323-182.jar (454 kB at 4.2 MB/s) [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-20240531.012420-182.jar (684 kB at 2.1 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-20240531.012412-182.jar (1.1 MB at 3.3 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-20240531.012333-181.jar (3.4 MB at 7.6 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-20240531.012325-184.jar (6.2 MB at 13 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 242 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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 18 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 158 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 401 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 18 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 13 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 13 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 6.2 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 37 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 19 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 86 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 54 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 22 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 12 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 44 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 78 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 112 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 48 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 116 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 27 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 71 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 20 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 284 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 33 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 131 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.4 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 231 kB/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 332 kB/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 2.4 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 456 kB/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 571 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 239 kB/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 42 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.9 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 36 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 21 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 31 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.pom (4.5 kB at 43 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/typedevent-parent/0.0.2/typedevent-parent-0.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/typedevent/typedevent-parent/0.0.2/typedevent-parent-0.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/typedevent/typedevent-parent/0.0.2/typedevent-parent-0.0.2.pom (16 kB at 108 kB/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 1.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/typedevent-test-bom/0.0.2/typedevent-test-bom-0.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/typedevent/typedevent-test-bom/0.0.2/typedevent-test-bom-0.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/typedevent/typedevent-test-bom/0.0.2/typedevent-test-bom-0.0.2.pom (5.7 kB at 34 kB/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 226 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 37 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 25 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 308 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 565 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 1.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.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 39 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 145 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 1.4 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 1.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 15 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 49 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 55 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 26 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 126 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 451 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 213 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 213 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 245 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 245 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 286 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 245 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 214 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 247 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 289 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 247 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 216 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 247 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 216 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 247 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 216 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 216 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 247 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 247 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 247 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 247 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 158 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 210 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 186 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 186 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 186 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 186 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 163 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom (1.3 kB at 162 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 60 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 214 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 101 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 24 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 122 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 144 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 192 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 108 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 115 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 133 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 216 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 247 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 216 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 247 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 247 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 144 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 276 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 278 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 243 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 222 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 222 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 130 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 92 kB/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 156 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.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.19.0/org.eclipse.equinox.common-3.19.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.19.0/org.eclipse.equinox.common-3.19.0.pom (1.6 kB at 194 kB/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 174 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 242 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 277 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 243 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 245 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 196 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 280 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 326 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 280 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 245 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 245 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 280 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 246 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 308 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 223 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 224 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 255 kB/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 256 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-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.jobs/3.15.200/org.eclipse.core.jobs-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.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom (1.8 kB at 223 kB/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 (1.0 kB at 102 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 277 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 193 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 242 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 149 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 163 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 163 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 140 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 217 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 75 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 122 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 217 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 244 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 140 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 244 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 279 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 140 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 279 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 107 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 123 kB/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 246 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-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.registry/3.12.0/org.eclipse.equinox.registry-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.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom (2.0 kB at 328 kB/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 (1.0 kB at 143 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 239 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 269 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 270 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 270 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 217 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 311 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 145 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 167 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 272 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 155 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 272 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 311 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 312 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 241 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 331 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 56 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 14 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 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 apache-snapshots: https://repository.apache.org/snapshots/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 108 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 367 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 272 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 109 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 155 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-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.preferences/3.11.0/org.eclipse.equinox.preferences-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.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom (2.2 kB at 155 kB/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 (981 B at 98 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 331 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 257 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 333 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 333 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 233 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 292 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 292 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 292 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 259 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 334 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 292 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 335 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 291 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 325 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 317 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 317 kB/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 278 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-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.contenttype/3.9.300/org.eclipse.core.contenttype-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.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom (2.2 kB at 316 kB/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 eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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.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 (872 B at 62 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 235 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 265 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 265 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 266 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 194 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 142 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 267 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 267 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 97 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 305 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 305 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 306 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 266 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 319 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 144 kB/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 180 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.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.7.0/org.eclipse.equinox.app-1.7.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.7.0/org.eclipse.equinox.app-1.7.0.pom (2.2 kB at 103 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 263 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 351 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 265 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 454 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 132 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 250 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 428 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 166 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 428 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 375 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 375 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 428 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 215 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 332 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 332 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 429 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 400 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 254 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 310 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 400 kB/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 400 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.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.31.0/org.eclipse.core.runtime-3.31.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.31.0/org.eclipse.core.runtime-3.31.0.pom (2.8 kB at 465 kB/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.2 kB at 28 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 81 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 (947 B at 28 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 75 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 121 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 102 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 61 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 151 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 130 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 163 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 22 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 35 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 98 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 44 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 109 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 116 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 279 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 164 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 84 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 66 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 227 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-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.expressions/3.9.300/org.eclipse.core.expressions-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.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom (1.6 kB at 199 kB/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 (952 B at 41 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 153 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 153 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 60 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 49 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 82 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 128 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 110 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 100 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 50 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 165 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 155 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 288 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 192 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 75 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 339 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 124 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 42 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.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.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.10.300/org.eclipse.core.filesystem-1.10.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.10.300/org.eclipse.core.filesystem-1.10.300.pom (2.2 kB at 274 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 140 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 210 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 180 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 67 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 230 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 181 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 211 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 230 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 101 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 60 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 101 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 62 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 361 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 253 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 115 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 117 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 86 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 160 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 300 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-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.resources/3.20.100/org.eclipse.core.resources-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.resources/3.20.100/org.eclipse.core.resources-3.20.100.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 101 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 98 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 (1.0 kB at 84 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 69 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 (980 B at 21 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 49 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 56 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 80 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 50 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 30 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 107 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 84 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 87 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 46 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 96 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 40 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 215 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 29 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 32 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 46 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 158 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 132 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-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.commands/3.12.0/org.eclipse.core.commands-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.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom (1.6 kB at 131 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 35 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 148 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 84 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 53 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 175 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 54 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 98 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 175 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 66 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 63 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 175 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 91 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 82 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 107 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 218 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 168 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 272 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom (2.2 kB at 80 kB/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 115 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 85 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 188 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 176 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 165 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 54 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 78 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 98 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 78 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 76 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 126 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 76 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 177 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 204 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 62 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 59 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 111 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 68 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 106 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 204 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 177 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 222 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 68 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 216 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 59 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 82 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 47 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 66 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 142 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 57 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 232 kB/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 188 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.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.37.0/org.eclipse.jdt.core-3.37.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.37.0/org.eclipse.jdt.core-3.37.0.pom (2.5 kB at 159 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom (1.3 kB at 88 kB/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 87 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 166 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 eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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.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.2 kB at 44 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 132 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 (846 B at 56 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 120 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 55 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 71 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 60 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 162 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 162 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 149 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 50 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 129 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 139 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 162 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 163 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 133 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 123 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 177 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-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.variables/3.6.300/org.eclipse.core.variables-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.variables/3.6.300/org.eclipse.core.variables-3.6.300.pom (1.6 kB at 99 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 80 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 202 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 202 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 189 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 241 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 177 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 165 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 177 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 176 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 204 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 241 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 55 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 110 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 83 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 94 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 78 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 240 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 255 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 96 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 185 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 219 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 341 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.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.21.300/org.eclipse.debug.core-3.21.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.21.300/org.eclipse.debug.core-3.21.300.pom (2.4 kB at 342 kB/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 eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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.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 29 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 81 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 173 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 118 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 152 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 103 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 137 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 174 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 130 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 64 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 124 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 186 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 65 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 90 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 109 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 46 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 144 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 47 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 186 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 97 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 39 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 118 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 58 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 147 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 131 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.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.21.300/org.eclipse.jdt.debug-3.21.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.21.300/org.eclipse.jdt.debug-3.21.300.pom (2.4 kB at 337 kB/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 90 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 131 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 150 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 175 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 225 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 225 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 243 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 151 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 212 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 151 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 187 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 151 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 227 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 144 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 167 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 264 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 227 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 187 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 159 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 187 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 177 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 127 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 67 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 251 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 49 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 111 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 273 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-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.launching/3.21.100/org.eclipse.jdt.launching-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.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.pom (3.2 kB at 189 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom (2.4 kB at 336 kB/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 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 66 kB/s) [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (502 B at 19 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 265 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 28 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.framework/1.3.0/org.osgi.test.assertj.framework-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.framework/1.3.0/org.osgi.test.assertj.framework-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.framework/1.3.0/org.osgi.test.assertj.framework-1.3.0.pom (4.5 kB at 40 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.log/1.3.0/org.osgi.test.assertj.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.log/1.3.0/org.osgi.test.assertj.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.log/1.3.0/org.osgi.test.assertj.log-1.3.0.pom (4.9 kB at 54 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.promise/1.3.0/org.osgi.test.assertj.promise-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.promise/1.3.0/org.osgi.test.assertj.promise-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.promise/1.3.0/org.osgi.test.assertj.promise-1.3.0.pom (4.9 kB at 29 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit4/1.3.0/org.osgi.test.junit4-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit4/1.3.0/org.osgi.test.junit4-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit4/1.3.0/org.osgi.test.junit4-1.3.0.pom (4.7 kB at 54 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 150 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 1.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0/org.osgi.test.junit5.listeners.log.osgi-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0/org.osgi.test.junit5.listeners.log.osgi-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0/org.osgi.test.junit5.listeners.log.osgi-1.3.0.pom (5.9 kB at 30 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 23 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 82 kB/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 9.0 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 22 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 21 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 121 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 35 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 133 kB/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 62 kB/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 382 kB/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 55 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 132 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 29 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 583 kB/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 447 kB/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 351 kB/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 804 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 450 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 1.1 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 5.8 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 59 kB/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.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.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/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.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/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.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/osgi/org.osgi.test.assertj.framework/1.3.0/org.osgi.test.assertj.framework-1.3.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.log/1.3.0/org.osgi.test.assertj.log-1.3.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.promise/1.3.0/org.osgi.test.assertj.promise-1.3.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit4/1.3.0/org.osgi.test.junit4-1.3.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.test.junit5.listeners.log.osgi/1.3.0/org.osgi.test.junit5.listeners.log.osgi-1.3.0.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 5.7 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.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.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar [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] 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/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar (66 kB at 8.3 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/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar (1.5 MB at 48 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/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.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 351 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 152 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/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar (170 kB at 1.7 MB/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 438 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/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.jar (38 kB at 370 kB/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.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar (12 kB at 106 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/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.jar (103 kB at 916 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.framework/1.10.0/org.osgi.framework-1.10.0.jar (382 kB at 3.3 MB/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.resource/1.0.1/org.osgi.resource-1.0.1.jar (33 kB at 272 kB/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.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar (28 kB at 205 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.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar (12 kB at 72 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/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar (388 kB at 2.2 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.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar (244 kB at 1.3 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/2.35.0/org.eclipse.emf.ecore-2.35.0.jar (1.4 MB at 7.1 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/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar (138 kB at 713 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/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 17 kB/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.scr/2.2.2/org.apache.felix.scr-2.2.2.jar (403 kB at 1.9 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.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-jackson/0.11.5/jjwt-jackson-0.11.5.jar (8.2 kB at 33 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-api/0.11.5/jjwt-api-0.11.5.jar (77 kB at 309 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.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.jar (162 kB at 600 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.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 2.7 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 164 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/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 477 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 128 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/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.jar (162 kB at 458 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/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar (49 kB at 135 kB/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/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar (133 kB at 369 kB/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/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.jar (39 kB at 106 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/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 1.4 MB/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/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 812 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/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 53 kB/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.100/org.eclipse.jdt.launching-3.21.100.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.100/org.eclipse.jdt.launching-3.21.100.jar (596 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.variables/3.6.300/org.eclipse.core.variables-3.6.300.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 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.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 1.4 MB/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.300/org.eclipse.jdt.debug-3.21.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar (22 kB at 52 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/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar (38 kB at 91 kB/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.300/org.eclipse.debug.core-3.21.300.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.300/org.eclipse.jdt.debug-3.21.300.jar (951 kB at 2.2 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.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar (411 kB at 912 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/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar (97 kB at 215 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/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.0.jar (1.2 MB at 2.4 MB/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.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar (922 kB at 1.9 MB/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.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar (74 kB at 150 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/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.jar (380 kB at 748 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.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar (94 kB at 183 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.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar (80 kB at 156 kB/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/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar (118 kB at 227 kB/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.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar (105 kB at 183 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.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar (154 kB at 255 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.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar (1.5 MB at 2.5 MB/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 482 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.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar (140 kB at 219 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.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar (120 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.framework/1.3.0/org.osgi.test.assertj.framework-1.3.0.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 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.log/1.3.0/org.osgi.test.assertj.log-1.3.0.jar [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 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.promise/1.3.0/org.osgi.test.assertj.promise-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.framework/1.3.0/org.osgi.test.assertj.framework-1.3.0.jar (66 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit4/1.3.0/org.osgi.test.junit4-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.log/1.3.0/org.osgi.test.assertj.log-1.3.0.jar (13 kB at 18 kB/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/biz/aQute/bnd/aQute.libg/7.0.0/aQute.libg-7.0.0.jar (980 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.test.junit5.listeners.log.osgi/1.3.0/org.osgi.test.junit5.listeners.log.osgi-1.3.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 827 kB/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/osgi/org.osgi.test.assertj.promise/1.3.0/org.osgi.test.assertj.promise-1.3.0.jar (15 kB at 18 kB/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/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.jar (7.3 MB at 8.5 MB/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/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.1/junit-jupiter-migrationsupport-5.10.1.jar (28 kB at 32 kB/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 44 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/osgi/org.osgi.test.junit4/1.3.0/org.osgi.test.junit4-1.3.0.jar (31 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-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/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0/org.osgi.test.junit5.listeners.log.osgi-1.3.0.jar (15 kB at 17 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-launcher/1.10.1/junit-platform-launcher-1.10.1.jar (184 kB at 191 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-runner/1.10.1/junit-platform-runner-1.10.1.jar (17 kB at 17 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-suite/1.10.1/junit-platform-suite-1.10.1.jar (6.4 kB at 6.3 kB/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-jfr/1.10.1/junit-platform-jfr-1.10.1.jar (19 kB at 19 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-reporting/1.10.1/junit-platform-reporting-1.10.1.jar (107 kB at 103 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-api/1.10.1/junit-platform-suite-api-1.10.1.jar (23 kB at 22 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-console/1.10.1/junit-platform-console-1.10.1.jar (546 kB at 525 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/platform/junit-platform-suite-commons/1.10.1/junit-platform-suite-commons-1.10.1.jar (17 kB at 16 kB/s) [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 23 kB/s) [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 63 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 1.3 MB/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 40 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/.flattened-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 46 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-20240531.125934-87.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-20240531.125934-87.pom (3.2 kB at 58 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-20240531.125934-87.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-20240531.125934-87.jar (46 kB at 843 kB/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 11 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 5.9 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 3.1 kB/s) [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.core.models:models >---------- [INFO] Building Eclipse sensiNact model components 0.0.2-SNAPSHOT [6/73] [INFO] from core/models/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ models --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ models --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ models --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core.models:models:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ models --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/.flattened-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 9.2 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-20240531.125934-87.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-20240531.125934-87.pom (1.4 kB at 22 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 5.9 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 5.3 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 3.0 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.core.models:provider >--------- [INFO] Building SensiNact Provider Model 0.0.2-SNAPSHOT [7/73] [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 66 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 418 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ provider --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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.07142857142857142 on null [INFO] internaly worked 0.07142857142857142 on null [INFO] internaly worked 0.8571428571428572 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 Service Map [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.ServiceMapImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.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/ServiceMapImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.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/ServiceMapImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceMapImpl.java [INFO] subtask Generating Dynamic Provider [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.DynamicProvider [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.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/DynamicProvider.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.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/DynamicProvider.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/DynamicProvider.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.DynamicProviderImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.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/DynamicProviderImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.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/DynamicProviderImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/DynamicProviderImpl.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] 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: 29 [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/DynamicProvider.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/DynamicProviderImpl.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/ServiceMapImpl.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] --- flatten:1.1.0:flatten (flatten) @ provider --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core.models:provider:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 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/.flattened-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 80 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-20240531.125934-87.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-20240531.125934-87.pom (3.8 kB at 75 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-20240531.125934-87.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-20240531.125934-87.jar (62 kB at 485 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 3.3 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 9.7 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 6.2 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.core.models:metadata >--------- [INFO] Building SensiNact internal Metadata Model 0.0.2-SNAPSHOT [8/73] [INFO] from core/models/metadata/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ metadata --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ metadata --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core.models:metadata:jar:0.0.2-SNAPSHOT... [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/.flattened-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 80 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-20240531.125934-87.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-20240531.125934-87.pom (3.1 kB at 28 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-20240531.125934-87.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-20240531.125934-87.jar (50 kB at 971 kB/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 11 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 7.4 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.0 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.core.models:testdata >--------- [INFO] Building SensiNact internal Testdata Model 0.0.2-SNAPSHOT [9/73] [INFO] from core/models/testdata/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ testdata --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ testdata --- [INFO] [INFO] --- bnd-generate:7.0.0:generate (default) @ testdata --- [INFO] created instructions from steps: src/main/resources/model/testdata.genmodel;output=src/main/java;clear=false;generate="geckoEMF";genmodel="src/main/resources/model/testdata.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/testdata/src/main/java [INFO] genmodelLocation: null [INFO] Running for genmodel src/main/resources/model/testdata.genmodel in /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata [INFO] Setting up ResourceUriHandler: [INFO] bsn: testdata [INFO] base: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata [INFO] projectDirName: testdata [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://testdata/src/main/resources/model/testdata.genmodel [INFO] Asked to handle resource://testdata/src/main/resources/model/testdata.genmodel [INFO] Asked to handle resource://testdata/src/main/resources/model/testdata.genmodel [INFO] Asked to open InputStream for resource://testdata/src/main/resources/model/testdata.genmodel [INFO] sanatized uri resource://testdata/src/main/resources/model/testdata.genmodel [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] Configuring Jet [INFO] Setting modelDirectory/testdata/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.125 on null [INFO] internaly worked 0.125 on null [INFO] internaly worked 0.75 on null [INFO] subtask [INFO] subtask Generating Code for TestdataPackage [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle resource://testdata/src/main/resources/model/testdata.ecore [INFO] Asked to handle resource://testdata/src/main/resources/model/testdata.ecore [INFO] Asked to open InputStream for resource://testdata/src/main/resources/model/testdata.ecore [INFO] sanatized uri resource://testdata/src/main/resources/model/testdata.ecore [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Generating package interface info for package 'org.eclipse.sensinact.model.core.testdata.TestdataPackage' [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.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://testdata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to handle resource://testdata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to open InputStream for resource://testdata/../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://testdata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] Asked to handle resource://testdata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] Asked to open InputStream for resource://testdata/../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: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.testdata.impl.TestdataPackageImpl [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] subtask Generating factory interface info for package 'org.eclipse.sensinact.model.core.testdata.TestdataFactory' [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.testdata.impl.TestdataFactoryImpl [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.testdata.util.TestdataSwitch [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.testdata.util.TestdataAdapterFactory [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] subtask Generating EPackageConfigurator for package 'testdata' [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] subtask Generating OSGi configuration component for package 'testdata' [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] subtask Generating package info for package 'testdata' [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] toPlatformResourceURI: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] toPlatformResourceURI esult: /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] subtask Generating Test Sensor [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.testdata.TestSensor [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.testdata.impl.TestSensorImpl [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] subtask Generating Test Temperatur [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.testdata.TestTemperatur [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.testdata.impl.TestTemperaturImpl [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] subtask Generating Test Admin [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.testdata.TestAdmin [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.testdata.impl.TestAdminImpl [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] subtask Generating Dynamic Test Sensor [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.testdata.DynamicTestSensor [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.testdata.impl.DynamicTestSensorImpl [INFO] subtask Generating /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] Asked if exists platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] Asked to open InputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] sanatized uri resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] bsn according to URI testdata [INFO] The bsn segment part fits to: testdata [INFO] subtask Preparing new /testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] Asked to handle platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] Asked to open OutputStream for platform:/resource/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] Sanatized resource://testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.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] Files generated: 19 [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/DynamicTestSensor.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestAdmin.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestSensor.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestTemperatur.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/TestdataPackage.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataConfigurationComponent.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/configuration/TestdataEPackageConfigurator.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/DynamicTestSensorImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestAdminImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestSensorImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestTemperaturImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataFactoryImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/TestdataPackageImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/impl/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataAdapterFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/TestdataSwitch.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/main/java/org/eclipse/sensinact/model/core/testdata/util/package-info.java [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ testdata --- [INFO] Copying 2 resources [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ testdata --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core.models:testdata:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ testdata --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ testdata --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ testdata --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ testdata --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ testdata --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ testdata --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ testdata --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/target/testdata-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ testdata --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ testdata --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/testdata/0.0.2-SNAPSHOT/testdata-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/target/testdata-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/testdata/0.0.2-SNAPSHOT/testdata-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ testdata --- [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/testdata/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/testdata/0.0.2-SNAPSHOT/maven-metadata.xml (799 B at 44 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/testdata/0.0.2-SNAPSHOT/testdata-0.0.2-20240531.125934-8.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/testdata/0.0.2-SNAPSHOT/testdata-0.0.2-20240531.125934-8.pom (3.1 kB at 70 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/testdata/0.0.2-SNAPSHOT/testdata-0.0.2-20240531.125934-8.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/testdata/0.0.2-SNAPSHOT/testdata-0.0.2-20240531.125934-8.jar (31 kB at 458 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/testdata/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/testdata/maven-metadata.xml (309 B at 9.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/testdata/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/testdata/0.0.2-SNAPSHOT/maven-metadata.xml (799 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/testdata/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/testdata/maven-metadata.xml (309 B at 4.2 kB/s) [INFO] [INFO] -------------< org.eclipse.sensinact.gateway.core:emf-api >------------- [INFO] Building SensiNact core API with EMF dependencies 0.0.2-SNAPSHOT [10/73] [INFO] from core/emf-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ emf-api --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ emf-api --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core:emf-api:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ emf-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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/.flattened-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 79 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-20240531.125934-85.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-20240531.125934-85.pom (3.4 kB at 52 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-20240531.125934-85.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-20240531.125934-85.jar (14 kB at 313 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 69 B/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 5.3 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 3.8 kB/s) [INFO] [INFO] --------------< org.eclipse.sensinact.gateway.core:impl >--------------- [INFO] Building SensiNact core implementation 0.0.2-SNAPSHOT [11/73] [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 36 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 189 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 45 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 211 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.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.7 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ impl --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ impl --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.core:impl:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 60 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: 2.062 s - in org.eclipse.sensinact.core.model.impl.ModelBuildingTest [INFO] Running org.eclipse.sensinact.core.model.nexus.impl.SubscriptionTest 2024-05-31T13:00:57.537430544Z 2024-05-31T13:00:57.641354104Z 2024-05-31T13:00:57.811876831Z 2024-05-31T13:00:57.912345680Z 2024-05-31T13:00:58.058715592Z 2024-05-31T13:00:58.158830688Z 2024-05-31T13:00:58.281115108Z 2024-05-31T13:00:58.381236010Z [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 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: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 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.272 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.982 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.166 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.027 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.013 s - in org.eclipse.sensinact.core.extract.impl.GenericDtoExtractorTest [INFO] Running org.eclipse.sensinact.core.extract.impl.AnnotationBasedDtoExtractorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.sensinact.core.extract.impl.AnnotationBasedDtoExtractorTest [INFO] Running org.eclipse.sensinact.core.twin.impl.SensinactTwinTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 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.138 s - in org.eclipse.sensinact.core.emf.util.EMFUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 142, 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.eclipse.sensinact.gateway.core.models.testdata;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 96 kB/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 77 MB/s) [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/integration-test.bndrun: May 31, 2024 1:01:08 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started May 31, 2024 1:01:09 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DataUpdateServiceTestProvider/DataUpdateServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/testAdmin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/location Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/testAdmin Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/location Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/testAdmin Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider/temp Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider/temp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/DynamicTestSensor/DynamicProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/DynamicTestSensor/DynamicProvider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/DynamicTestSensor/DynamicProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/DynamicTestSensor/DynamicProvider/temp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/DynamicTestSensor/DynamicProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/DynamicTestSensor/DynamicProvider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/DynamicTestSensor/DynamicProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/DynamicTestSensor/DynamicProvider/temp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/DynamicTestSensor/DynamicProvider/temp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/DynamicTestSensor/DynamicProvider/temp/v1 ERROR o.e.s.core.impl.DataUpdateImpl - An unexpected exception type occurred getting failures from data updates java.lang.NullPointerException: Cannot invoke "org.eclipse.sensinact.core.emf.model.EMFService.getResources()" because "service" is null at org.eclipse.sensinact.core.impl.SetValueCommand.doCall(SetValueCommand.java:92) at org.eclipse.sensinact.core.impl.SetValueCommand.call(SetValueCommand.java:45) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.safeCall(AbstractSensinactCommand.java:62) at org.eclipse.sensinact.core.command.IndependentCommands.safeCall(IndependentCommands.java:59) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.eclipse.sensinact.core.command.IndependentCommands.call(IndependentCommands.java:54) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.safeCall(AbstractSensinactCommand.java:62) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.call(AbstractSensinactCommand.java:43) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl$WorkItem.doWork(GatewayThreadImpl.java:207) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl.run(GatewayThreadImpl.java:179) Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider/tmp Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/DynamicTestSensor/DynamicProvider/tmp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/DynamicTestSensor/DynamicProvider/tmp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/DynamicTestSensor/DynamicProvider/tmp/v1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider ERROR o.e.s.core.impl.DataUpdateImpl - An unexpected exception type occurred getting failures from data updates java.lang.NullPointerException: Cannot invoke "org.eclipse.sensinact.core.emf.model.EMFService.getResources()" because "service" is null at org.eclipse.sensinact.core.impl.SetValueCommand.doCall(SetValueCommand.java:92) at org.eclipse.sensinact.core.impl.SetValueCommand.call(SetValueCommand.java:45) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.safeCall(AbstractSensinactCommand.java:62) at org.eclipse.sensinact.core.command.IndependentCommands.safeCall(IndependentCommands.java:59) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.eclipse.sensinact.core.command.IndependentCommands.call(IndependentCommands.java:54) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.safeCall(AbstractSensinactCommand.java:62) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.call(AbstractSensinactCommand.java:43) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl$WorkItem.doWork(GatewayThreadImpl.java:207) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl.run(GatewayThreadImpl.java:179) Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/TestSensor/Provider/temp/v1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/TestSensor/Provider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/service Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/service/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic DATA/AdminServiceTestProvider/AdminServiceTestProvider/admin/location Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/service_0 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/service_0/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/service_1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/service_1/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/service_2 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/service_2/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/service_3 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_0/provider_0/service_3/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/service_0 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/service_0/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/service_1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/service_1/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/service_2 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/service_2/resource Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/service_3 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/model_1/provider_1/service_3/resource Unhandled Event Handlers are being used for event sent to topic METADATA/model_0/provider_0/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/model_0/provider_0/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/model_0/provider_0/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/model_0/provider_0/service_0/resource Unhandled Event Handlers are being used for event sent to topic METADATA/model_0/provider_0/service_1/resource Unhandled Event Handlers are being used for event sent to topic METADATA/model_0/provider_0/service_2/resource Unhandled Event Handlers are being used for event sent to topic METADATA/model_0/provider_0/service_3/resource Unhandled Event Handlers are being used for event sent to topic METADATA/model_1/provider_1/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/model_1/provider_1/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/model_1/provider_1/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/model_1/provider_1/service_0/resource Unhandled Event Handlers are being used for event sent to topic METADATA/model_1/provider_1/service_1/resource Unhandled Event Handlers are being used for event sent to topic METADATA/model_1/provider_1/service_2/resource Unhandled Event Handlers are being used for event sent to topic METADATA/model_1/provider_1/service_3/resource Unhandled Event Handlers are being used for event sent to topic DATA/model_0/provider_0/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/model_0/provider_0/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/model_0/provider_0/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/model_0/provider_0/service_0/resource Unhandled Event Handlers are being used for event sent to topic DATA/model_0/provider_0/service_1/resource Unhandled Event Handlers are being used for event sent to topic DATA/model_0/provider_0/service_2/resource Unhandled Event Handlers are being used for event sent to topic DATA/model_0/provider_0/service_3/resource Unhandled Event Handlers are being used for event sent to topic DATA/model_1/provider_1/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/model_1/provider_1/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/model_1/provider_1/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/model_1/provider_1/service_0/resource Unhandled Event Handlers are being used for event sent to topic DATA/model_1/provider_1/service_1/resource Unhandled Event Handlers are being used for event sent to topic DATA/model_1/provider_1/service_2/resource Unhandled Event Handlers are being used for event sent to topic DATA/model_1/provider_1/service_3/resource [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ impl --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/.flattened-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 20 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-20240531.125934-87.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-20240531.125934-87.pom (4.2 kB at 55 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-20240531.125934-87.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-20240531.125934-87-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-20240531.125934-87.jar (192 kB at 2.7 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-20240531.125934-87-tests.jar (219 kB at 3.1 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 6.5 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 4.5 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.7 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.southbound:southbound >--------- [INFO] Building Southbound Connectors 0.0.2-SNAPSHOT [12/73] [INFO] from southbound/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ southbound --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ southbound --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ southbound --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound:southbound:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ southbound --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/.flattened-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 5.5 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-20240531.125934-87.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-20240531.125934-87.pom (1.6 kB at 31 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 26 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 4.8 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 5.7 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:device-factory >-- [INFO] Building Southbound Device Factory :: Parent 0.0.2-SNAPSHOT [13/73] [INFO] from southbound/device-factory/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ device-factory --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ device-factory --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ device-factory --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.device-factory:device-factory:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ device-factory --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/.flattened-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 6.7 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-20240531.125934-87.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-20240531.125934-87.pom (1.6 kB at 31 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 32 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 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/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 5.8 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 [14/73] [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] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ device-factory-core --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.device-factory:device-factory-core:jar:0.0.2-SNAPSHOT... [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/.flattened-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.59 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.012 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.005 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/.flattened-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 37 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-20240531.125934-87.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-20240531.125934-87.pom (3.0 kB at 69 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-20240531.125934-87.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-20240531.125934-87-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-20240531.125934-87-tests.jar (21 kB at 154 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-20240531.125934-87.jar (50 kB at 332 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-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 6.9 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 7.5 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 4.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 [15/73] [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 146 kB/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 372 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parser-csv --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ parser-csv --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.device-factory:parser-csv:jar:0.0.2-SNAPSHOT... [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/.flattened-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.682 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/.flattened-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 115 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-20240531.125934-87.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-20240531.125934-87.pom (3.3 kB at 61 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-20240531.125934-87.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-20240531.125934-87-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-20240531.125934-87-tests.jar (16 kB at 309 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-20240531.125934-87.jar (9.1 kB at 163 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 7.0 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 9.8 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 2.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 [16/73] [INFO] from southbound/device-factory/parser-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parser-json --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ parser-json --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.device-factory:parser-json:jar:0.0.2-SNAPSHOT... [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/.flattened-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: 2.02 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/.flattened-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.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-json/0.0.2-SNAPSHOT/parser-json-0.0.2-20240531.125934-87.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-20240531.125934-87.pom (2.9 kB at 43 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-20240531.125934-87.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-20240531.125934-87-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-20240531.125934-87-tests.jar (16 kB at 242 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-20240531.125934-87.jar (11 kB at 165 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 15 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 5.4 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 4.1 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.northbound:northbound >--------- [INFO] Building Northbound Connectors 0.0.2-SNAPSHOT [17/73] [INFO] from northbound/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ northbound --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ northbound --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound:northbound:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ northbound --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/.flattened-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 2.3 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-20240531.125934-83.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-20240531.125934-83.pom (5.4 kB at 71 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 8.6 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 5.0 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 5.3 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.security:security >----- [INFO] Building Northbound Security Providers 0.0.2-SNAPSHOT [18/73] [INFO] from northbound/security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ security --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ security --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ security --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.security:security:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ security --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/.flattened-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 4.3 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-20240531.125934-81.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-20240531.125934-81.pom (1.6 kB at 31 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 5.2 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 5.8 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 2.6 kB/s) [INFO] [INFO] ---< org.eclipse.sensinact.gateway.northbound.security:security-api >--- [INFO] Building SensiNact Northbound Security API 0.0.2-SNAPSHOT [19/73] [INFO] from northbound/security/security-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ security-api --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ security-api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ security-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/security-api/src/main/resources [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ security-api --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.security:security-api:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ security-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/security-api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ security-api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ security-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/security-api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ security-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ security-api --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ security-api --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ security-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/security-api/target/security-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ security-api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ security-api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/security-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/security-api/target/security-api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ security-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/security-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/security-api/0.0.2-SNAPSHOT/maven-metadata.xml (814 B at 74 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-20240531.125934-15.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-20240531.125934-15.pom (2.1 kB at 37 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-20240531.125934-15.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-20240531.125934-15.jar (11 kB at 186 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security-api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security-api/maven-metadata.xml (321 B at 7.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security-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/security-api/0.0.2-SNAPSHOT/maven-metadata.xml (814 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/security/security-api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security-api/maven-metadata.xml (321 B at 3.4 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.northbound.session:session >------ [INFO] Building Northbound Session Provider 0.0.2-SNAPSHOT [20/73] [INFO] from northbound/session/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ session --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ session --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ session --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.session:session:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ session --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/session/session/0.0.2-SNAPSHOT/session-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ session --- [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/session/session/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/session/session/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 5.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session/0.0.2-SNAPSHOT/session-0.0.2-20240531.125934-19.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session/0.0.2-SNAPSHOT/session-0.0.2-20240531.125934-19.pom (1.5 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session/maven-metadata.xml (375 B at 22 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session/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/session/session/0.0.2-SNAPSHOT/maven-metadata.xml (634 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/session/session/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session/maven-metadata.xml (375 B at 5.2 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.northbound.session:session-api >---- [INFO] Building SensiNact Northbound Session API 0.0.2-SNAPSHOT [21/73] [INFO] from northbound/session/session-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ session-api --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ session-api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ session-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/src/main/resources [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ session-api --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.session:session-api:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ session-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ session-api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ session-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ session-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ session-api --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ session-api --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ session-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/target/session-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ session-api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ session-api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/target/session-api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ session-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/session/session-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/session/session-api/0.0.2-SNAPSHOT/maven-metadata.xml (812 B at 45 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-20240531.125934-19.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-20240531.125934-19.pom (2.3 kB at 52 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-20240531.125934-19.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-20240531.125934-19.jar (8.3 kB at 139 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-api/maven-metadata.xml (379 B at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-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/session/session-api/0.0.2-SNAPSHOT/maven-metadata.xml (812 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/session/session-api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-api/maven-metadata.xml (379 B at 5.3 kB/s) [INFO] [INFO] ---< org.eclipse.sensinact.gateway.northbound.session:session-impl >---- [INFO] Building SensiNact Northbound Session Provider 0.0.2-SNAPSHOT [22/73] [INFO] from northbound/session/session-impl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ session-impl --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ session-impl --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ session-impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/src/main/resources [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ session-impl --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.session:session-impl:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ session-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ session-impl --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ session-impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ session-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ session-impl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ session-impl --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.nortbound.session.impl.DefaultSessionAuthorizationEngineTests [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.sensinact.nortbound.session.impl.DefaultSessionAuthorizationEngineTests [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) @ session-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/session-impl-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ session-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/session-impl-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ session-impl --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/integration-test.bndrun: [INFO] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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 26 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.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 64 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 52 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 280 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 13 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 572 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 1.8 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 1.3 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 1.0 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 257 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 116 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 579 kB/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 118 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 395 kB/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 273 kB/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 1.5 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 43 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 33 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 14 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 58 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 3.7 MB/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 432 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 90 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 198 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 217 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 294 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 20 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 21 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 30 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 99 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 58 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 152 kB/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 322 kB/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 513 kB/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.6 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 2.0 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 67 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 12 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 16 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 42 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 36 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 27 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 35 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 436 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 58 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 51 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 17 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 14 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 219 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 47 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 30 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 577 kB/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 734 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 598 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.1 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.9 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 674 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 2.1 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 54 kB/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 20 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 48 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 1.1 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-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 32 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 25 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 13 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 18 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 35 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 65 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 7.2 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 22 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 22 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 9.3 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 32 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 301 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 21 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 48 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 62 kB/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 1.3 MB/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 367 kB/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 1.8 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 55 kB/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.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 25 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 42 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.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 74 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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 161 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-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/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.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/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-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-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-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-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-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/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/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.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/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/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-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/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 929 kB/s) [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] 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/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/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] 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.9 MB/s) [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] 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 15 MB/s) [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/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.jar (66 kB at 1.3 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/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.jar (48 kB at 642 kB/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 120 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/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar (1.2 MB at 12 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 880 kB/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-server/3.1.3/jersey-server-3.1.3.jar (986 kB at 7.9 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/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar (161 kB at 1.2 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/core/jersey-client/3.1.3/jersey-client-3.1.3.jar (306 kB at 2.1 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 188 kB/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] 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 874 kB/s) [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 123 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/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar (78 kB at 484 kB/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-locator/3.0.4/hk2-locator-3.0.4.jar (205 kB at 1.2 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 4.2 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 417 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/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar (113 kB at 470 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/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar (80 kB at 288 kB/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/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar (75 kB at 258 kB/s) [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] 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 50 kB/s) [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/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar (207 kB at 573 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/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.jar (605 kB at 1.4 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] 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 372 kB/s) [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] 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 6.8 MB/s) [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] 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 234 kB/s) [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] 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 1.6 MB/s) [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] 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 481 kB/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/jetty-io/11.0.13/jetty-io-11.0.13.jar (216 kB at 407 kB/s) [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 113 kB/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 73 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/jetty-util/11.0.13/jetty-util-11.0.13.jar (568 kB at 983 kB/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/jetty-security/11.0.13/jetty-security-11.0.13.jar (121 kB at 206 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/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.jar (53 kB at 85 kB/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/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.jar (72 kB at 114 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 115 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/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.jar (232 kB at 354 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 188 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/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.jar (18 kB at 27 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/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar (127 kB at 191 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/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar (63 kB at 95 kB/s) [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/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.jar (329 kB at 480 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.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/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar (33 kB at 47 kB/s) [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/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 8.2 kB/s) [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 449 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 21 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 20 kB/s) [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 131 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.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.security.security-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl-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) @ session-impl --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/integration-test.bndrun: May 31, 2024 1:01:54 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 13:01:55.120 [main] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Starting 13:01:55.203 [main] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started 13:01:55.823 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy DENY_ALL May 31, 2024 1:01:55 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 13:01:56.433 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.session.manager)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Shutting down the session manager 13:01:56.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.session.manager)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy AUTHENTICATED_ONLY 13:01:56.489 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.490 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.490 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:56.490 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:01:56.490 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.491 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.492 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.492 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.493 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.493 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.494 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.495 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.495 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 8fafc567-58a8-4de0-bc49-63f2c7225ed7 for user 13:01:56.495 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:01:56.495 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:56.495 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user bob 13:01:56.495 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.496 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session f2b97885-0d20-4f34-806a-05d234aa771e for user bob 13:01:56.496 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user bob 13:01:56.497 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.498 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.498 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.499 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.500 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.500 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.510 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.510 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session 8fafc567-58a8-4de0-bc49-63f2c7225ed7 for user 13:01:56.511 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session f2b97885-0d20-4f34-806a-05d234aa771e for user bob 13:01:56.530 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:56.530 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:01:56.530 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.530 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 4702fd2d-cfda-4f5f-90c0-3d6038a6e28e for user 13:01:56.530 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:01:56.530 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:56.530 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user bob 13:01:56.531 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.531 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 1a2d7ed8-fa3e-4542-9d07-23fdf96d8c03 for user bob 13:01:56.530 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.567 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user bob 13:01:56.568 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.569 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.569 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.570 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.570 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.570 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session 1a2d7ed8-fa3e-4542-9d07-23fdf96d8c03 for user bob 13:01:56.570 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session 4702fd2d-cfda-4f5f-90c0-3d6038a6e28e for user 13:01:56.571 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.571 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.572 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.572 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.573 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.573 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.573 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.574 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.574 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.575 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.583 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.583 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:56.583 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.583 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:01:56.583 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.583 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session b181e25b-6bba-4278-99ee-aa391139586b for user 13:01:56.583 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:01:56.583 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:56.583 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user bob 13:01:56.583 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.584 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session e1ed3b3f-cc2d-48fc-9827-c66c4c719484 for user bob 13:01:56.584 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user bob 13:01:56.584 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.584 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.585 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.585 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.586 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.586 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.586 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session e1ed3b3f-cc2d-48fc-9827-c66c4c719484 for user bob 13:01:56.586 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session b181e25b-6bba-4278-99ee-aa391139586b for user 13:01:56.587 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.587 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.588 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.588 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.589 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.589 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.590 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.590 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.595 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.595 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.595 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:56.595 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:01:56.596 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.596 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 86dbc0e0-8377-4af4-bd06-6cd800cbf67a for user 13:01:56.596 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:01:56.596 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:56.596 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.596 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user bob 13:01:56.596 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.596 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 8e8dd8ff-f3ad-4aaf-b4b2-913937af1897 for user bob 13:01:56.596 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user bob 13:01:56.596 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.597 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.597 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.598 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.598 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.598 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session 86dbc0e0-8377-4af4-bd06-6cd800cbf67a for user 13:01:56.598 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session 8e8dd8ff-f3ad-4aaf-b4b2-913937af1897 for user bob 13:01:56.599 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.600 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.600 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.601 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.601 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.602 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.602 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.603 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.670 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.670 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:56.670 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:01:56.670 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.670 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.670 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 3b533204-27cc-48f7-a5a7-78a51c01adaf for user 13:01:56.670 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:01:56.671 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:56.671 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user bob 13:01:56.671 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.671 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.671 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session da630c20-9c75-46b8-807f-23e712b9fa5f for user bob 13:01:56.671 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user bob 13:01:56.671 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.672 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.672 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.673 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.673 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.674 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.674 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session da630c20-9c75-46b8-807f-23e712b9fa5f for user bob 13:01:56.674 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session 3b533204-27cc-48f7-a5a7-78a51c01adaf for user 13:01:56.674 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.675 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.675 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.676 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.676 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.677 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.677 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.677 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.678 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.682 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.682 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 79369225-e0db-48ac-a0e7-4a7e55b031ee for user 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user bob 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.683 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 2193e07c-3f35-4173-b816-39033d486487 for user bob 13:01:56.683 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user bob 13:01:56.683 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.684 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.684 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.685 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.685 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.686 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.686 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session 79369225-e0db-48ac-a0e7-4a7e55b031ee for user 13:01:56.686 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Clearing session 2193e07c-3f35-4173-b816-39033d486487 for user bob 13:01:56.686 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.687 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.687 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.687 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.688 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.694 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.695 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:56.748 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.session.manager)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Shutting down the session manager 13:01:56.749 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.session.manager)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy DENY_ALL 13:01:56.821 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.session.manager)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Shutting down the session manager 13:01:56.822 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.session.manager)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy AUTHENTICATED_ONLY 13:01:56.826 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:56.826 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:01:56.826 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:56.826 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 69127909-1347-4872-9261-53edfd81ef40 for user 13:01:56.826 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:01:57.336 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.337 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.337 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.337 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.338 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.338 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.339 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.339 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.339 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.340 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.340 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.341 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.341 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.341 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:57.342 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.329 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:58.329 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session 69127909-1347-4872-9261-53edfd81ef40 for user 13:01:58.331 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:58.331 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user bob 13:01:58.331 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:01:58.331 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session d1dbc3fe-77d8-482a-ba0f-b16ad31e9d98 for user bob 13:01:58.331 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user bob 13:01:58.334 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.338 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:58.338 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session d1dbc3fe-77d8-482a-ba0f-b16ad31e9d98 for user bob 13:01:58.841 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.842 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.842 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.843 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.843 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.844 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.844 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.845 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.846 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.846 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.847 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.847 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.848 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.848 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:58.849 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:59.351 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:59.351 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:59.852 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:01:59.852 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session 69127909-1347-4872-9261-53edfd81ef40 for user 13:01:59.852 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user bob 13:01:59.852 [main] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session d1dbc3fe-77d8-482a-ba0f-b16ad31e9d98 for user bob 13:01:59.854 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:01:59.908 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.session.manager)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Shutting down the session manager 13:01:59.909 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.session.manager)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy DENY_ALL [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ session-impl --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/session-impl-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/session-impl-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ session-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/northbound/session/session-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/northbound/session/session-impl/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/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-20240531.125934-19.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-20240531.125934-19.pom (3.1 kB at 59 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-20240531.125934-19.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-20240531.125934-19-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-20240531.125934-19-tests.jar (19 kB at 291 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-20240531.125934-19.jar (45 kB at 565 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/maven-metadata.xml (380 B at 7.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-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/northbound/session/session-impl/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/session/session-impl/maven-metadata.xml (380 B at 3.7 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.http:http-parent >------ [INFO] Building Southbound HTTP :: Parent 0.0.2-SNAPSHOT [23/73] [INFO] from southbound/http/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-parent --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ http-parent --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ http-parent --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.http:http-parent:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-parent --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/.flattened-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 5.1 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-20240531.125934-87.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-20240531.125934-87.pom (2.0 kB at 46 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 31 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 6.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 3.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.http:http-device-factory >-- [INFO] Building Sensinact Southbound HTTP :: Device Factory 0.0.2-SNAPSHOT [24/73] [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 48 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 18 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-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-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 5.0 MB/s) [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] 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 249 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-device-factory --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ http-device-factory --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.http:http-device-factory:jar:0.0.2-SNAPSHOT... [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.096 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.northbound.security.security-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl;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.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) @ http-device-factory --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/integration-test.bndrun: May 31, 2024 1:02: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 May 31, 2024 1:02: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 May 31, 2024 1:02:08 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started May 31, 2024 1:02: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 INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.10+7 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@6f1b8544{HTTP/1.1, (http/1.1)}{0.0.0.0:33285} INFO org.eclipse.jetty.server.Server - Started Server@2ffb3aec{STARTING}[11.0.13,sto=0] @2901ms INFO org.eclipse.jetty.server.Server - Stopped Server@2ffb3aec{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@6f1b8544{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.10+7 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@5d7911d5{HTTP/1.1, (http/1.1)}{0.0.0.0:40981} INFO org.eclipse.jetty.server.Server - Started Server@5a08b084{STARTING}[11.0.13,sto=0] @5560ms INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.10+7 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@151732fb{HTTP/1.1, (http/1.1)}{0.0.0.0:41945} INFO org.eclipse.jetty.server.Server - Started Server@40ed1802{STARTING}[11.0.13,sto=0] @5561ms INFO org.eclipse.jetty.server.Server - Stopped Server@5a08b084{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@5d7911d5{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@40ed1802{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@151732fb{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.10+7 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@43245559(server,h=[localhost],a=[],w=[]) for Server@42e4e589[provider=null,keyStore=file:///tmp/sensinact-http14297345207788810342/server.jks,trustStore=null] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@25b38203{SSL, (ssl, http/1.1)}{0.0.0.0:44943} INFO org.eclipse.jetty.server.Server - Started Server@61191222{STARTING}[11.0.13,sto=0] @21142ms INFO org.eclipse.jetty.server.Server - Stopped Server@61191222{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@25b38203{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.10+7 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@56826a75(server,h=[localhost],a=[],w=[]) for Server@49cd946c[provider=null,keyStore=file:///tmp/sensinact-http14297345207788810342/server.jks,trustStore=file:///tmp/sensinact-http14297345207788810342/trust.jks] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@477021ee{SSL, (ssl, http/1.1)}{0.0.0.0:39985} INFO org.eclipse.jetty.server.Server - Started Server@4b87074a{STARTING}[11.0.13,sto=0] @21588ms ERROR o.e.s.g.s.h.f.HttpDeviceFactory - Error accessing https://localhost:39985/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@4b87074a{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@477021ee{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.10+7 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@5696c927(server,h=[localhost],a=[],w=[]) for Server@7459a21e[provider=null,keyStore=file:///tmp/sensinact-http14297345207788810342/server.jks,trustStore=null] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@624b523{SSL, (ssl, http/1.1)}{0.0.0.0:40721} INFO org.eclipse.jetty.server.Server - Started Server@577bf0aa{STARTING}[11.0.13,sto=0] @22676ms ERROR o.e.s.g.s.h.f.HttpDeviceFactory - Error accessing https://localhost:40721/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:1351) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1226) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1169) 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:1329) ... 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@577bf0aa{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@624b523{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.10+7 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@124d26ba(server,h=[localhost],a=[],w=[]) for Server@415d88de[provider=null,keyStore=file:///tmp/sensinact-http14297345207788810342/server.jks,trustStore=null] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@1a2e0d57{SSL, (ssl, http/1.1)}{0.0.0.0:41611} INFO org.eclipse.jetty.server.Server - Started Server@739e8b96{STARTING}[11.0.13,sto=0] @23755ms WARN o.e.j.u.ssl.SslContextFactory.config - Trusting all certificates configured for Client@5fea31fe[provider=null,keyStore=null,trustStore=null] WARN o.e.j.u.ssl.SslContextFactory.config - No Client EndPointIdentificationAlgorithm configured for Client@5fea31fe[provider=null,keyStore=null,trustStore=null] INFO org.eclipse.jetty.server.Server - Stopped Server@739e8b96{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@1a2e0d57{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.10+7 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@1d3c112a(server,h=[localhost],a=[],w=[]) for Server@2a140ce5[provider=null,keyStore=file:///tmp/sensinact-http14297345207788810342/server.jks,trustStore=file:///tmp/sensinact-http14297345207788810342/trust.jks] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@2506e949{SSL, (ssl, http/1.1)}{0.0.0.0:42317} INFO org.eclipse.jetty.server.Server - Started Server@489bc8fd{STARTING}[11.0.13,sto=0] @23935ms INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@7a53e2e5(client,h=[client],a=[],w=[]) for Client@6b43ee43[provider=null,keyStore=file:///tmp/sensinact-http14297345207788810342/client.jks,trustStore=file:///tmp/sensinact-http14297345207788810342/trust.jks] INFO org.eclipse.jetty.server.Server - Stopped Server@489bc8fd{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@2506e949{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.10+7 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@a54acec{HTTP/1.1, (http/1.1)}{0.0.0.0:36341} INFO org.eclipse.jetty.server.Server - Started Server@3380ca3d{STARTING}[11.0.13,sto=0] @24209ms ERROR o.e.s.g.s.h.f.HttpDeviceFactory - HTTP error 404 accessing http://localhost:36341/non-existent ERROR o.e.s.g.s.h.f.HttpDeviceFactory - Error accessing https://localhost:36341/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@3380ca3d{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@a54acec{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/.flattened-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 9.4 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-20240531.125934-85.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-20240531.125934-85.pom (4.6 kB at 70 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-20240531.125934-85.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-20240531.125934-85-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-20240531.125934-85-tests.jar (40 kB at 678 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-20240531.125934-85.jar (20 kB at 344 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 8.3 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 7.5 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 2.9 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.http:http-callback-whiteboard >-- [INFO] Building Sensinact Southbound HTTP :: Callback whiteboard 0.0.2-SNAPSHOT [25/73] [INFO] from southbound/http/http-callback-whiteboard/pom.xml [INFO] --------------------------------[ 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 206 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 347 kB/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 2.7 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 920 kB/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 4.3 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-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/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 18 MB/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] 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/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar (72 kB at 2.1 MB/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 4.0 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-callback-whiteboard --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ http-callback-whiteboard --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.http:http-callback-whiteboard:jar:0.0.2-SNAPSHOT... [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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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: May 31, 2024 1:02:43 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 May 31, 2024 1:02:43 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 May 31, 2024 1:02: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 May 31, 2024 1:02: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 WARN org.apache.felix.http - Jetty not started (HTTP and HTTPS disabled) May 31, 2024 1:02:44 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.10+7 INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0 INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3bd26348{/,null,AVAILABLE} INFO org.eclipse.jetty.server.Server - Started Server@1163dd40{STARTING}[11.0.13,sto=0] @3310ms INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@2ad3584a{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@1163dd40{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@2ad3584a{HTTP/1.1, (http/1.1)}{127.0.0.1:8235} INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3bd26348{/,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.10+7 INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0 INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@47a8cb7b{/,null,AVAILABLE} INFO org.eclipse.jetty.server.Server - Started Server@618ad8bd{STARTING}[11.0.13,sto=0] @4125ms INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@3336277f{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@618ad8bd{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@3336277f{HTTP/1.1, (http/1.1)}{127.0.0.1:8234} INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@47a8cb7b{/,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/.flattened-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 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-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-20240531.125934-78.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-20240531.125934-78.pom (3.7 kB at 54 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78-tests.jar (8.0 kB at 95 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-20240531.125934-78.jar (12 kB at 126 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 6.0 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 6.5 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 4.5 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-parent >------ [INFO] Building Southbound MQTT :: Parent 0.0.2-SNAPSHOT [26/73] [INFO] from southbound/mqtt/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [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 69 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 86 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 22 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.2 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 111 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 619 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 23 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 19 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 22 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 31 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 32 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 19 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 30 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 197 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 228 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 9.6 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 162 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 4.5 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 145 kB/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 11 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 50 kB/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 13 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 179 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 14 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 Maven repo: https://repo1.maven.org/maven2/com/bugsnag/bugsnag/maven-metadata.xml (1.8 kB at 43 kB/s) [INFO] Downloaded from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/bugsnag/bugsnag/maven-metadata.xml (397 B at 15 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 10 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 27 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 43 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 30 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 69 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 18 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 28 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 28 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 36 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 243 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 283 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 20 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 103 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 251 kB/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 159 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 231 kB/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 2.4 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 268 kB/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 47 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 70 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 222 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 29 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 48 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 22 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 29 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 45 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 26 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 26 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 35 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 40 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 53 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 68 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 41 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 42 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 40 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 36 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 33 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 36 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 46 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 48 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 40 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 51 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 43 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 15 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 22 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.2 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 2.5 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt-parent --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ mqtt-parent --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ mqtt-parent --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-parent:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt-parent --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/.flattened-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.6 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-20240531.125934-78.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-20240531.125934-78.pom (1.7 kB at 29 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 8.7 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 3.8 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.7 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-client >------ [INFO] Building Sensinact Southbound MQTT :: Client 0.0.2-SNAPSHOT [27/73] [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 149 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 373 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 104 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 182 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 18 kB/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 15 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 23 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/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 5.8 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 113 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/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar (8.4 MB at 73 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/io/moquette/moquette-broker/0.15/moquette-broker-0.15.jar (186 kB at 1.5 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/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.jar (677 kB at 4.8 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/io/netty/netty-common/4.1.59.Final/netty-common-4.1.59.Final.jar (647 kB at 3.9 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-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.jar (301 kB at 1.6 MB/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-handler/4.1.59.Final/netty-handler-4.1.59.Final.jar (481 kB at 2.2 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-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.jar (33 kB at 153 kB/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/4.1.59.Final/netty-codec-4.1.59.Final.jar (321 kB at 1.3 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.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-transport/4.1.59.Final/netty-transport-4.1.59.Final.jar (477 kB at 1.9 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-native-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final-linux-x86_64.jar (154 kB at 514 kB/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-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.jar (99 kB at 324 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/netty/netty-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.jar (35 kB at 113 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 2.0 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/h2database/h2-mvstore/1.4.199/h2-mvstore-1.4.199.jar (286 kB at 824 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/com/zaxxer/HikariCP/2.4.7/HikariCP-2.4.7.jar (137 kB at 376 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/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.jar (129 kB at 349 kB/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/com/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.jar (38 kB at 101 kB/s) [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 104 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 710 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 109 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 179 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt-client --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ mqtt-client --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-client:jar:0.0.2-SNAPSHOT... [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/.flattened-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: 8.507 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.367 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:1188) 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 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:1188) 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 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:1188) 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 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:1188) 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 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: 13.059 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.693 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/.flattened-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 26 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-20240531.125934-78.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-20240531.125934-78.pom (3.0 kB at 34 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78.jar (26 kB at 397 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-20240531.125934-78-tests.jar (27 kB at 406 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 2.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.5 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 2.5 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-device-factory >-- [INFO] Building Sensinact Southbound MQTT :: Device Factory 0.0.2-SNAPSHOT [28/73] [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] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ mqtt-device-factory --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-device-factory:jar:0.0.2-SNAPSHOT... [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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.northbound.security.security-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl;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: May 31, 2024 1:04:00 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started May 31, 2024 1:04:01 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/.flattened-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 9.5 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-20240531.125934-78.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-20240531.125934-78.pom (5.0 kB at 104 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78.jar (8.6 kB at 166 kB/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-20240531.125934-78-tests.jar (194 kB at 2.3 MB/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 5.7 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 10 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 2.7 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.southbound.virtual:virtual >------ [INFO] Building Virtual Southbound Connectors 0.0.2-SNAPSHOT [29/73] [INFO] from southbound/virtual/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ virtual --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ virtual --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ virtual --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.virtual:virtual:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ virtual --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/.flattened-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 5.2 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-20240531.125934-78.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-20240531.125934-78.pom (1.1 kB at 18 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 5.1 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 4.7 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 2.4 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor >-- [INFO] Building virtual-temperature-sensor 0.0.2-SNAPSHOT [30/73] [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] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ virtual-temperature-sensor --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:jar:0.0.2-SNAPSHOT... [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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.security.security-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl;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.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) @ virtual-temperature-sensor --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/integration-test.bndrun: May 31, 2024 1:04: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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started May 31, 2024 1:04: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-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/.flattened-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 47 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-20240531.125934-78.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-20240531.125934-78.pom (2.8 kB at 36 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78-tests.jar (8.1 kB at 140 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-20240531.125934-78.jar (10 kB at 116 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 3.2 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 14 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 4.8 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.southbound.history:history >------ [INFO] Building History Connectors 0.0.2-SNAPSHOT [31/73] [INFO] from southbound/history/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ history --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ history --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ history --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.history:history:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ history --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/.flattened-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 2.8 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-20240531.125934-78.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-20240531.125934-78.pom (2.4 kB at 38 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 11 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 5.2 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 4.8 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.southbound.history:history-api >---- [INFO] Building history-api 0.0.2-SNAPSHOT [32/73] [INFO] from southbound/history/history-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ history-api --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ history-api --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.history:history-api:jar:0.0.2-SNAPSHOT... [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/.flattened-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/.flattened-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/.flattened-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 64 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-20240531.125934-78.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-20240531.125934-78.pom (2.1 kB at 26 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78-tests.jar (2.8 kB at 46 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-20240531.125934-78.jar (5.1 kB at 66 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 4.2 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 10 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 3.9 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.history:timescale-provider >-- [INFO] Building timescale-provider 0.0.2-SNAPSHOT [33/73] [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 15 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 7.2 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 41 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 21 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 13 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 42 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 27 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 15 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 12 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 32 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 24 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 19 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 32 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 838 kB/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 3.2 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 173 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 39 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 21 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 109 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 57 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 23 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 169 kB/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 173 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 19 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/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar (180 kB at 2.9 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 137 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 479 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 552 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/org/testcontainers/jdbc/1.19.1/jdbc-1.19.1.jar (29 kB at 266 kB/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/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/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/testcontainers/database-commons/1.19.1/database-commons-1.19.1.jar (10 kB at 86 kB/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/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar (1.0 MB at 7.9 MB/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/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar (25 kB at 191 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/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar (1.1 MB at 7.7 MB/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/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/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 9.9 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 186 kB/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.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-zerodep/3.3.3/docker-java-transport-zerodep-3.3.3.jar (2.0 MB at 7.5 MB/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 30 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ timescale-provider --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ timescale-provider --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.southbound.history:timescale-provider:jar:0.0.2-SNAPSHOT... [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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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: May 31, 2024 1:05:00 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/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} May 31, 2024 1:05:01 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/.flattened-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 54 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-20240531.125934-78.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-20240531.125934-78.pom (4.5 kB at 73 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78.jar (20 kB at 306 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-20240531.125934-78-tests.jar (20 MB at 18 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 7.3 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 8.3 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 3.4 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.northbound.filters:filters >------ [INFO] Building SensiNact Northbound Filters 0.0.2-SNAPSHOT [34/73] [INFO] from northbound/filters/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filters --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ filters --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ filters --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.filters:filters:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ filters --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/.flattened-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 5.7 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-20240531.125934-78.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-20240531.125934-78.pom (2.2 kB at 41 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 10 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 3.7 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 2.6 kB/s) [INFO] [INFO] ---< org.eclipse.sensinact.gateway.northbound.filters:filters.core >---- [INFO] Building SensiNact Northbound Filters :: Core 0.0.2-SNAPSHOT [35/73] [INFO] from northbound/filters/filters.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filters.core --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ filters.core --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.filters:filters.core:jar:0.0.2-SNAPSHOT... [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/.flattened-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/.flattened-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/.flattened-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 114 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-20240531.125934-78.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-20240531.125934-78.pom (3.1 kB at 68 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78.jar (12 kB at 216 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-20240531.125934-78-tests.jar (2.9 kB at 47 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 16 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 19 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 7.2 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.northbound.filters:ldap >-------- [INFO] Building SensiNact Northbound Filters :: LDAP 0.0.2-SNAPSHOT [36/73] [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 126 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 635 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ldap --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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 151 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 1.0 MB/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 206 kB/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 32 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 64 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 246 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 178 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 129 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 133 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.8 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 35 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 628 kB/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 765 kB/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/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 5.2 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-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 1.2 MB/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 3.3 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 18 MB/s) [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 86 kB/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 56 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] --- flatten:1.1.0:flatten (flatten) @ ldap --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.filters:ldap:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ ldap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 s - in org.eclipse.sensinact.northbound.filters.ldap.LdapParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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: May 31, 2024 1:05:15 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started May 31, 2024 1:05:16 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component/X Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component/X/X Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component-2 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component-2/X Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component-2/X/X Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component-2/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component-2/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component-2/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/ldap-test-component/ldap-test-component-2/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/ldap-test-component/ldap-test-component/X/X Unhandled Event Handlers are being used for event sent to topic METADATA/ldap-test-component/ldap-test-component/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/ldap-test-component/ldap-test-component/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/ldap-test-component/ldap-test-component/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/ldap-test-component/ldap-test-component-2/X/X Unhandled Event Handlers are being used for event sent to topic METADATA/ldap-test-component/ldap-test-component-2/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/ldap-test-component/ldap-test-component-2/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/ldap-test-component/ldap-test-component-2/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/ldap-test-component/ldap-test-component/X/X Unhandled Event Handlers are being used for event sent to topic DATA/ldap-test-component/ldap-test-component/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/ldap-test-component/ldap-test-component/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/ldap-test-component/ldap-test-component/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/ldap-test-component/ldap-test-component-2/X/X Unhandled Event Handlers are being used for event sent to topic DATA/ldap-test-component/ldap-test-component-2/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/ldap-test-component/ldap-test-component-2/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/ldap-test-component/ldap-test-component-2/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1/sensor Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1/sensor/CO Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1/sensor/CO2 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect1/sensor/O3 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect2 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect2/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect2/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect2/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect2/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect2/sensor Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect2/sensor/CO Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/gas/Detect2/sensor/O3 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/temperature/Temp1 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/temperature/Temp1/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/temperature/Temp1/admin/friendlyName Unhandled Event Handlers are being used for evExceent sent ption to topic LIFECYCLE/temperin thread "Thread-2" ature/Temp1/admin/model Unhandled Evenjava.lt Hanang.IllegaldleArgrs umearentE beinxceptg used foionr e: Illvent sent toegal ch topic LaracterIFE 58 at index 15 ofCYCLE/temperature/Temp1/admin/modelPackageUri Unhandled Event Handlers are being used for event sent t topic stringo : LIFECYCLE/tophttic LIFECYCLE/tempps:erature/Temp1/sens//eclipse.org/sensinactor Unhan/ldap/test/naming1dled Event Handlers are being us aed fort org event sent to topic LIFECYCLE/temperature/Temp1/sensor/temperature Unhandl.apaced Event Handlers arhe.e being used for event sent to topic LIFEaries.CYCtypedevent.bus.impl.TLE/temperature/Temp1/sensor/unit Unhandled Event Handlypeers are being used for event sent to topidEventBusImc Lpl.IFEcheCYCLE/temperature/Temp2 Unhandlcked Event Handlers are being TopicSyntax(Tyused for event sent to topic LIFECYCLE/temperature/Temp2/admin UnhpedEventandled Event Handlers aBusImpl.java:504) at org.apachre being used for event sent to topic LIFECYCLE/temperature/Temp2/admie.arien/friendls.tyName ypeUnhandled Event devHandlers are being used for eent.bus.impl.TypedEvevent sent to topic LIFECYCLE/temperature/Temp2/admin/model Unhandled Event HandlersntB are being used for event sent to topic LIFECYCLE/teusImperature/mpl.Temp2/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/temperatdelivure/Temp2/seer(Tynsor Unhandled EvepedEventBusImpl.java:419nt Handlers are being used for event sent to topic LIFECYCLE/temperature/Temp2/sensor/te) at org.eclimperaturepse.sensinact.core.notific Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/temperature/Temp2/sensor/unit Unhatiandled Event Handlers are being used for event sent to topic LIFECYCLE/temperature/Temp3 oUnhandled Event Handlers are being used fn.impl.Notificor evationAent sent to topic LIFECYCLE/temperature/Temp3/admin Unhandled Event Handlerccumus are being ulatorsed for event sent to topic LIFECYCLE/temperatuImplre/Temp3/admin/friendl.lambdayName Unhandled Event Handlers are$doComp being usedlet for event sent to topic LIe$5FECYCLE/temperature/Temp3/admin/model Unhandled Event Ha(Nondlers are being used fortificationAccumulatorImpl. event sent to topic LIFECYCLE/temperature/Temp3/admin/modelPackageUri javUnhandlea:316) at java.base/jd Eventava.uti Handlers are being used for evl.stream.ForEachent sentOps$ForEachOp$OfRef to topic L.accept(FoIFECYCLE/temperatrEachOps.java:183) at java.base/urejava.uti/Tel.AbstractList$mp3/sensor Unhandled ERandomAccessSpvent Handlers are being used for event sent to topic LIFECYCLE/templiteraerature/Tetor.fmp3orEachRe/semainsor/temperature ning(AbstractList.java:720) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:3215) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.doComplete(NotificationAccumulatorImpl.java:316) at org.eclipse.sensinact.core.notification.impl.AbstractNotificationAccumulatorImpl.completeAndSend(AbstractNotificationAccumulatorImpl.java:102) at org.osgi.util.promise.PromiseImpl.onResolve(PromiseImpl.java:126) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.call(AbstractSensinactCommand.java:43) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl$WorkItem.doWork(GatewayThreadImpl.java:207) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl.run(GatewayThreadImpl.java:179) Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO2 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/O3 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect2/sensor/CO Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect2/sensor/O3 Unhandled Event Handlers arExcee being ption in used for event sentthread "Threa to topicd-2 ME" jTADATA/temperature/Temp1/sensor/temperaavature Unhandled Event Handlers are being used for event sent to.lang.IllegalArgumentException: Illegal topic METADATcharacA/temperature/Temp1ter 58 at ind/sensor/unit ex Unh14 of tandopic string: METADATA/led Event Handlers are being ushtted for event sent to topic ps://ecliMETADATA/temperature/Temp2/senspse.or/temperatureorg/sensinact/l Unhandled Event Handledaprs are being used for event sent to topic METADATA/temperature/Temp2/sensor/t/uest/naminit ng1/Unhanandleming/d Event Handlersenss are or-1bein at org useg.apache.ard for eiesvent sent to topic M.tyETADATA/tepedevmperaentture/Temp3/sensor/temperature .bus.impl.TypedEventBusImpl.checkTopicSyntax(TypedEventBusImpl.java:504) at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.deliver(TypedEventBusImpl.java:419) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.lambda$doComplete$5(NotificationAccumulatorImpl.java:316) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:3215) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.doComplete(NotificationAccumulatorImpl.java:316) at org.eclipse.sensinact.core.notification.impl.AbstractNotificationAccumulatorImpl.completeAndSend(AbstractNotificationAccumulatorImpl.java:102) at org.osgi.util.promise.PromiseImpl.onResolve(PromiseImpl.java:126) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.call(AbstractSensinactCommand.java:43) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl$WorkItem.doWork(GatewayThreadImpl.java:207) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl.run(GatewayThreadImpl.java:179) Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO2 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/O3 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/DeException in thread "Thread-2" java.lang.IllegalArgumentException: Illegal character 58 at index 14 of topic string: METADATA/https://eclipse.org/sensinact/ldap/test/naming1/naming/sensor-1 at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.checkTopicSyntax(TypedEventBusImpl.java:504) at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.deliver(TypedEventBusImpl.java:419) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.lambda$doComplete$5(NotificationAccumulatorImpl.java:316) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) at javatect2/sensor/CO .Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect2/sensor/O3 Unhandled Event Handlers are being used for event sent to topic METADATA/temperature/Temp1/sensor/temperature Unhandled Event Handlers are being used for event sent to topic METADATA/temperature/Temp1/sensor/unit Unhandled Event Handlers are being used for event sent to topic METADATA/temperature/Temp2/sensor/temperature Unhandled Event Handlers are being used for event sent to topic METADATA/temperature/Temp2/sensor/unit Unhandled Event Handlers are being used for evbaseent sent to topic MET/java.ADATA/temperature/Temp3/sensor/temperature util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:3215) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.doComplete(NotificationAccumulatorImpl.java:316) at org.eclipse.sensinact.core.notification.impl.AbstractNotificationAccumulatorImpl.completeAndSend(AbstractNotificationAccumulatorImpl.java:102) at org.osgi.util.promise.PromiseImpl.onResolve(PromiseImpl.java:126) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.call(AbstractSensinactCommand.java:43) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl$WorkItem.doWork(GatewayThreadImpl.java:207) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl.run(GatewayThreadImpl.java:179) Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO2 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/O3 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect2/sensor/CO UnhaExcndled Event Handlers are bepteing used for event sent to topic ioMETAn DATA/gas/Detect2/sensor/O3 Unhandledin Event Handlers are being used for event sent to topic METADATA/temperature/Temp t1/sensor/temhrperaead "Threadture Unhandled Event Handlers are b-2eing used fo" r event sent to topic METAjava.lDATA/temperaang.ture/Temp1/sensor/unit UIllegalAnhandled Event Handlers are being used for event sent to topic METADArgumentETA/temperature/Temp2/sensor/temperature Unhandled Event Handlers are being used for event sent to topic METADATA/temperature/Temxceptp2ion:/sen Illsor/egunit Unhandled Event Handlers are being used for event sent to topic METADATA/temperature/Temp3/sensor/tempealrature character 58 at index 14 of topic string: METADATA/https://eclipse.org/sensinact/ldap/test/naming1/naming/sensor-1 at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.checkTopicSyntax(TypedEventBusImpl.java:504) at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.deliver(TypedEventBusImpl.java:419) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.lambda$doComplete$5(NotificationAccumulatorImpl.java:316) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:3215) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.doComplete(NotificationAccumulatorImpl.java:316) at org.eclipse.sensinact.core.notification.impl.AbstractNotificationAccumulatorImpl.completeAndSend(AbstractNotificationAccumulatorImpl.java:102) at org.osgi.util.promise.PromiseImpl.onResolve(PromiseImpl.java:126) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.call(AbstractSensinactCommand.java:43) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl$WorkItem.doWork(GatewayThreadImpl.java:207) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl.run(GatewayThreadImpl.java:179) Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO2 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/O3 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect2/sensor/CO Unhandled Event Handlers are being used for eventException in thr sent to toeadpic METADATA/gas/Detect2/s "Thread-2" enjava.lsor/O3 Unhandled Event Handleangrs a.Ire beingll used for event sent to topic METADATA/temperature/Temp1/sensor/temperature UnhandeglealArd Evgumeent ntHandlerExs are being useception: Id follegr event sent to topic METADATA/temperature/Temp1/sensor/unit Unhandled Evenalt Handlers are being used chfor event senaract to topic METteADATA/temper 58ratu are/Tt emp2/sensor/temperature indeUnhax 14ndled Event Handle ors af re being used for event sent to topic METADATA/temperature/Temp2/sensor/unit Unhandled Event Handlers are being used for event sent to topictopic st METADATA/temrperature/Temp3/sensor/temperature ing: METADATA/https://eclipse.org/sensinact/ldap/test/naming1/naming/sensor-1 at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.checkTopicSyntax(TypedEventBusImpl.java:504) at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.deliver(TypedEventBusImpl.java:419) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.lambda$doComplete$5(NotificationAccumulatorImpl.java:316) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:3215) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.doComplete(NotificationAccumulatorImpl.java:316) at org.eclipse.sensinact.core.notification.impl.AbstractNotificationAccumulatorImpl.completeAndSend(AbstractNotificationAccumulatorImpl.java:102) at org.osgi.util.promise.PromiseImpl.onResolve(PromiseImpl.java:126) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.call(AbstractSensinactCommand.java:43) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl$WorkItem.doWork(GatewayThreadImpl.java:207) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl.run(GatewayThreadImpl.java:179) Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/CO2 Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect1/sensor/O3 Unhandled Event Handlers are being used for event sent to topic METADATA/gasException in thread /Detect2/sensor/CO Unhandled Event Handlers are being used for event sent to topic METADATA/gas/Detect2/sensor/O3 Unhandled Event Handlers are being used "Tfor event sent to topic METADATA/temperature/Temp1/sensor/temperature Unhandlhreed Event Handlers are being used for event sent to topic METADATA/temperature/Temp1/sensor/unit Unhandled Event Handlers ad-2" are beijavang us.led fangor .Illevenegt sent talo topic METADATArA/temperature/Temp2/sensor/temperaguture Unhandled Event Handlers are being umesed for event sent to topic METADATA/tempentrature/Temp2/sensor/unit Unhandled Event EHandlxceptioners are being used for event se: nt to topic METADATA/temperature/Temp3/sensor/temperature Illegal character 58 at index 14 of topic string: METADATA/https://eclipse.org/sensinact/ldap/test/naming1/naming/sensor-1 at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.checkTopicSyntax(TypedEventBusImpl.java:504) at org.apache.aries.typedevent.bus.impl.TypedEventBusImpl.deliver(TypedEventBusImpl.java:419) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.lambda$doComplete$5(NotificationAccumulatorImpl.java:316) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:3215) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.eclipse.sensinact.core.notification.impl.NotificationAccumulatorImpl.doComplete(NotificationAccumulatorImpl.java:316) at org.eclipse.sensinact.core.notification.impl.AbstractNotificationAccumulatorImpl.completeAndSend(AbstractNotificationAccumulatorImpl.java:102) at org.osgi.util.promise.PromiseImpl.onResolve(PromiseImpl.java:126) at org.eclipse.sensinact.core.command.AbstractSensinactCommand.call(AbstractSensinactCommand.java:43) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl$WorkItem.doWork(GatewayThreadImpl.java:207) at org.eclipse.sensinact.core.command.impl.GatewayThreadImpl.run(GatewayThreadImpl.java:179) [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ ldap --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/.flattened-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 102 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-20240531.125934-78.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-20240531.125934-78.pom (3.8 kB at 85 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78.jar (92 kB at 956 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-20240531.125934-78-tests.jar (21 kB at 202 kB/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 15 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 6.0 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 2.7 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.northbound:query-handler >------- [INFO] Building SensiNact Northbound Query Handler 0.0.2-SNAPSHOT [37/73] [INFO] from northbound/query-handler/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ query-handler --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ query-handler --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound:query-handler:jar:0.0.2-SNAPSHOT... [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/.flattened-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/.flattened-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/.flattened-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.538 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.eclipse.sensinact.gateway.northbound.security.security-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl;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) @ query-handler --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/integration-test.bndrun: May 31, 2024 1:05:24 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started May 31, 2024 1:05:25 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/.flattened-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 15 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-20240531.125934-78.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-20240531.125934-78.pom (4.9 kB at 44 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-20240531.125934-78.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-20240531.125934-78-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-20240531.125934-78-tests.jar (29 kB at 365 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-20240531.125934-78.jar (68 kB at 769 kB/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 1.4 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 1.8 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 173 B/s) [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.northbound:rest >------------ [INFO] Building SensiNact Northbound REST 0.0.2-SNAPSHOT [38/73] [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 4.7 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 5.9 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 43 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 30 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 37 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 39 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 401 kB/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 136 kB/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 69 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.5 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 62 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 41 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 46 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/module/jackson-module-jakarta-xmlbind-annotations/2.16.1/jackson-module-jakarta-xmlbind-annotations-2.16.1.jar (32 kB at 1.2 MB/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.4 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 706 kB/s) [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 271 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ rest --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound:rest:jar:0.0.2-SNAPSHOT... [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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.security-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl;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: May 31, 2024 1:05:58 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 May 31, 2024 1:05:58 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 (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 May 31, 2024 1:05: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 May 31, 2024 1:05:58 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http2.hpack.HpackFieldPre[DEBUG] Adding bundle org.apache.felix.http.jetty:5.0.4 (31) : starting Encoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.apache.felix.http.jetty INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.10+7 INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0 INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1dbb650b{/,null,AVAILABLE} INFO org.eclipse.jetty.server.Server - Started Server@159a48a6{STARTING}[11.0.13,sto=0] @1871ms INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@58b67519{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 May 31, 2024 1:05:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.htt[DEBUG] Addinp.Htg bundle org.eclipse.jetty.http:11.0.13 (37) tp1FieldPre: starting Encoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.ec[DEBUG] Addilipse.ng bundle org.ejetclipse.jetty.http:11.0.13 (37) : active ty.http [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 May 31, 2024 1:05:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.provider.jakartars.RuntimeDelegateService of service jakarta.[DEBws.rs.ext.RuUG] AntimeDdding bundle org.eclipse.elegaosgitech.rest:1.2.2 (42) : starting te in bundle org.eclipse.osgitech.rest [DEBUG] Adding bundle org.eclipse.osgitech.rest:1.2.2 (42) : active [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (65) : starting [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (65) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.1.3 (69) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.1.3 (69) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.1.3 (70) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.1.3 (70) : active [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.1.3 (72) : starting [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.1.3 (72) : active May 31, 2024 1:05:59 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.202405311259 (46) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202405311259 (46) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202405311300 (47) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202405311300 (47) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202405311300 (48) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202405311300 (48) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202405311259 (49) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202405311259 (49) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202405311300 (50) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202405311300 (50) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202405311300 (51) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202405311300 (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.202405311300 (52) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202405311300 (52) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202405311305 (53) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202405311305 (53) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202405311305 (54) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202405311305 (54) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202405311305 (55) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202405311305 (55) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.rest:0.0.2.202405311305 (56) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.rest:0.0.2.202405311305 (56) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.security-api:0.0.2.202405311301 (58) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.security-api:0.0.2.202405311301 (58) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-api:0.0.2.202405311301 (59) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-api:0.0.2.202405311301 (59) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-impl:0.0.2.202405311301 (60) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-impl:0.0.2.202405311301 (60) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (61) : starting [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (61) : 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 May 31, 2024 1:05:59 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable run INFO: Started Jersey server at port 8185 successfully try http://localhost:8185 May 31, 2024 1:05:59 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnaINFO org.eclipse.jetty.server.Server bl- jee$1 lifeCyctty-11leStarting IN.0.1FO: l3;ifeCycleStarting built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.10+7 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@421b13a7{HTTP/1.1, (http/1.1)}{0.0.0.0:8185} INFO org.eclipse.jetty.server.Server - Started Server@1140efdb{STARTING}[11.0.13,sto=0] @2574ms May 31, 2024 1:05:59 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable$1 lifeCycleStarted INFO: lifeCycleStarted May 31, 2024 1:05:59 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.5 (62) : starting [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.5 (62) : active [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.4 (63) : starting [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.4 (63) : active [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.4 (64) : starting [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.4 (64) : active [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.4 (66) : starting [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.4 (66) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.1.3 (67) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.1.3 (67) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.1.3 (68) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.1.3 (68) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.1.3 (71) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.1.3 (71) : active [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.1.3 (73) : starting [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.1.3 (73) : active May 31, 2024 1:06:00 PM org.apache.aries.spifly.BaseAc[DEBUG] tivator log INFAddinO: Rg bundle org.glassfish.jersey.media.jeegistered provider orsey-media-sse:3.1.3 (74) : strg.eclipse.osgitech.rarting est.ss[DEBUG] Adding bundle org.glassfish.jersey.me.SseSourceBedia.jersey-mediuildea-sse:3.1.3 (74) : active rService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.glassfish.jersey.media.jersey-media-sse [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (75) : starting [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (75) : active [DEBUG] Adding bundle org.opentest4j:1.3.0 (76) : starting [DEBUG] Adding bundle org.opentest4j:1.3.0 (76) : active [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (77) : starting [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (77) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (78) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (78) : active [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202212101352 (79) : starting [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202212101352 (79) : active [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (80) : starting [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (80) : active [DEBUG] Adding bundle org.osgi.test.common:1.3.0 (81) : starting [DEBUG] Adding bundle org.osgi.test.common:1.3.0 (81) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0 (82) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0 (82) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0 (83) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0 (83) : active [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (84) : starting [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (84) : active [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (85) : starting [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (85) : active [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (86) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (86) : active [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (87) : starting [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (87) : active [DEBUG] Adding bundle slf4j.api:2.0.11 (88) : starting [DEBUG] Adding bundle slf4j.api:2.0.11 (88) : active May 31, 2024 1:06:00 PM org.apache.aries.spifly.BaseActivator l[DEBUG] Adding bundle biz.aQute.tester.junit-platog INFOform:7.0.0.202310060912 (89) : starting : 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 (89) : active May 31, 2024 1:06:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1e6e499f{/,null,AVAILABLE} May 31, 2024 1:06: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 May 31, 2024 1:06:00 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 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@2a592b30{/sensinact,null,AVAILABLE} May 31, 2024 1:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:01 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:01 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:01 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. May 31, 2024 1:06:01 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. May 31, 2024 1:06:02 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:02 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. May 31, 2024 1:06:02 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 - Stopped o.e.j.s.ServletContextHandler@2a592b30{/sensinact,null,STOPPED} May 31, 2024 1:06:02 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:02 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:02 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. May 31, 2024 1:06:02 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@f3230d7{/sensinact,null,AVAILABLE} May 31, 2024 1:06:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:02 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. May 31, 2024 1:06:02 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. May 31, 2024 1:06:03 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:03 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. May 31, 2024 1:06:03 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 - Stopped o.e.j.s.ServletContextHandler@f3230d7{/sensinact,null,STOPPED} May 31, 2024 1:06:03 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:03 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:03 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. May 31, 2024 1:06:03 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@5a63edd7{/sensinact,null,AVAILABLE} May 31, 2024 1:06:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:04 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. May 31, 2024 1:06:04 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. May 31, 2024 1:06:04 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:04 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. May 31, 2024 1:06:04 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 - Stopped o.e.j.s.ServletContextHandler@5a63edd7{/sensinact,null,STOPPED} May 31, 2024 1:06:04 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:04 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:04 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. May 31, 2024 1:06:04 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@174f9925{/sensinact,null,AVAILABLE} May 31, 2024 1:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:04 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. May 31, 2024 1:06:04 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. May 31, 2024 1:06:05 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:05 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. May 31, 2024 1:06:05 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 - Stopped o.e.j.s.ServletContextHandler@174f9925{/sensinact,null,STOPPED} May 31, 2024 1:06:05 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:05 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:05 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. May 31, 2024 1:06:05 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@1340fc12{/sensinact,null,AVAILABLE} May 31, 2024 1:06:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:05 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. May 31, 2024 1:06:05 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. May 31, 2024 1:06:05 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:05 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. May 31, 2024 1:06:05 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 - Stopped o.e.j.s.ServletContextHandler@1340fc12{/sensinact,null,STOPPED} May 31, 2024 1:06:06 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:06 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:06 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. May 31, 2024 1:06:06 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@69896ad9{/sensinact,null,AVAILABLE} May 31, 2024 1:06:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:06 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. May 31, 2024 1:06:06 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. May 31, 2024 1:06:07 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:07 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. May 31, 2024 1:06:07 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 - Stopped o.e.j.s.ServletContextHandler@69896ad9{/sensinact,null,STOPPED} May 31, 2024 1:06:07 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:07 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:07 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. May 31, 2024 1:06:07 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@3cc8cf8b{/sensinact,null,AVAILABLE} May 31, 2024 1:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:07 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. May 31, 2024 1:06:07 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. May 31, 2024 1:06:07 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:07 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. May 31, 2024 1:06:07 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 - Stopped o.e.j.s.ServletContextHandler@3cc8cf8b{/sensinact,null,STOPPED} May 31, 2024 1:06:07 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:07 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:07 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. May 31, 2024 1:06:07 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@4e26af3a{/sensinact,null,AVAILABLE} May 31, 2024 1:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:07 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. May 31, 2024 1:06:07 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. May 31, 2024 1:06:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4e26af3a{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3113f56e{/sensinact,null,AVAILABLE} May 31, 2024 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3113f56e{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@76d6e9f9{/sensinact,null,AVAILABLE} May 31, 2024 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:11 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:11 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. May 31, 2024 1:06:11 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 - Stopped o.e.j.s.ServletContextHandler@76d6e9f9{/sensinact,null,STOPPED} May 31, 2024 1:06:11 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:11 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:11 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. May 31, 2024 1:06:11 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@4b162701{/sensinact,null,AVAILABLE} May 31, 2024 1:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:11 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. May 31, 2024 1:06:11 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. May 31, 2024 1:06:11 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:11 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. May 31, 2024 1:06:11 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 - Stopped o.e.j.s.ServletContextHandler@4b162701{/sensinact,null,STOPPED} May 31, 2024 1:06:11 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:11 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:11 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. May 31, 2024 1:06:11 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@5aaebcef{/sensinact,null,AVAILABLE} May 31, 2024 1:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:11 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. May 31, 2024 1:06:11 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. May 31, 2024 1:06:13 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@5aaebcef{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:13 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@317aa15d{/sensinact,null,AVAILABLE} May 31, 2024 1:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:13 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@317aa15d{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:13 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1ed9d4a5{/sensinact,null,AVAILABLE} May 31, 2024 1:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:14 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1ed9d4a5{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:15 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@ef32f51{/sensinact,null,AVAILABLE} May 31, 2024 1:06:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:15 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@ef32f51{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:15 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@77c52f0b{/sensinact,null,AVAILABLE} May 31, 2024 1:06:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:16 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@77c52f0b{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:16 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3ec8b5b8{/sensinact,null,AVAILABLE} May 31, 2024 1:06:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:17 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3ec8b5b8{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:17 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@c5f5496{/sensinact,null,AVAILABLE} May 31, 2024 1:06:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:18 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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 - Stopped o.e.j.s.ServletContextHandler@c5f5496{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:18 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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@1ef02c84{/sensinact,null,AVAILABLE} May 31, 2024 1:06:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:18 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1ef02c84{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@492ce3de{/sensinact,null,AVAILABLE} May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@492ce3de{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@69e1a32c{/sensinact,null,AVAILABLE} May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@69e1a32c{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@35767ef9{/sensinact,null,AVAILABLE} May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@35767ef9{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5b12e4c1{/sensinact,null,AVAILABLE} May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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.Context Handler - Stopped o.e.j.s.ServletCon textHandler@5b12e4c1{/sensinact,null,STOPPED}May 31 , 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@205302a0{/sensinact,null,AVAILABLE} May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@205302a0{/sensinact,null,STOPPED} May 31, 2024 1:06:22 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:22 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:22 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. May 31, 2024 1:06:22 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@4096f8b2{/sensinact,null,AVAILABLE} May 31, 2024 1:06:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:22 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. May 31, 2024 1:06:22 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. May 31, 2024 1:06:22 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:22 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:22 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. May 31, 2024 1:06:22 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. May 31, 2024 1:06:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:22 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. May 31, 2024 1:06:22 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. May 31, 2024 1:06:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4096f8b2{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@293e18b8{/sensinact,null,AVAILABLE} May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@293e18b8{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2110db13{/sensinact,null,AVAILABLE} May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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 - Stopped o.e.j.s.ServletContextHandler@2110db13{/sensinact,null,STOPPED} May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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@26b13c04{/sensinact,null,AVAILABLE} May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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 - Stopped o.e.j.s.ServletContextHandler@26b13c04{/sensinact,null,STOPPED} May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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@19da9a63{/sensinact,null,AVAILABLE} May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:24 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. May 31, 2024 1:06:24 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. May 31, 2024 1:06:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@19da9a63{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@151d67c3{/sensinact,null,AVAILABLE} May 31, 2024 1:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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 - Stopped o.e.j.s.ServletContextHandler@151d67c3{/sensinact,null,STOPPED} May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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@244650bf{/sensinact,null,AVAILABLE} May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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 - Stopped o.e.j.s.ServletContextHandler@244650bf{/sensinact,null,STOPPED} May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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@41fb2a70{/sensinact,null,AVAILABLE} May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:26 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. May 31, 2024 1:06:26 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. May 31, 2024 1:06:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@41fb2a70{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3d72cf43{/sensinact,null,AVAILABLE} May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3d72cf43{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@13a7669f{/sensinact,null,AVAILABLE} May 31, 2024 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06: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 May 31, 2024 1:06:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. May 31, 2024 1:06:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@13a7669f{/sensinact,null,STOPPED} May 31, 2024 1:06: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 May 31, 2024 1:06:29 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:06:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:06: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. May 31, 2024 1:06: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. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@56ba9821{/sensinact,null,AVAILABLE} [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ rest --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/.flattened-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 20 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-20240531.125934-77.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-20240531.125934-77.pom (7.6 kB at 114 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-20240531.125934-77.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-20240531.125934-77-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-20240531.125934-77.jar (24 kB at 359 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-20240531.125934-77-tests.jar (40 kB at 466 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 13 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 14 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 3.7 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.northbound:websocket >--------- [INFO] Building SensiNact Northbound WebSocket 0.0.2-SNAPSHOT [39/73] [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 3.4 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 115 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 113 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 260 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 27 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 231 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 624 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 156 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 22 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 32 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 5.4 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 20 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 22 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 13 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 7.8 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 26 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 22 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 343 kB/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 33 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 30 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 16 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 237 kB/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 33 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 55 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 22 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 13 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 298 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/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar (10 kB at 375 kB/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/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar (119 kB at 1.8 MB/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 373 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.1 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/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.jar (42 kB at 523 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 371 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 343 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-core-common/11.0.13/websocket-core-common-11.0.13.jar (195 kB at 1.3 MB/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-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar (41 kB at 273 kB/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/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar (18 kB at 113 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/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar (65 kB at 400 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/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar (28 kB at 158 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-annotations/11.0.13/jetty-annotations-11.0.13.jar (95 kB at 534 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/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 658 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/eclipse/jetty/jetty-plus/11.0.13/jetty-plus-11.0.13.jar (69 kB at 354 kB/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/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar (159 kB at 748 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-tree/9.4/asm-tree-9.4.jar (53 kB at 238 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 209 kB/s) [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 310 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 305 kB/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 123 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 103 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ websocket --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound:websocket:jar:0.0.2-SNAPSHOT... [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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.security-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl;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: May 31, 2024 1:07:22 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 May 31, 2024 1:07:22 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 (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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncode[DErBUG] A in bundle org.apachedding .felix.bundlehttp.je org.apache.felix.httptty .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 May 31, 2024 1:07:23 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http.Http1FieldPreEncoder of se[DEBUG] Adding bundle org.eclipse.rvicjetty.http:11.0.13 e org.eclipse.j(35) :etty.http.Http startingFieldPreEn [Dcoder in buEBUndle orgG] Adding.ecli bundle org.eclipse.jetty.http:11.0pse.jetty.http .13 (35) : active [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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 PM org.apache.aries.spifly.BaseActivator[DEBUG] Adding bund lole org.eclipse.jetty.plus:11.0.13 (38) : starting g INFO: Regi[DEBUG] Adding bundle org.eclipse.jetty.plus:11.0.13 (38) : active stered 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.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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.WebXmlConfiguration [DEBUG] ofAdding bundle service org.ecli org.eclipse.jetpse.jetty.wty.webapp.Configuratebapion p:11in bundle org.e.0.1clipse3 (4.je4)tty.webapp : starting [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 May 31, 2024 1:07:23 PM org.apache.aries.spifly.B[DEBUG] Adding bundle oaserg.Activator log INecliFO: Registerpse.jetty.wed proebsovidecket.client:1r org1.0.13 .eclip(46) : startse.jeting t[DEBUG] Adding buy.websondlecke org.eclipse.t.cjetty.websoclient.ket.cconlient:11.0.13 (46)fig : .JettyWebSocketactive ClientConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.websocket.client May 31, 2024 1:07:23 PM org.apache.aries.spifly.BaseActivator log INFO: R[DEBUG] Adding egistebundle ored provider orrg.eclipse.jetty.webg.esocket.coclipse.jetty.wmmon:ebs11.0.1ocke3 (47) : t.commstarting on.Ext[DEBUG] Addiensionng bConfigParser undle org.eclof seripvice ose.jetty.websocket.corg.eclipse.jetty.websockmmonet.api.ExtensionConfi:11.0.13 (47)g$Parser in b : active u[DEBUGndl] Adding e orgb.eclipundse.le org.eclipse.jetty.websocketj.core.cetty.wlient:1ebsocket.1.0.13 (48)common : sta rting [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.client:11.0.13 (48) : active May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 PM org.apache[DEBUG] Adding bun.aries.spifdle org.ecliply.BaseActivator log INse.jetty.websoFO: Recket.giscore.ctered provideommon:11.0.13 (r or49) : g.eclipstase.jrting e[DEBUG] Adding bundlett org.ecy.webslockipse.jetty.webset.core.intocket.core.common:11.0ern.13 (4al.Frame9) : active CaptureExtension of service org.ecli[DEBUG] Addingpse.jetty. bundle orwebsocket.cog.ere.Extensiclipse.jetty.websocket.on corin e.server:11.0.13bundle org.e (50) : clistarting pse.jetty.w[DEBUG] Adding bundebsockle org.eclipse.et.corejetty.websocke.commot.core.serven r:11.0.13 (50) : active May 31, 2024 1:07:23 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 May 31, 2024 1:07:23 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.web[DEBUG] Adding bundle org.ecsolipse.jetcket.ty.websocserket.severrver:1.co1.0.13 (51) : startnfig.Jing ett[DEBUG] Adding bundlyWebSocke org.eclipse.jetetConfiguty.webration osocket.f sserver:ervice11.0 org.eclip.13 (51) : actise.ve jetty.webapp.Configurati[DEBUG] Adon in ding bundle org.eclbipsundle e.jetorg.ecty.websocklipse.et.serjetty.websockver et.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.202405311259 (55) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202405311259 (55) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202405311300 (56) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202405311300 (56) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202405311300 (57) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202405311300 (57) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202405311259 (58) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202405311259 (58) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202405311300 (59) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202405311300 (59) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202405311300 (60) : starting [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.metadata:0.0.2.202405311300 (60) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202405311300 (61) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202405311300 (61) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202405311305 (62) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202405311305 (62) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202405311305 (63) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202405311305 (63) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202405311305 (64) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202405311305 (64) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.security-api:0.0.2.202405311301 (65) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.security-api:0.0.2.202405311301 (65) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-api:0.0.2.202405311301 (66) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-api:0.0.2.202405311301 (66) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-impl:0.0.2.202405311301 (67) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-impl:0.0.2.202405311301 (67) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.websocket:0.0.2.202405311306 (68) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.websocket:0.0.2.202405311306 (68) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (70) : starting [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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (70) : active [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (71) : starting [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (71) : active [DEBUG] Adding bundle org.opentest4j:1.3.0 (72) : starting [DEBUG] Adding bundle org.opentest4j:1.3.0 (72) : active [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (73) : starting [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (73) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (74) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (74) : active [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (75) : starting [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (75) : active [DEBUG] Adding bundle org.osgi.test.common:1.3.0 (76) : starting [DEBUG] Adding bundle org.osgi.test.common:1.3.0 (76) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0 (77) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0 (77) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0 (78) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0 (78) : active [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (79) : starting [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (79) : active [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (80) : starting [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (80) : active [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (81) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (81) : active [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (82) : starting [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (82) : active [DEBUG] Adding bundle slf4j.api:2.0.11 (83) : starting [DEBUG] Adding bundle slf4j.api:2.0.11 (83) : active May 31, 2024 1:07:24 PM org.apache.aries.spifly.BaseActivator log INFO: Registered pro[DEBUG] Adding bundle biz.aQuvite.tester.juder aQute.tester.bundnit-plale.engine.BundleEngine tform:7.0.0.of s202310060912 (84) : starting ervice org.junit.platform.engine.TestEngine in bundle biz.aQute.te[DEBUG] Asteddir.junit-png latfobunrm dle biz.aQute.tester.junit-platform:7.0.0.202310060912 (84) : active [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/.flattened-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 26 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-20240531.125934-77.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-20240531.125934-77.pom (7.4 kB at 108 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-20240531.125934-77.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-20240531.125934-77-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-20240531.125934-77.jar (28 kB at 483 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-20240531.125934-77-tests.jar (23 kB at 239 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 3.3 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 11 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 2.0 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.sensorthings:sensorthings >-- [INFO] Building sensorthings 0.0.2-SNAPSHOT [40/73] [INFO] from northbound/sensorthings/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sensorthings --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ sensorthings --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ sensorthings --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.sensorthings:sensorthings:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ sensorthings --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/.flattened-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 6.4 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-20240531.125934-77.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-20240531.125934-77.pom (3.5 kB at 82 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 2.3 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.2 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 2.8 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.sensorthings:dto >------ [INFO] Building dto 0.0.2-SNAPSHOT [41/73] [INFO] from northbound/sensorthings/dto/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ dto --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ dto --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.sensorthings:dto:jar:0.0.2-SNAPSHOT... [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/.flattened-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.51 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/.flattened-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 93 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-20240531.125934-77.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-20240531.125934-77.pom (2.0 kB at 32 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-20240531.125934-77.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-20240531.125934-77-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-20240531.125934-77.jar (14 kB at 262 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-20240531.125934-77-tests.jar (68 kB at 1.1 MB/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 6.2 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 8.7 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 2.5 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.northbound.sensorthings:filter >---- [INFO] Building SensiNact Northbound SensorThings :: Filter Parser 0.0.2-SNAPSHOT [42/73] [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 235 kB/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 6.1 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filter --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ filter --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.sensorthings:filter:jar:0.0.2-SNAPSHOT... [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/.flattened-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.696 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/.flattened-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 114 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-20240531.125934-77.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-20240531.125934-77.pom (4.2 kB at 55 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-20240531.125934-77.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-20240531.125934-77-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-20240531.125934-77-tests.jar (16 kB at 290 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-20240531.125934-77.jar (680 kB at 7.7 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 4.8 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 9.6 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 2.9 kB/s) [INFO] [INFO] ---< org.eclipse.sensinact.gateway.northbound.sensorthings:rest.api >--- [INFO] Building rest.api 0.0.2-SNAPSHOT [43/73] [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 12 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 6.9 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest.api --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ rest.api --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.sensorthings:rest.api:jar:0.0.2-SNAPSHOT... [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/.flattened-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/.flattened-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/.flattened-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 68 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-20240531.125934-77.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-20240531.125934-77.pom (2.2 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/0.0.2-SNAPSHOT/rest.api-0.0.2-20240531.125934-77.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-20240531.125934-77-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-20240531.125934-77.jar (39 kB at 526 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-20240531.125934-77-tests.jar (2.9 kB at 36 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 15 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 13 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 2.7 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.sensorthings:rest.gateway >-- [INFO] Building rest.gateway 0.0.2-SNAPSHOT [44/73] [INFO] from northbound/sensorthings/rest.gateway/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest.gateway --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ rest.gateway --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.sensorthings:rest.gateway:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ rest.gateway --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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.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.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.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.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 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 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 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.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.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.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.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.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.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.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.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.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.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.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.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 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.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.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.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.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.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.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 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.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.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.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.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.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.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.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.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 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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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 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.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.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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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 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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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 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.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.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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/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.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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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 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.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.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.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 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 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 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.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.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 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.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.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.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.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.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.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.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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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 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.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.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 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.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 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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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.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.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.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.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.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.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.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 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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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 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.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 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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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 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 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 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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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 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.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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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 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 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.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.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.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.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.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.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 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.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.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 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.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.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.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.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 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.meta.TypeQualifierDefault [WARNING] /home/jenkins/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 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.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.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 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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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 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 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 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.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.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.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.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.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.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 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 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.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 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.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.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.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 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 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 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 javax.annotation.Nonnull [WARNING] /home/jenkins/agent/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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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 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 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.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.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.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 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.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 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.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.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.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.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 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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 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.Nonnull [WARNING] /home/jenkins/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 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 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 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.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.Nonnull [WARNING] /home/jenkins/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.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.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 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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/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 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 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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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 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.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.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 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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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 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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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 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.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 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.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.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.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.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.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$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$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.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.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.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.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.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 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.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.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 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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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 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.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.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.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.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.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.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.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 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.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.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.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 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.Nonnull [WARNING] /home/jenkins/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.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 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 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 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.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.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.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.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.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.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.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.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.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 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.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 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 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$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 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.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.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.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.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.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.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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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 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.Nonnull [WARNING] /home/jenkins/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.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 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.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 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.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.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 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 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 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 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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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.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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.Nonnull [WARNING] /home/jenkins/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.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.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 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 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 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 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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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 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.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 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 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 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.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 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.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.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.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 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.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.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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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 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 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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.Nonnull [WARNING] /home/jenkins/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.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.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 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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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 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.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.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 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 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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.Nonnull [WARNING] /home/jenkins/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 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 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 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 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.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.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 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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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 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 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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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 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 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 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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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 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.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.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.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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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 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 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 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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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 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 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.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.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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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 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.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.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.Nonnull [WARNING] /home/jenkins/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 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 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 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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/agent/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 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.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.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.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 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 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.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 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 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.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 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 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 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.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.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.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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.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.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.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 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 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 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.Nonnull [WARNING] /home/jenkins/agent/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.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 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 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 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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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 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.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 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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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 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.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 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 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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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 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 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 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 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.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.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.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.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.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.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 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 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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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 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.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.Nonnull [WARNING] /home/jenkins/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 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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.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.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.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.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 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.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.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.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.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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.TypeQualifierDefault [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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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 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 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.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$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.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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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 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 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.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.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.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.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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.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.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 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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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 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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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 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 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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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.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.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.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.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.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 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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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 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.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 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 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 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.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.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.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 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.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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.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.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.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 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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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 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 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 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 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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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 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 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 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.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.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.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.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 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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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 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.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 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 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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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 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.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.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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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 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 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 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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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.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 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.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.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.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.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 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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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 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 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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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 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.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.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.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.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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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 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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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 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.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.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.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.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 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 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 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.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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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 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.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.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 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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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 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 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.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.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.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.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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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 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.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.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 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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 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.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.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.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 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.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.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.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.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 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.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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.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.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.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 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.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.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.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 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 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 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.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.Nonnull [WARNING] /home/jenkins/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 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 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.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.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.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.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.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.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.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.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 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.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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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 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 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 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.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 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 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.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 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 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.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.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.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 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.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.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.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.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.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 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.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 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 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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.Nonnull [WARNING] /home/jenkins/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 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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.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.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.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.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 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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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.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.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 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.Nonnull [WARNING] /home/jenkins/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.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.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.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 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.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.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.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 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.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 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.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.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.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 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.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.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.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.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.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.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.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.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.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 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.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.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 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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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 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 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 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.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.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.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.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.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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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 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.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.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.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.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.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.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.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 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 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.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.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 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 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 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.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.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.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.Nonnull [WARNING] /home/jenkins/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 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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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 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.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.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 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 javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/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.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.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.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.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 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 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 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.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 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.Nonnull [WARNING] /home/jenkins/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.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.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 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 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 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.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 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.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.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.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.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.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.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.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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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 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.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.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.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.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 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 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 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 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 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 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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.collect.ConcurrentHashMultiset$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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.Nonnull [WARNING] /home/jenkins/agent/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.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 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 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.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 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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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 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 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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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 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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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 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 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 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.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.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.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.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.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.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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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 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 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.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.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.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.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.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.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 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 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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.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 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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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 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 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 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 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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.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 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.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.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.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.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.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.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.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.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.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 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.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.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.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 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 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 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 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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.Nonnull [WARNING] /home/jenkins/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 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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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 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.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 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.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.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 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 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 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.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.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.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 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.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.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.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 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 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 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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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 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.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.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 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.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 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 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 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.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.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.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 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.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.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.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.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.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 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.Nonnull [WARNING] /home/jenkins/agent/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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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 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 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 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 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 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 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 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.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.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.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.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.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.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.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.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.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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.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.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.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.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.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.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.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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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 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.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 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.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.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.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.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 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.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 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.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.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.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.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 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.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 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.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.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 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.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 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.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.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.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.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.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.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.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.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 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.Nonnull [WARNING] /home/jenkins/agent/workspace/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 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 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.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.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.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 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 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 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 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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/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.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 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 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 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.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 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.Nonnull [WARNING] /home/jenkins/agent/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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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 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 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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/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 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.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.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 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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.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.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.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.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 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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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 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.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.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.Nonnull [WARNING] /home/jenkins/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.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.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.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.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 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 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.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.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.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.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.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.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.Nonnull [WARNING] /home/jenkins/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.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.Nonnull [WARNING] /home/jenkins/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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.net.InetAddresses$TeredoInfo 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.security.security-api;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.northbound.session.session-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.session.session-impl;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: May 31, 2024 1:08:43 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 May 31, 2024 1:08:43 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 (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 May 31, 2024 1:08:44 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 May 31, 2024 1:08:44 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder of service org.eclipse.j[DEBUG] Adding bundle org.apaetty.http.HtctpFhe.felieldPix.http.jetty:5.0.4 (33) : starting reEncoder in bundle org.apache.felix.http.jetty INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.10+7 INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0 INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@20e6c4dc{/,null,AVAILABLE} INFO org.eclipse.jetty.server.Server - Started Server@2e2f720{STARTING}[11.0.13,sto=0] @1965ms INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@11b377c5{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 May 31, 2024 1:08:45 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http.Http1FieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreE[DEBUG] Adding bundle orgncoder in bund.ecle org.eclipse.jettylipse.jetty.http:11.0.13 (40) : star.httintp g [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 May 31, 2024 1:08:45 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.pro[DEBUG] Adding bundle org.eclipse.osgitevider.jakartars.Runtimch.rest:1eDelegateService of service jakarta.ws.rs..2.2ext.Runti (45) meDelegate: starting in bundle org.eclipse.osgitech.rest [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (71) : starting [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (71) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.1.3 (75) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.1.3 (75) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.1.3 (76) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.1.3 (76) : active [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.1.3 (78) : starting [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.1.3 (78) : active May 31, 2024 1:08:45 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.202405311259 (49) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202405311259 (49) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202405311300 (50) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202405311300 (50) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202405311300 (51) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202405311300 (51) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202405311259 (52) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202405311259 (52) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202405311300 (53) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202405311300 (53) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202405311300 (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.202405311300 (54) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202405311300 (55) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202405311300 (55) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202405311305 (56) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202405311305 (56) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.security-api:0.0.2.202405311301 (57) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.security-api:0.0.2.202405311301 (57) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.dto:0.0.2.202405311307 (58) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.dto:0.0.2.202405311307 (58) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.filter:0.0.2.202405311307 (59) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.filter:0.0.2.202405311307 (59) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api:0.0.2.202405311307 (60) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api:0.0.2.202405311307 (60) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway:0.0.2.202405311307 (61) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway:0.0.2.202405311307 (61) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-api:0.0.2.202405311301 (63) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-api:0.0.2.202405311301 (63) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-impl:0.0.2.202405311301 (64) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.session.session-impl:0.0.2.202405311301 (64) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.history-api:0.0.2.202405311304 (65) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.history-api:0.0.2.202405311304 (65) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.timescale-provider:0.0.2.202405311304 (66) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.timescale-provider:0.0.2.202405311304 (66) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (67) : 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 May 31, 2024 1:08:45 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable run INFO: Started Jersey server at port 8185 successfully try http://localhost:8185 May 31, 2024 1:08:45 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable$1 lifeCycleStarINFO ting org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-INFO: lif07T20:47:15.149Z; git: a04bdeCycleStarting 1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.10+7 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@4ac27eb7{HTTP/1.1, (http/1.1)}{0.0.0.0:8185} INFO org.eclipse.jetty.server.Server - Started Server@14bc24c3{STARTING}[11.0.13,sto=0] @2745ms May 31, 2024 1:08:45 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable$1 lifeCycleStarted INFO: lifeCycleStarted May 31, 2024 1:08:45 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (67) : active [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.5 (68) : starting [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.5 (68) : active [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.4 (69) : starting [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.4 (69) : active [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.4 (70) : starting [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.4 (70) : active [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.4 (72) : starting [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.4 (72) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.1.3 (73) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.1.3 (73) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.1.3 (74) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.1.3 (74) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.1.3 (77) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.1.3 (77) : active [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.1.3 (79) : starting [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.1.3 (79) : active May 31, 2024 1:08:46 PM org.apache.aries.spifly.BaseActivator log INFO: Reg[DEBUG] Addingist bunered dle provider orgorg..eclglassfipseish..osgjerseitech.rest.ssey.me.SseSourceBuilderService of service jakartadia.jersey-.ws.rmedia-sse:3.1.3 (80) : s.ssestarting .SseEv[DEBUG] AddientSng bundle org.glassfish.jersey.media.jersey-media-sse:3.1.3 (80) : active ource$Builder in bund[DEBUG] Adle orgding bundle o.glassfish.jersey.mergdia.loc.atiojersey-ntech.spmeatialdi4j:0.8.0 (81) : a-starssting [DEBUG] Adding bundle org.locate iontech.spatial4j:0.8.0 (81) : active [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (82) : starting [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (82) : active [DEBUG] Adding bundle org.opentest4j:1.3.0 (83) : starting [DEBUG] Adding bundle org.opentest4j:1.3.0 (83) : active [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (84) : starting [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (84) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (85) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (85) : active [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202212101352 (86) : starting [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202212101352 (86) : active [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (87) : starting [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (87) : active [DEBUG] Adding bundle org.osgi.test.common:1.3.0 (88) : starting [DEBUG] Adding bundle org.osgi.test.common:1.3.0 (88) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0 (89) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0 (89) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0 (90) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0 (90) : active [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (91) : starting [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (91) : active [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (92) : starting [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (92) : active [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (93) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (93) : active [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (94) : starting [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (94) : active [DEBUG] Adding bundle org.postgresql.jdbc:42.5.1 (95) : starting [DEBUG] Adding bundle org.postgresql.jdbc:42.5.1 (95) : active [DEBUG] Adding bundle slf4j.api:2.0.11 (96) : starting [DEBUG] Adding bundle slf4j.api:2.0.11 (96) : active [DEBUG] Adding bundle tx-control-provider-jdbc-local:1.0.1 (97) : starting [DEBUG] Adding bundle tx-control-provider-jdbc-local:1.0.1 (97) : active [DEBUG] Adding bundle tx-control-service-local:1.0.1 (98) : 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 (98) : active May 31, 2024 1:08:46 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bu[DEBUG] ndle.engine.BundleEnAdding bundle biz.aginQute.tester.junit-platform:7.0e of serv.0.202310060912 (ice org.junit.pl99) : atform.engine.TstartinestEg ngine in bundle biz.aQute.tester.junit-platform [DEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (99) : active May 31, 2024 1:08:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:46 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. May 31, 2024 1:08:46 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@4525738{/,null,AVAILABLE} May 31, 2024 1:08:46 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:46 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. May 31, 2024 1:08:46 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. May 31, 2024 1:08:47 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. May 31, 2024 1:08:47 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:47 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. May 31, 2024 1:08:47 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. May 31, 2024 1:08:47 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. May 31, 2024 1:08:51 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08: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. May 31, 2024 1:08: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. May 31, 2024 1:08:51 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08: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. May 31, 2024 1:08: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. May 31, 2024 1:08:51 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. May 31, 2024 1:08:51 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:51 PM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: The session manager is closed at org.eclipse.sensinact.nortbound.session.impl.SessionManager.doCheck(SessionManager.java:156) at org.eclipse.sensinact.nortbound.session.impl.SessionManager.getDefaultSession(SessionManager.java:172) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:35) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:26) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.getSession(RootResourceAccessImpl.java:73) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.listResources(RootResourceAccessImpl.java:114) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.listSetResources(RootResourceAccessImpl.java:109) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.getDatastreams(RootResourceAccessImpl.java:184) at jdk.internal.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:357) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) at org.eclipse.osgitech.rest.runtime.WhiteboardServletContainer.service(WhiteboardServletContainer.java:137) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.jWARN o.eclipse.jetavty.serva:529) at oer.HttpChannerl - /vg.eclipse.jetty.s1.1/erver.hDatastreams jakarta.servlandler.ScopedHaet.ServletExcndlereption: java.lang.Ille.nexgalStatetHandle(ScopedHandler.javExceptioa:221) n: The session manager is at org.eclipse.je closed at org.glassfish.jersey.servlet.WebComponent.serviceItty.smpl(WebComponenterver.han.javdler.a:409) at org.glassfish.jersey.servleCont.WebComponent.service(WebCompontextHandler.doHandle(ent.java:34ContextHa6) at org.glassfisndleh.jersey.servlet.ServletContainer.service(r.jaServleva:tConta1380iner.java) at org.eclipse.jetty.server.han:357) at org.glassfish.jersey.servlet.Servledler.ScopedHandlertContainer.nextScope(Sco.service(ServletContainpedHandler.java:176) er. at org.eclipjavse.jeta:311) at org.eclipse.osgitechty.servlet.Serv.rest.runtimeletHandler.doSc.WhiteopboardServe(ServletletContainHander.serler.java:484) avice(WhtiteboardServle org.eclipse.jetty.servtContainer.jaer.hva:137) andlat org.glassfish.jerseer.ScopedHandler.nextScy.servlet.Servlope(ScopedHandler.javetCoa:174) atntai orgner.s.eclipse.jetervice(Servlty.setContainer.java:205) at org.eclipse.jerver.handler.Conteetty.servlet.ServletHolder.xtHandlhandler.doScoe(Servlpe(ContetHolder.java:764)extHa at org.endlerclips.jave.jetty.servlea:1302) t.S at org.eclervletHandleripse.jetty.do.servHandleer.h(andler.ScopeServletHdHanandler.java:529) at dler.handorg.ele(Scoclipse.jetpedHandler.ty.servejavar.handler.Scop:129) at oedHandler.nextHandle(ScopedHarg.eclipse.jndletty.server.hander.java:221) ler.Han adlerList.handle(HandlerLit ost.java:51) arg.eclipse.jetty.server.handlet org.eclir.Contpse.jetty.server.handler.HandlerWextHandler.doHandle(ContextHandlerrapper.handle(.java:13HandlerWrapper.java:122) 80) a at ort org.eclipse.jettg.ey.server.handclipsler.Se.jettcopedHandler.nextScopey.server.Server.handle(Server.jav(ScopedHana:563) at odlrg.ecer.java:176) at org.eclipse.jettylipse.servlet.jet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.ty.servserver.her.HttpChannel.laandmbda$lerhandle$0(Ht.ScopedHantpChdler.nextScope(Scopedannel.javHandla:505) ater.j org.ecliava:174) at org.eclipse.jetty.server.handler.Conpse.jtextetty.servHaner.Hdler.doScttpChannel.dispope(Contatch(HttpextHaChannel.javandler:762) .java: at org.eclipse.jett1302) at ory.server.HttpChag.eclipse.jnnel.handetty.server.handler.ScopedHale(Httpndler.Channhanel.jdle(Sava:4copedHandler.97) at org.eclipse.jettyjava:129) at .serverorg.eclip.HttpCse.jettyonnec.server.tionhandler.Hand.onFlerList.handle(HandlerList.java:51) at org.eclipse.jetty.serveillable(r.hanHttpCondlenection.javr.HandlerWra:282) app at org.ecliper.se.jetty.ihandle(Hando.AblerWrapper.java:stractC122) at onnorg.eclipse.jetty.serveectior.Server.handle(Servern$.java:563) at org.ecliReadCapse.jellbatty.server.ck.succHttpChaeedennel.lamd(AbstractConnection.java:314) atbda$handle$0(HttpChannel org.e.java:50clipse.jetty.io.5) at org.eFillIntereclipse.jettst.fily.slable(FillInteresterv.java:100) ater.HttpChannel org.eclipse.jett.dispatch(HttpChannel.java:76y.2) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497) at org.eclipsio.Sele.jetty.serveectableCr.HttpConhannnectionelEndPoint$1.run(Select.ableChaonFillable(HttpConnection.java:282) at org.eclipse.jetty.innelEno.AbstractConnection$ReadCallbacdPok.sint.javucceeded(AbstractConnectia:53) aton .javorg.eclipsa:314) at oe.jetty.urg.til.thread.seclipse.jetty.io.FiltratelInterest.fillabgy.Adale(FillInterest.java:ptiveExec100) autiont org.eclipse.jettStray.io.Seletegy.runTask(AdaptictableChveExecannelEndPutionStrategy.oint$1.run(Selectajava:416) at org.eclipse.jettybleChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.s.util.thread.stratetrategy.AdaptiveExecugy.AdaptiveEtionStrategyxecutionStrateg.runTask(Adapty.consumeTaiveExecutionStsk(AdaptiveExecutionStrategy.java:3rategy.java:4185) at6) at o org.eclipsrg.ece.jetty.util.threlipse.jetty.ad.strategy.util.thAdaptiveExread.strategy.AdapecutionStratetiveExecugy.tryProdutionStrategy.cce(AdonsumeTask(AdaaptiveExecutionStrategy.japtiva:272) at oveExecurg.eclipse.jettionStrategy.java:385) at ty.util.thread.straorg.eclipse.jetttegy.AdaptiveExecutiy.util.thread.stronStrateategy.lagy.Ambda$new$0(AdadaptivptiveExeceExutioecutionStrategy.tryProduce(AdaptiveExecutionStrategynStrategy.ja.javva:14a:20) 72) at org.eclipse. at jetty.utilorg..threaeclipse.jetty.util.thread.stratd.ReservedThreadExecutor$ReservedegyThread.Adapti.runveExecutionStrategy.lambd(Reserva$new$0edTh(AdareadExecutor.java:411) ptiveEat orgxec.eclipse.jetty.utionStrategy.javuta:140) il.thread.QueuedThread atPool.ru org.enJob(Quclipse.jetty.util.threaeuedThd.ReservedThreadExecutor$ReservedreadPool.java:9Thre34) at org.eclipse.jetty.utiad.rl.thread.un(QueueResedThrrvedThreadExecutoreadPool$R.java:411) aunner.t org.eclipsrun(QueuedThreadPe.jetty.util.thread.QueuedThreadPoolool.j.runJob(QueuedThreadPool.ajava:934) at org.eclipse.jetty.utva:1078) at jil.tava.base/java.lang.Threahread.QueuedThreadPool$Runner.run(QueuedTd.run(ThrehreadPool.java:10ad.78) at java.base/java.lanjava:84g.T0) hreaMay 3d.run(Thre1, 2024 1:0ad.8:51 java:840) Caused bPM org.glassfish.jersey.sery: java.lang.Ilver.SlegalStaterverRuntime$Responder writeRespeExceonsption: Te SEVERE: Error he session manager whileis closed at org.eclipse.sensin closing thact.e output strenortbound.am in order to commit response. org.glassfissessh.jionersey.s.impl.Sessierver.ContaineronManager.doCheck(SessionManagerExcepti.java:156) at org.on: java.eclipse.sensinact.nortbounutil.cd.soncurrent.Executession.impl.SessionManager.gionEetDefaultSexception: jassion(Sessva.lang.ionManager.javaIllegalStateExcep:172) at tion: The sessioorg.n manager is closed at oeclipserg.gl.sensinact.sensorthinassfgs.sensing.rish.jeest.impl.Sensirsey.nactSessionProservlet.internal.vider.RgetContext(SenesponseWriter.gsinaetResponseContext(RectSessionProvider.java:35) at org.eclipsespons.sensinact.sensortheings.sensing.rWriter.java:278) at org.glassfish.jest.impl.SenersesinactSessionProvidy.serer.getContext(Senvlet.sinactSessionProvidinternal.Respoer.java:2nseWri6) atter.w org.eclipse.sriteRensinacte.sensorthings.sensing.rest.sponimpl.RootRseStatusesourceAcAndHeadcesers(ResponseWriter.jasImpl.va:128) at org.glassfigetSessh.jersey.servesion(RootResourcr.ServerRueAccessImplntime$.java:73) at orRespg.eclipse.sensonder$1.getOutputStream(Serinact.sensortverRhuntime.java:ings.sens667) ing.rest. at orimpl.Rog.glassfish.jersey.otResourceAccessImessmpl.listRage.intesources(Rernal.CommitootResourceAccessImpl.javtingOa:114) at org.utputStreameclips.commitStream(CommittingOutputStre.sensinact.sensorthieam.java:171) at org.glassfngs.sensing.rish.jerest.impl.RootResourceAccessImpl.sey.melistSetResoursces(RootResourceAccessage.internal.CosImplmmitt.java:ingOutputStream.f109) alushBuft org.eclipse.senfer(sinact.sensorthings.sensiComming.rest.impl.RootResourceAccessImpl.getDatastreams(RootResourtceAccessImpl.java:184) at jdk.intertingOutputStreanal.rem.javaflect.Gene:276) at org.glassfish.ratedMetjersehody.messageAccessor1.interna1.invoke(l.CommittingOutputStream.coUnknown Smmit(Comourcmittine) gOutputStreat java.base/jdk.internal.ram.java:2eflect.Delegat32) at org.glassfingMethodAcceish.jersey.mssorIessage.internal.Commitmpl.intingOuvoke(DelegatputStream.cltinose(gMeCommittinthodgOutputAccessStream.javaorImpl.j:247) atava:43) at java.base org/java.lang.re.glassfish.jeflersey.messct.Metage.ihod.invoke(Method.java:568)nterna at org.gl.OutboundMeslassfish.jerssey.ageContext.close(OutboundMessageContext.java:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(Serveserver.model.internal.ResourRuntime.java:269) rceMetat org.ghodInvocationlassfiHandlerFactory.lsh.jerambda$static$0(Rsey.internal.ErresourceMeors$1.thodIncalvocationHal(ndlerFactory.java:Errors52) at org.glassfish.jersey.server.model.i.janternal.Absva:tractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.248java:146) ) aat org.t org.glassfish.jerseyglassfish..internal.Errors$1.call(Errorjersey.server.model.internal.AbstractJas.jvaResoavurceMethodDispatcher.ia:24nvoke(AbstractJavaResourceMethodDispatcher.ja4) va:189) at org. at org.gglalassfish.jessfish.jersey.servrseer.my.internaodel.internal.JavaRl.ErresourceMethodDispors.process(Errors.jatcherProava:vider$TypeOu292) tInvokeat org.gr.doDispatch(JavaRlassfishesourceM.jersey.inethodDispatcherProvider.java:219) at org.glassfiternal.Errors.process(sh.jerseErrory.server.model.ints.java:274) erna atl.Abst org.glassfish.ractJajersevaResourceMethodDispay.itchernte.dispatchrna(AbstractJavaResourceMethodDispatcl.Errors.her.java:93) at procesorg.glassfish.jerses(Errory.server.model.ResourceMethodInvos.java:ker.244) at invoke(ResourceMethodIorg.glassnvoker.javafish.je:478) at org.glassfish.jersey.server.modersey.procl.ResourceMethodInvokeess.intrernal.Req.apply(ResourceMethodInvoker.java:4uestScope00) at org.ru.glassfishnInSco.jersey.server.model.ResourceMethodInvoker.apply(Rpe(esourceMethodInvokeRequer.java:81) at org.gstScolassfpe.java:265) aish.jet org.glarsey.server.ServerRuntime$1.run(ServerRuntime.java:ssfish.jersey.server.ServerRuntime.pro261) at ocesrg.glassfish.jersey.ints(SerernverRunal.Errors$1.call(Errors.java:248) at org.glasstifish.jersme.javey.ina:240) at org.glternal.Errors$1.call(Errors.java:244) at org.glassfish.jerseyassfish.jersey.s.internal.Ererverors.process(Errors.java:292) ar.Appt org.glicationHandllasser.handle(Applicafish.jersey.intionHandler.java:697) at orgternal.glassfish.jersey.serv.Errors.process(Errors.java:274) at org.glassfish.jersey.internlet.WebCompal.Errors.processonent.serviceIm(Errpl(WebComponeors.java:244) at org.glassfish.jersey.process.nt.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.Servejava:39rRuntime.p4) at org.grocess(ServerRuntilassfish.jeme.java:240) rsey.servlet. at oWebrg.glassfish.jersey.server.ApplComponicationHandlent.service(WebCoer.hmponentandle(ApplicationHan.java:346dler) .java:69at org7) at org.glassfish..glajersey.ssfish.servlet.WebCjeromponent.serviceImpsey.serl(WebComponvlet.ent.java:394Ser) ... 32 cvletContainer.seommon frrvice(ames omiSertted vlWARetConN otai.e.jetty.server.HttpChannelState - uner.javanhandled d:35ue to prior s7) endError jakarta.serat ovlet.ServletExcrg.gleptiassfishon: java.lang.Illegal.jerseStateException: The session y.servlemanager is closed at t.SoervletContarg.glassfish.jersiner.servicey.servlet.We(SeebComponent.serviceImpl(WebrvletComponent.java:409) at org.glassfiContainer.java:311sh.jersey.) servlet.WebComponeat nt.serviorgce(WebCo.eclipse.osgitech.rest.mponruntime.WhiteboardSent.java:3ervletCon46) atainert org.glas.servsfish.jersey.servleice(Whitebot.ServletContainer.service(SerardvletContaiSerner.java:357)vletC at orontag.glassfish.iner.jjersey.servlet.ServletContaiavaner.se:137) rvice(ServletContainer.java:3 at11) org.g at orlasg.eclipsfise.osgitech.rest.runtish.jersey.servletme.Whit.ServleteboardServletContainer.service(WhiConteboardServletContainer.java:137) at org.glassfistaih.jersey.servlner.servet.ServletContaiceiner.service(Se(ServletrvletContainer.java:Con205) at org.eclipse.tainejetty.servlet.ServletHolder.handle(ServletHolder.java:764) r.javaat org.:20eclipse.jetty.5) at org.ecliservlet.Servlpse.jeetty.servlet.ServletHandler.doHantHolderdle(Servle.handle(SertHandlevler.jatHolder.java:764) atva:529) at org. org.ececlipse.jetty.server.halipndler.Scopedse.Handler.nexjetty.servlet.ServletHandler.dotHandle(ScopedHandle(ServlHandetHanler.javadle:221)r.java:52 at 9) org.eclipse.jetty.server.handl ater.ContextHandler.doHandle org.eclip(ContextHanse.jettydler.java:1380) .serveat org.eclipsr.he.jetty.server.handler.SandcopedHandler.nextlerScope(ScopedHandler.java:176).ScopedHandler at org.ecl.neipsextH.jetty.servlet.ServletHandler.doScope(SandervletHandler.java:4le84) (ScopedHandler.javat org.ea:221) at org.eclipse.jclipseetty.jetty.se.server.handler.ScopedHandler.nextScope(Scopedrver.hHandler.java:174) at org.eandleclipr.Cse.jetty.seontextrver.handlHandler.doer.ContextHandler.doScope(ContextHandler.java:1302) at org.eclipse.jettyHandle(Cont.servextHandleer.handler.Scr.jopedHandler.hava:1380) at oandle(Scoperg.edHandler.java:129) at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.jcliava:51) at org.eclipse.jetty.server.handler.Handpse.jlerWrapettper.y.server.handhandle(HandlerWrapper.java:122) at org.eclipse.jettlery.se.Scoprver.edHandler.neSerxtSver.handle(Server.java:5cope(63) at org.eclipse.jetty.server.HttpChanneScopedHl.lambdandler.java:176)a$ at org.ehandle$0(clHttpChipsanne.jetty.servlel.java:505) at et.Sorg.eclipse.jettervletHay.server.Hndler.ttpChannel.ddoScoispatch(Htpe(SertpChannelvletHandler.java:484) at org.eclipse.jetty.server.handler.ScopedHandler.nex.java:762tSco) ape(ScopedHandt org.ecliplerse.je.java:1tty.server.HttpChannel.handle(Htt74)pChannel.jav at org.a:497) eclipseat org.eclipse.jetty.jetty.server.handler.ContextHa.servendlr.HttpConnection.onFillableer.(HtdoStpCocope(ContextHannnection.java:282) at org.ecdler.lipsjava:1302e.jetty.io.AbstractConnection$) ReadCallbackat org.succeeded(AbstractConnection.java:314).ecli at org.eclipse.psejetty.io.FillInterest.fillable(FillIn.jetty.serveterest.java:100) at org.ecr.handllipse.jetty.io.SelectableChannelEndPoint$1.run(Selectabler.SceChannopedHandelEler.handle(ScopedHandlerndPo.javint.java:53) at org.ecla:ipse.jetty.util.thread.129) at ostrategy.AdaptiveExecutionStrrg.ategy.runeclipTask(AdaptiveExecutionStrategy.jase.va:416) at org.ecljetipse.jetty.utilty.ser.thrver.haead.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStratendlgy.java:385) at org.eclipse.jeter.Haty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(ndlerList.handlAdaptiveExecutionStrategy.java:272) at org.eclipse.jette(Handly.util.thread.strategy.AdapterListiveExecutionS.java:trategy.lambda$new$0(51) Adap at org.etiveExecutionStrategy.java:1clipse.40) at org.eclipse.jetty.util.tjetty.servehrear.hd.ReservedThreadExecutor$ReservedThread.run(ReseandlerrvedThreadExecutor.java:411).Ha at orgn.eclidlerWrpse.jetty.util.tappehread.QueuedThreadr.handlPoole(HandlerWra.runJob(QueuedThreadPoopper.jl.java:934) at org.eclipse.jetty.util.thread.Qavaueued:12ThreadPool$Runner.run(QueuedThreadPool.java:2) at org.eclipse.jetty.server.Server.1078) athandle(Se java.baserver/ja.java:5va.lang.Thread.63) at org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.run(Thrjava:ead505) .javat ora:840) Caug.eclipse.jetty.sed server.HttpChanby: java.lang.Illnel.dispatch(HttegapChannel.java:762) lSt at oaterg.eclipse.jExcetty.server.HttpChaeption: The session manager innel.handle(Https closed at org.eclipse.sensiCnact.nortbohannel.jaund.session.impl.Sessiva:497) ato org.nManager.doCheck(SessionManageeclipse.jetty.server.HttpConr.java:156nection) at org..onFieclipse.sensllable(HttpConnecinact.nortbtionound.sessio.java:282) at org.eclipse.jetty.io.AbstractConn.impl.SnectessionManager.getDefaultSion$ReadCalesslback.sucion(SessionManceedeaged(AbstractConnection.java:314) at org.eclipser.java:17.jetty.io.FillInt2) erest.fiat org.eclipllablese.s(FillInterest.javaensinact.sensorthings.sensing.rest.i:100) mpl.SensinactSesat org.eclipse.jetty.io.SesionPrlectableChovider.getContext(SeannelEndPoint$1nsinactSessionProvider.java:35).run(Sele actableChannelt oEndPoint.java:53) rg.eclipse.sensinact.sensat org.eclipsorthinge.jes.sensintty.g.restutil.imp.threl.SensinactSessionProvider.getContext(ad.strateSensinagy.AdctSessiaptionProveExevider.java:cutionStrategy.runTask(AdaptiveExecution26) aStratet orgy.javg.eclipse.sensa:416)inact.sen at sorthingorg.eclipse.jetty.util.thread.strats.sensing.egy.rest.Adaptimpl.RooiveExecutionSttResourceAccrateessIgy.consumeTask(Admpl.gaptiveExecutionetSStratession(egy.RootResourceAccejava:385) at ssImpl.org.eclipse.jetty.util.thjava:73) read.strategy.at org.eclAdaptipse.sensinact.sensorthings.sensiniveExegcut.rest.impl.RootionSRestourceAccessImpl.listRrategy.tryProduce(AdapesotiveExecutionSturcesrategy.ja(Rova:272) otResourceAcces at sImporg.eclipse.jl.jaetty.util.thread.strategy.va:114) atAda org.eptiveclipse.sensinact.senExecutisorthings.seonStrategnsing.rest.imy.lambda$pl.RootResonew$urceAcces0(AdsImpl.listSetResources(RootResourceAccessImpl.java:109) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.getDatastreams(RootResourceAccessImpl.java:184) at jdk.internal.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.glassfisaptiveExech.jerseyutionStra.server.modeltegy..internjava:140) at oal.ResourceMethodInvocarg.ectionHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfilipse.jetty.util.thrsh.jersey.seead.Reserver.model.internal.AbstractJavaResourcervedThrMethodDispatchereadExecut.invoke(AbstractJavaResoor$ReservurceMethodDispatcher.jedThread.ava:189)run at org.glassfish.jersey.server.model.(Reserinternvedal.JavaResourceMethodDiThrespatcherProvider$TypeOadExecututInvoker.doDispatcor.java:411) at orgh(JavaResourceMethod.ecDispatclipherProvise.jetty.util.tder.javahread.QueuedThr:219eadPo) aol.runt orJob(QueuedThrg.glassfish.jersey.server.model.internal.AbstractJavaReeadsourceMethodDispatcher.Poodispatch(Al.javabstractJavaResourceMethodD:93ispatc4) her.at org.ejava:93) at orgclipse.j.glassfish.jersey.server.modetty.util.el.ResothreaurceMethodInvoker.invoke(ResourceMethodInvokd.QueuedThreer.jadPoava:478) at org.glassfish.jersey.sol$Runner.ruerven(QueuedThreadPoor.model.ResourceMethodInvoker.apply(Resol.java:10urc78eMethodInv) aokert jav.java.base/ja:400) at org.ava.lang.Thread.glassfish.jersey.server.modrun(Threl.ResourceMetead.javahodInvoker.appl:840) Causedy(Resour by:ceMethodIn java.util.cvoker.java:81) at org.glassfisonh.jersecury.server.ServerRurent.Execntime$1.run(SeutirverRuntimeonException: java.lang.Ille.javga:261) atalSt org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at orgate.glassfish.jerseException: y.internal.Errors$1.call(Errors.java:244) aThe session mat org.glassfisnageh.jersey.internal.Errors.process(Errors.jar is closed at java.base/java.va:292) at outirg.glassfisl.conh.jersey.internal.Errors.processcurren(Errort.Coms.java:274) at org.glassfishplet.jersey.internal.Errors.process(ErrableFuture.ors.java:2rep44) ortGet(Com at org.glassfish.jersey.procespls.internal.RequestScope.runetableFuture.java:396) at InScope(RequestScope.java:265) at org.gljava.base/jaassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240)va.util.c at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) oncurreat org.glassfish.jersnt.Comey.seplervlet.WebComponent.servtabiceImpl(WebComponent.java:394) ... 32 leFutcommon frames omitted Waiure.get(ting fCompletabor the SeleFuture.java:2073) at org.nsorThings servlet to come up...glassfish.j ersey.servlet.internal.ResponseWriter.getResponseContext(ResponseWriter.java:276) ... 54 more Caused by: java.lang.IllegalStateException: The session manager is closed at org.eclipse.sensinact.nortbound.session.impl.SessionManager.doCheck(SessionManager.java:156) at org.eclipse.sensinact.nortbound.session.impl.SessionManager.getDefaultSession(SessionManager.java:172) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:35) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:26) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.getSession(RootResourceAccessImpl.java:73) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.listResources(RootResourceAccessImpl.java:114) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.listSetResources(RootResourceAccessImpl.java:109) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.getDatastreams(RootResourceAccessImpl.java:184) at jdk.internal.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) ... 41 more May 31, 2024 1:08:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08: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. May 31, 2024 1:08: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. May 31, 2024 1:08:52 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. May 31, 2024 1:08:53 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:53 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. May 31, 2024 1:08:53 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. May 31, 2024 1:08:53 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:53 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. May 31, 2024 1:08:53 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. May 31, 2024 1:08:53 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. May 31, 2024 1:08:53 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:53 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. May 31, 2024 1:08:53 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. May 31, 2024 1:08:54 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. [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. May 31, 2024 1:08:54 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 PM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: The session manager is closed at org.eclipse.sensinact.nortbound.session.impl.SessionManager.doCheck(SessionManager.java:156) at org.eclipse.sensinact.nortbound.session.impl.SessionManager.getDefaultSession(SessionManager.java:172) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:35) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:26) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.getSession(RootResourceAccessImpl.java:73) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.listResources(RootResourceAccessImpl.java:114) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.listSetReWARN o.eclipse.jetty.server.HttpCsources(RootResourceAcchannessIel - /v1mpl.java:10.1/Datastream9) as jakarta.servlett org..ServletExeclipse.sensinact.sensorthinception: java.lang.IllegalStateEgs.sensing.resxcet.impl.Rootption: The session manager Resois closeurced at org.glAccessImassfipl.getDatastreamssh.(RootRejersey.servlet.WebCompsouronent.serviceImpl(WebComponent.ceAccjavesa:409) sImpl.javat aorg.g:184) at jdk.intlassfish.jerseyernal.refle.servlct.GeneratedMethodAccessoet.WebComponer11.nt.service(WebComponent.invojava:346) at org.glassfish.jersey.servlet.ServletContake(Uiner.nknown Source) at jaservice(Sva.base/ervletContainejdk.ir.java:357)nternal.r at org.glassfeflect.Delegatish.jeingMethorsey.servlet.ServledAcctCoessorImpl.invoke(Delegatingntainer.service(ServletContainer.javMethodAa:311) at org.eclipse.osgiccessorImpl.java:43) at jatech.rest.runtimva.base/java.lange.W.reflect.Method.invhiteboaroke(MetdSehod.rvljava:etCon568) at org.glasstainer.service(fish.jersey.seWhitebrver.mooardSedel.inrvletContainer.java:1ternal.ResourceMethodInvoc37)ationHand at org.glassflerFishactory.la.jersey.sembda$staticrvlet.ServletCo$0(Rntainer.serviesourceMethodInvocatioce(SernHandlerFactvletContainerory..jajavva:205) a:52) at at org.org.eclipglassfse.jettyish..servljersey.server.modeet.Serl.invletertHolder.handlenal.(ServletHAbstractJavaolderResourceMethodDispa.java:764) atcher$1.rut org.n(Absteclipse.jettracy.sertJavvlet.SaResouervletHandrceMethodDler.doHandle(ispatcher.java:Servle146) at org.tHandler.glasjava:529) at org.esfisclipse.jetty.serverh.jer.handler.ScopedHaseyndler.nextHa.server.model.internal.Abstracndle(ScopedHandler.java:221)tJavaReso at ourceMethorg.eclipse.dDisjetty.server.hanpatcher.invoke(Abstdler.ConractJavatextHaResondler.doHanurceMethodDisdle(ContextHapatcher.java:189) andlt org.glassfisher..jerjavsey.a:1380) at org.eclipserver.model.internase.jetty.server.handler.Scl.JavaResouropedHaceMndlethodDer.ispatcherProvidernextS$TypeOcope(ScopedHandler.java:176) at orutInvoker.g.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at orgdoDi.eclipse.jetty.servespatr.handler.ScopedHandlerch(J.neavaResourceMxtSethodDispatchcope(ScopedHandler.java:174erProvider.) at org.eclipse.jetty.server.hjavandla:219er.ContextHa) atndler.do org.glassfiScope(Csh.jersey.sontextHandleerver.r.jmodel.inavaternal.AbstractJavaResour:1302) at org.eclipsceMethodDise.jepatcher.dtty.server.handlispaer.Scotch(AbstracpedtJavaResoHandleurcr.handle(ScopedHaeMethodDispatcndleher.jr.java:129) at org.eclipsava:93) at ore.jg.glassfish.jetty.sersey.server.erver.model.RehandlesourceMethodInvoker.r.HandleinvorList.ke(handle(HandlerList.java:51) at orResoug.eclipse.jetty.server.handlerceMethr.HandlerWrapper.handle(HanodInvoker.java:4dlerW78) at org.glassfish.jersey.servraper.model.Reper.jasourceva:122MethodInvoker.apply(Resourc) at org.eclipse.eMethjetty.server.Server.handle(SodInvokerver.java:563) at org.eclipse.jetty.server.Httper.javaChann:40el.lam0) at org.bda$handle$0(HttpChannel.java:505) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762) aglassfish.jersey.t org.ecserver.mlipse.jettodel.ResourceMethodIy.server.nvoHttpChannel.handle(HttpChannel.java:497) at oker.aprg.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282) 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.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) Caused by: java.lang.IllegalStateException: The session manager is closed at org.eclipse.sensinact.nortbound.session.impl.SessionManager.doCheck(SessionManager.java:156) at org.eclipse.sensinact.nortbound.session.impl.SessionManager.getDefaultSession(SessionManager.java:172) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:35) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:26) at org.eclply(ipse.sensinaResoct.urceMethodInvokesensorthir.javngs.sensing.rest.impa:81l.RootResourceAccessImpl) at org.getSession(RootResourceAccessImpl.java:73) a.glasst org.eclipse.sensinactfish.sens.jerorthsey.sings.seerver.Servnsing.rest.impl.erRuntRootResoime$1.run(urceAccesServerRuntime.sImpl.lijava:261) stResources(RootResourceat AccessImpl.jaorg.glassva:1fish.jersey.intern14) al.Errors$1.call(E at org.eclipse.rrorsensinact.sensorthings.sens.java:248) sing.rest.imat org.glassfish.jerspl.Rey.iootResnternal.EourceAccessImpl.lirrorstSetRes$1.casourll(Erces(Roorors.jtResourceAccesava:2sImp44l.jav) a:109) aat t org.eclipse.sensinact.sensoorg.glassfrthings.sensingish.jersey.interna.rest.impl.RootResourceAccessImpl.gl.ErroetDatars.process(Errstreamors.s(RootResourjava:2ceAccessImpl92) at .java:184) at jdk.internaorg.glassfish.jerl.reflectse.Genery.inatedMethodAccessor11.invoke(Unknowternal.Errors.process(Errors.n Sourjavace) at ja:274va.bas) ae/jdk.intt orernal.reflect.Delg.glegaassfish.jersey.internal.ErrtingMetors.hodAprocesccessos(rImpl.invoke(DelegatingMethodAcErrocessorImprs.jl.java:2ava:43) at j44)ava.base/java.lang.reflect. at org.glaMethod.invokssfish.jersey.pre(Method.java:568) at org.glassocesfish.jerses.internal.RequestScopy.server.model.internal.Re.runInScope(esoRequestSurceMethodInvocacoptionHae.jandlerFactory.lambda$static$0(ResourceMethodInvocationHva:265andlerFactor) ay.jt org.glassava:52) fish.jerse at org.y.seglassfrver.Serish.jeverRuntime.procesrsey.server.model.internal.AbstractJavaResourceMs(SerethodDispverRuntimeatcher$1..java:240) at org.glassfish.jersey.servrun(AbstractJavaResouer.ApplicrceMethodDisatipatcher.jonHava:146) aandt org.glassfisler.handle(Applicath.jerseionHandler.jy.server.model.internal.Abstava:69ractJavaResourceMethodDispatcher.in7) at ovoke(Abstrarg.gctJalassfivaResosh.jerseurceMety.serhodDispavlettch.Weber.java:189) at org.glassfisComh.jersey.server.model.intponent.serviceImernal.JavaResourceMethodDispatcherPpl(WebComprovider$TyponeneOutInvoker.doDispt.jaatcva:394) h(JavaResourceMethod at DispatcherProrg.ovider.java:219) glas at orsfish.jerseg.glassfiy.sesh.jersey.servervlr.model.internaet.WebCol.AbstramponentctJ.serviavaResourceMethodDispace(WebComponent.java:346)tcher. atdispatch(AbstractJavaResourceMethodDi orgspatcher.java:93) at.gla org.glassfish.jersey.server.mossfishdel.Resour.jerceMethodInvoksey.servlet.ServletConer.invoke(Resourtainer.sceMethodInvoker.java:478) at org.glerviassfish.jersey.server.model.ResourceMethodInvoker.apce(Servleply(ResourceMetContainerthodInvoker.java.jav:400) at org.glassfish.jersey.server.moda:el.ResourceMethodInvok357) at org.glaer.apply(Resossfish.jersey.servleurceMethodInvokert.Serv.jaletContainer.servva:81) at orgice(.glServletContaassfiinsh.jersey.server.ServerRuntime$1.run(Serer.java:311) verRuntime.j at ava:26org.ecli1) at org.glassfish.jersepse.y.internal.Errors$1.call(Erroosgitech.rrs.est.java:248) at org.glassfish.jersey.inruntime.Whitebternal.Errors$1.oardServcall(Errors.jleava:244t) at org.glassfish.jersey.internal.Errors.process(Errors.javaContainer.service(WhiteboardServletCo:292) at org.glassfintainer.java:137) at org.glassh.jersey.internal.Errors.process(Esrrors.java:274) at org.glassfish.jersey.internal.Errors.fish.jersey.servletprocess(E.Serrors.javarvle:24tContainer.s4) at org.glassfish.jersey.proceservis.ince(Sternaervll.ReetContainequestScope.runInScope(RequestScoper.jav.java:2a:2065) at org.glassfish.jersey5) at org.server.ServerRun.ectimlipse.process(ServerRuntime.java:240) at org.glassfish.e.jetty.servlet.Sejerseyrvl.seetHrver.Aolder.handlepplicationHandler.ha(Sendle(ApplicatrvletHolder.jionHandavaler.:764) at org.eclipse.jettyjava:6.servl97) at org.glassfish.jersey.servlet.Seret.WebComponent.svleterviceHandler.doHandle(ServlImpl(WebComponent.java:394) ... 32 common frames omitetHandler.jated va:WARN o.e.jetty.se529) at org.ecrverlipse.jetty.serv.HttpChannelSter.haate - unhandledndler.S due to pricopedHaor ndler.sendError jakartanextHandle(Scope.servldHandler.java:2et.21) atSer org.eclipse.jetty.svleervertEx.hanception: jadlerva.lang.Ill.ConteegalStateException: TxtHheandl session manager is closeer.doHandle(ContextHd aandler.jt org.glassfish.ava:138jers0) ey.servlet.Web atComp org.eclipse.onent.servijetty.ceImpl(WebCoservemponr.handler.ent.java:409ScopedHandler.nextScop) at org.glassfish.jersey.servlet.WebCompe(Scopeonent.sdHandleervice(WebComponent.java:346) ar.java:176) at t org.glassfish.jeorg.eclrsey.servleipse.jett.ServletContytai.servlet.ServletHandler.doScope(Sner.service(ServletContainerervle.java:357) at org.glassfish.jetHandler.javrsey.sea:48rvlet.Ser4) at orvletg.eclipsContaie.jetty.server.handler.ScopedHner.service(SerandlevletContair.nextScopener.(Sjava:31cop1) aet org.eclipse.osdHangitedler.java:174) at org.ech.rclipsest.e.jettrunty.server.hanime.Whiteboarddler.ConteServxtHandler.doSlcope(ContextHandetContainerler.java.ser:1302) avice(Wht org.iteboardeclipse.jetty.seServletContainer.java:rver.handler.ScopedHand13ler7) at org.glassfish.jersey.servlet.Se.handle(ScopervletContainer.service(ServletCdHandlontainer.java:205) at org.ecler.java:12ips9) at oe.jerg.tty.seecliprvlet.Serse.jetty.server.hanvletHoldler.Hander.handle(SerdlerList.hvletHolder.javaandle:764) at org(HandlerL.eclipse.jetty.servlist.et.ServletHjava:51) at organdler..ecldoHandle(ServletHandler.java:529) atipse.jet org.ety.server.handler.HandlerWrclipsappere.jetty.server.handle(.handler.ScopedHandHandlerWraler.nextHandle(Scpper.java:122)opedHandler.java:221) at org.eclipse.jetty.server.handler.Co at org.eclntextHipse.jandler.doHandleetty.server.Se(ContextHandler.javrver.handle(Sea:1380) at rver.jaorg.ecva:563) lipse.jetty.server.handat orgler.ScopedHandler.nextSco.eclipse.jepe(ScopedHantty.server.HttpChannel.lambda$handle$0(HttpChannel.java:505) atdler.java:17 org.ecl6) at org.eclipsipsee.jetty.ser.jvlet.ServletHetty.serveandler.doScope(ServletHandler.javar.Htt:484) at org.ecpChannelipse.jetty.servel.dir.hspatch(HttpCandler.ScopedHandler.nhannel.javextScope(Scopa:76edHandl2) at orer.javg.eclipse.ja:174) at org.eclipetty.serse.jetty.server.handler.ContextHandler.doSver.cope(ContextHandler.jHttpChannelava:1302) at or.handle(HttpChannel.java:4g.eclipse.jetty.server.handler.Scoped97) at orgHandler.handle(.ecScopedHandler.java:129) at org.lipse.jetty.sereclipse.jetty.server.haver.HttpConnndler.HandlerList.haection.ondlenFi(HandlerList.java:51) at org.eclipse.jetty.server.handler.Handlerllable(HttpCWrapper.handle(HandlerWrapper.jaonneva:1ction.java:28222) at org.eclipse) at org.jet.eclty.server.ipse.jetty.iSero.Absver.handle(tracServer.java:563) at org.eclipse.jettty.server.HttpChannel.lambda$handle$0(HttpChannConnel.java:505) at org.eclipse.jetty.server.HttpChannel.dectionispatch(Http$RChaeadnnel.java:762) at org.eclipse.jeCallback.sutty.server.HttpChannel.handle(HttpChannel.javacce:497) at org.eclipse.jetty.seeded(AbstractConnrver.HttpConnection.onFillable(HttpConnection.java:2ect82) ion.java:3at o14) at org.eclipse.jrg.ecetty.iolip.Fillse.jetty.io.AbstractCoIntenneresction$t.filReadCallback.succelable(FillIntereseded(AbstractConnection.java:314) at ort.jg.eclipse.jetty.io.FillInterest.fillable(FillIntereavast.java:100) at org.ecli:10p0) se.jetty.io.SelectableChannelEndPoint$1.run(SelectableChat organnelEndPoint.java:53) at org.eclipse.jetty.util.th.ecread.strategy.AdaptiveExecliputionStrategy.runTask(AdaptiveExecutionStrategy.java:416) at org.eclipse.jetse.jetty.io.SelectableCty.util.thahread.snnelEndtrategy.AdPoint$1.run(SeaplectableChannelEndtivPoint.eExecutjava:53) ionStrategy.consumeTask(AdaptiveExecuti atonStra orgtegy.jav.eclipse.jea:385) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:272) at org.eclipse.jetty.util.thread.sttty.utril.thread.strategategy.AdaptiveExecutionSy.Adtrategapty.lambiveExeda$necutionStrategy.w$0(AdaptiveExecutionStrategy.java:runTas140k(A) at ordaptiveExg.eecutionSclipse.jetty.tutil.thread.ReservedThreadExecutor$ReservedThread.rrategy.un(ReservedThreadExecutor.java:4jav11) at org.eca:416) at org.eclipse.jetty.lipse.jetty.util.thread.QueuedThrutil.thread.straeadPool.runJobtegy.(QueuedThrAdaptiveExecutionSteadPooratl.javegy.coa:934) nsumeTask(Adap at org.eclipse.jettiveExecutionStrty.util.thread.QueuedThreadPool$Runner.run(QueuedTategy.jhreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.lang.IllegalStateExceava:38ption: The session manager is closed at org.eclipse.sensinact.nortbound.session.impl.SessionManager.doCheck(Session5) aMant org.ager.java:156) at org.eclieclpse.sensiipsnact.nortbound.session.impl.SessionManage.jetty.uter.getDefaultSession(SessionManager.javia:172) at org.ecll.thread.strategyips.Adaptivee.sensinaExecutionStratct.egy.setnsorthingsryPro.sensiduce(Adaptivng.reeExecutist.implonS.SensinacttrategySessionP.jarovider.getContext(va:2Sen72) atsinact org.SessionPreclovider.java:35) ipsat org.eclipse.jetty.util.threae.sensinact.sensorthings.sd.strategy.AdaptiveExecensing.rest.impl.SensinuactSessionProvider.getContext(SensinactSessionProvider.java:26) at org.eclipsetionStra.sensinact.sensortethings.sensing.rgy.estlambda$new$0(Adaptive.imExecutionStrategpl.RootResouy.jrceAccessImavapl.ge:14tSession(0) at oRootResourceAccessImplrg.ecl.java:73) at org.eclipse.sipse.jetty.util.ensinact.sensorthings.sethread.ReservednsiThreadExecung.rest.impl.RootResourceAccessImptorl.listResourc$Reservedes(ThrRootReadesourceAccessImpl.java:114) at org.eclipse.sen.run(Ressinact.sensorthiervngs.sensedThreingadExecu.rest.itor.jmpl.RootResouava:411rceAccessImpl.lis) tSetResat org.eclipourcesse.(RootResourceAccessImpl.java:109) at org.eclipse.sjetensinact.sensotrthy.util.threaings.sensing.rest.impl.RootResourceAccessImpl.getDatastreams(RootResoud.QueuedThreadrceAccPessImpl.java:184) at jdk.inoolternal.reflect.GeneratedMethodAccessor11.invoke(.ruUnknJonowb(Queuedn SouThreadPool.java:934) at rce) at java.base/jdk.iorgntern.ecal.relipsefl.ject.DelegatingMethodAccessorImpl.invoke(Deetty.ulegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Mettil.thread.hodQueuedThreadP.ool$Runinvokner.rune(Method.java:568) at org.glassfish.jersey.server.model.internal.Reso(QueuedThreaurceMethodInvocationHandlerFactory.lambda$static$0(ResourceMedPoothodInvocationHandlerFactory.java:52) at org.glassl.java:107fish.j8ersey.server.model.int) at javaern.base/java.lang.Threaal.Abstrd.runactJavaR(TesourceMethodDhreadispatcher$1.run(Ab.java:84stractJavaResourceMe0) thodDispatcher.java:146) at org.glassfish.jersey .server.moMay 31, 20del.int24 1:08:54 Pernal.AbM org.eclstractJaipse.vaResourceMethodDispatcher.invoke(AbstractJavaosgResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatitecherProvider$TypeOutInvoker.doDispatch(JavaResoch.rest.ruurceMethodDispatcherProvider.java:21ntime.Je9) at org.glassfish.jersey.servrseyer.model.internServiceRuntime assignCoal.AbstracntJavaResourceMethodDispatcher.dispatch(AbstractJavaResourctent INFO:eMethodDi Aspatchedded content Optionr.java:93) at org.glasalRessfish.jersey.server.modeponse Fil.Resolter tourceMet applicationhodInvoker.invoke(Resource sensortMethodInvokehinr.java:478) ags class org.eclit opse.osgitech.rg.glassfish.jersey.server.modrest.utiel.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntiml.Oe.java:261) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.servlet.WebComponent.serviptionaceIlRespompl(WebCnseFoilter May 31, 2mponent.java:394) ... 32024 1:08:54 PM org.gla cossmmon framesfis omitth.jeersey.server.Sd Waiting foerverRunr the Sentime$RsorThingesps servlet to come uonp... der writeResponse SEVERE: Error while closing the output stream in order to commit response. org.glassfish.jersey.server.ContainerException: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: The session manager is closed at org.glassfish.jersey.servlet.internal.ResponseWriter.getResponseContext(ResponseWriter.java:278) at org.glassfish.jersey.servlet.internal.ResponseWriter.writeResponseStatusAndHeaders(ResponseWriter.java:128) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276) at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232) at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247) at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:357) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) at org.eclipse.osgitech.rest.runtime.WhiteboardServletContainer.service(WhiteboardServletContainer.java:137) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1380) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1302) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.java:505) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282) 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.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) Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: The session manager is closed at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at org.glassfish.jersey.servlet.internal.ResponseWriter.getResponseContext(ResponseWriter.java:276) ... 54 more Caused by: java.lang.IllegalStateException: The session manager is closed at org.eclipse.sensinact.nortbound.session.impl.SessionManager.doCheck(SessionManager.java:156) at org.eclipse.sensinact.nortbound.session.impl.SessionManager.getDefaultSession(SessionManager.java:172) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:35) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.SensinactSessionProvider.getContext(SensinactSessionProvider.java:26) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.getSession(RootResourceAccessImpl.java:73) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.listResources(RootResourceAccessImpl.java:114) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.listSetResources(RootResourceAccessImpl.java:109) at org.eclipse.sensinact.sensorthings.sensing.rest.impl.RootResourceAccessImpl.getDatastreams(RootResourceAccessImpl.java:184) at jdk.internal.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) ... 41 more May 31, 2024 1:08:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 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. May 31, 2024 1:08:54 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:08:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [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/.flattened-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 22 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-20240531.125934-77.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-20240531.125934-77.pom (7.3 kB at 149 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-20240531.125934-77.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-20240531.125934-77-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-20240531.125934-77.jar (56 kB at 1.1 MB/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-20240531.125934-77-tests.jar (20 MB at 19 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 4.6 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 7.0 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 3.2 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.sensorthings:mqtt >----- [INFO] Building Sensorthings MQTT 0.0.2-SNAPSHOT [45/73] [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.17/moquette-broker-0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.17/moquette-broker-0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.17/moquette-broker-0.17.pom (8.5 kB at 60 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-parent/0.17/moquette-parent-0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-parent/0.17/moquette-parent-0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-parent/0.17/moquette-parent-0.17.pom (9.0 kB at 169 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 41 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 599 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.pom (12 kB at 1.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-parent/4.1.93.Final/netty-parent-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.93.Final/netty-parent-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.93.Final/netty-parent-4.1.93.Final.pom (83 kB at 7.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.pom (1.6 kB at 66 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.pom (2.2 kB at 270 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.pom (1.6 kB at 176 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.pom (4.6 kB at 578 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.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.93.Final/netty-transport-native-unix-common-4.1.93.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.93.Final/netty-transport-native-unix-common-4.1.93.Final.pom (29 kB at 2.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.pom (5.3 kB at 221 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.pom (4.2 kB at 525 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.93.Final/netty-codec-mqtt-4.1.93.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.93.Final/netty-codec-mqtt-4.1.93.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.93.Final/netty-codec-mqtt-4.1.93.Final.pom (2.6 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.93.Final/netty-transport-native-epoll-4.1.93.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.93.Final/netty-transport-native-epoll-4.1.93.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.93.Final/netty-transport-native-epoll-4.1.93.Final.pom (19 kB at 173 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-classes-epoll/4.1.93.Final/netty-transport-classes-epoll-4.1.93.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.93.Final/netty-transport-classes-epoll-4.1.93.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.93.Final/netty-transport-classes-epoll-4.1.93.Final.pom (2.1 kB at 35 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 16 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.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.17/moquette-broker-0.17.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.93.Final/netty-common-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.93.Final/netty-codec-mqtt-4.1.93.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-epoll/4.1.93.Final/netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-classes-epoll/4.1.93.Final/netty-transport-classes-epoll-4.1.93.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.17/moquette-broker-0.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.17/moquette-broker-0.17.jar (276 kB at 3.4 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.93.Final/netty-common-4.1.93.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar (489 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar (305 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar (659 kB at 21 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.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.jar (38 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.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.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar (44 kB at 975 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar (345 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.93.Final/netty-codec-mqtt-4.1.93.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar (554 kB at 12 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.93.Final/netty-transport-native-epoll-4.1.93.Final-linux-x86_64.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 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.93.Final/netty-transport-classes-epoll-4.1.93.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.jar (657 kB at 11 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/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar (334 kB at 4.9 MB/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/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.93.Final/netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar (38 kB at 265 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.93.Final/netty-codec-mqtt-4.1.93.Final.jar (101 kB at 668 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.93.Final/netty-transport-classes-epoll-4.1.93.Final.jar (145 kB at 955 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 2.2 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ mqtt --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.sensorthings:mqtt:jar:0.0.2-SNAPSHOT... [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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.93,4.1.94)',io.netty.codec;version='[4.1.93,4.1.94)',io.netty.codec-http;version='[4.1.93,4.1.94)',io.netty.codec-mqtt;version='[4.1.93,4.1.94)',io.netty.common;version='[4.1.93,4.1.94)',io.netty.handler;version='[4.1.93,4.1.94)',io.netty.resolver;version='[4.1.93,4.1.94)',io.netty.transport;version='[4.1.93,4.1.94)',io.netty.transport-classes-epoll;version='[4.1.93,4.1.94)',io.netty.transport-native-unix-common;version='[4.1.93,4.1.94)',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.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 --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/integration-test.bndrun: May 31, 2024 1:09:02 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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started May 31, 2024 1:09:03 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, class io.moquette.interception.messages.InterceptExceptionMessage] 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... Unable to connect to server (32103) - java.net.ConnectException: Connection refused 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 more 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 196 ms ERROR io.moquette.broker.Server - Problem writing new UUID to file path: data/.moquette_uuid java.io.FileNotFoundException: data/.moquette_uuid (No such file or directory) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293) at java.base/java.io.FileOutputStream.(FileOutputStream.java:235) at java.base/java.io.FileWriter.(FileWriter.java:113) at io.moquette.broker.Server.checkOrCreateUUID(Server.java:334) at io.moquette.broker.Server.collectAndSendTelemetryData(Server.java:307) at io.moquette.broker.Server.lambda$collectAndSendTelemetryDataAsynch$0(Server.java:302) at java.base/java.lang.Thread.run(Thread.java:840) 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 location location friendlyName location modelPackageUri model foobar 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 io.moquette.broker.Server - Unbinding integration from the configured ports INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/.flattened-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 51 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-20240531.125934-65.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-20240531.125934-65.pom (3.3 kB at 49 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-20240531.125934-65.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-20240531.125934-65-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-20240531.125934-65-tests.jar (32 kB at 519 kB/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-20240531.125934-65.jar (331 kB at 3.3 MB/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 2.1 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 6.3 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 3.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 [46/73] [INFO] from northbound/security/openid-connect/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ openid-connect --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ openid-connect --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound.security:openid-connect:jar:0.0.2-SNAPSHOT... [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.939 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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.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.eclipse.sensinact.gateway.northbound.security.security-api;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: May 31, 2024 1:09: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 May 31, 2024 1:09:42 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 May 31, 2024 1:09: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 o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:45815/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:39399/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:37767/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:43171/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:33313/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:45273/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:46595/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:34123/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:34379/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:40713/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:33803/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:34025/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/.flattened-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 64 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-20240531.125934-74.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-20240531.125934-74.pom (3.3 kB at 39 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-20240531.125934-74.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-20240531.125934-74-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-20240531.125934-74.jar (21 kB at 383 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-20240531.125934-74-tests.jar (17 kB at 302 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 2.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 7.9 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 2.4 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.northbound:gogo-shell >--------- [INFO] Building SensiNact Northbound Gogo Shell Commands 0.0.2-SNAPSHOT [47/73] [INFO] from northbound/gogo-shell/pom.xml [INFO] --------------------------------[ 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 215 kB/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 774 kB/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 994 kB/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 1.2 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gogo-shell --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ gogo-shell --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ gogo-shell --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/src/main/resources [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ gogo-shell --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.northbound:gogo-shell:jar:0.0.2-SNAPSHOT... [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ gogo-shell --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ gogo-shell --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ gogo-shell --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ gogo-shell --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ gogo-shell --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/.flattened-pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.northbound.gogo-shell-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/.flattened-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) @ gogo-shell --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gogo-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/target/gogo-shell-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ gogo-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/target/gogo-shell-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ gogo-shell --- [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) @ gogo-shell --- [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) @ gogo-shell --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/target/gogo-shell-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/target/gogo-shell-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ gogo-shell --- [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/gogo-shell/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/gogo-shell/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-20240531.125934-13.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-20240531.125934-13.pom (4.0 kB at 90 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-20240531.125934-13.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-20240531.125934-13-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-20240531.125934-13-tests.jar (3.0 kB at 58 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-20240531.125934-13.jar (33 kB at 633 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/maven-metadata.xml (310 B at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/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/gogo-shell/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/gogo-shell/maven-metadata.xml (310 B at 4.7 kB/s) [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.examples:examples >----------- [INFO] Building Prototype examples 0.0.2-SNAPSHOT [48/73] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ examples --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ examples --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ examples --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:examples:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ examples --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/.flattened-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 [49/73] [INFO] from examples/pull-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ pull-based --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ pull-based --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:pull-based:jar:0.0.2-SNAPSHOT... [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/.flattened-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 [50/73] [INFO] from examples/push-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ push-based --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ push-based --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:push-based:jar:0.0.2-SNAPSHOT... [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/.flattened-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/.flattened-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 [51/73] [INFO] from examples/reflective/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ reflective --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ reflective --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:reflective:jar:0.0.2-SNAPSHOT... [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/.flattened-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 [52/73] [INFO] from examples/model-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ model-based --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ model-based --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ model-based --- [INFO] Copying 1 resource [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ model-based --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:model-based:jar:0.0.2-SNAPSHOT... [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/.flattened-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 [53/73] [INFO] from examples/action/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ action --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ action --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:action:jar:0.0.2-SNAPSHOT... [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/.flattened-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 [54/73] [INFO] from examples/writable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ writable --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ writable --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:writable:jar:0.0.2-SNAPSHOT... [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/.flattened-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 [55/73] [INFO] from examples/generic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ generic --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ generic --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:generic:jar:0.0.2-SNAPSHOT... [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/.flattened-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 [56/73] [INFO] from examples/notification/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ notification --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ notification --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.examples:notification:jar:0.0.2-SNAPSHOT... [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/.flattened-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/.flattened-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 [57/73] [INFO] from sensinact-bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sensinact-bom --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ sensinact-bom --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ sensinact-bom --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway:sensinact-bom:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ sensinact-bom --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/sensinact-bom/.flattened-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 5.8 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-20240531.125934-74.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-20240531.125934-74.pom (2.4 kB at 46 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 9.1 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 4.6 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 3.4 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.distribution:distribution >------- [INFO] Building Eclipse sensiNact Distribution 0.0.2-SNAPSHOT [58/73] [INFO] from distribution/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ distribution --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ distribution --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ distribution --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution:distribution:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- install:3.1.1:install (default-install) @ distribution --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/.flattened-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 8.4 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-20240531.125934-74.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-20240531.125934-74.pom (2.7 kB at 37 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 6.1 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 7.7 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 4.1 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:test-utils >-------- [INFO] Building Eclipse sensiNact Feature Launcher Test Utilities 0.0.2-SNAPSHOT [59/73] [INFO] from distribution/test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test-utils --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ test-utils --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution:test-utils:jar:0.0.2-SNAPSHOT... [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/.flattened-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/.flattened-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/.flattened-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 93 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-20240531.125934-74.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-20240531.125934-74.pom (2.2 kB at 33 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-20240531.125934-74.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-20240531.125934-74-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-20240531.125934-74.jar (8.4 kB at 179 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-20240531.125934-74-tests.jar (2.8 kB at 59 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.5 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 8.7 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 5.4 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:launcher >--------- [INFO] Building Eclipse sensiNact Feature Launcher 0.0.2-SNAPSHOT [60/73] [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 38 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 168 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 811 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 12 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ launcher --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.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] --- flatten:1.1.0:flatten (flatten) @ launcher --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution:launcher:jar:0.0.2-SNAPSHOT... [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.289 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-test17590110354076483383/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-test17590110354076483383/configuration.json as the key is invalid ERROR o.e.s.g.l.ConfigurationManager - An unexpected error occurred parsing the configuration file /tmp/sensinact-config-test17988875310543184825/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-test17988875310543184825/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.236 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.022 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] [ConnectionSettings] Read from file: /home/jenkins/.m2/settings.xml (See https://bnd.bndtools.org/instructions/connection-settings.html for more information) [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 545 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 121 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 582 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 601 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 460 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 547 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 183 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 1.8 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 53 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 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.22/plexus-utils-3.0.22.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.4.0/biz.aQute.resolve-6.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 7.2 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/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 13 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 12 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 19 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 52 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 17 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 44 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 105 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 418 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 197 kB/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 410 kB/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 122 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 692 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 2.0 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 634 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 108 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 205 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 147 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 218 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 2.0 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 770 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 6.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 13 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 189 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 204 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 160 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 4.8 MB/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 6.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 5.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 10 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 5.5 MB/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 2.5 MB/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 2.0 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 3.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 145 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 272 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 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 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 558 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 390 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.7 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 2.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 296 kB/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 4.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 4.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 141 kB/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 965 kB/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 323 kB/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 1.8 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 658 kB/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 310 kB/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 111 kB/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 378 kB/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 906 kB/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 283 kB/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 1.5 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 713 kB/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 3.5 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 417 kB/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 734 kB/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 1.6 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 552 kB/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 1.0 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 1.1 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 902 kB/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 998 kB/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 497 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 855 kB/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 380 kB/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 180 kB/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 183 kB/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 220 kB/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 296 kB/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 429 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 8.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 3.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 947 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 3.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 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 83 kB/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 266 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 6.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 1.1 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 782 kB/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 2.7 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 1.3 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 1.7 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 51 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 72 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 500 kB/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 883 kB/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 14 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 8.6 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 2.1 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 752 kB/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 28 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 231 kB/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 5.3 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 13 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 303 kB/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 125 kB/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 5.5 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 140 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 559 kB/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 1.6 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 15 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 7.7 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 312 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 2.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 9.1 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 5.1 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 238 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom (7.2 kB at 551 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 124 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 475 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.1 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 312 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 48 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 83 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 219 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 423 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 83 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 133 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 270 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 126 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 296 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 878 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 1.9 MB/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 506 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 400 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 3.5 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 7.1 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 1.1 MB/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 5.5 MB/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 130 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 188 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 712 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 5.1 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 1.4 MB/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 246 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 1.2 MB/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 106 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.4 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 695 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 2.0 MB/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 11 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 4.1 MB/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 1.0 MB/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 1.1 MB/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 1.3 MB/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 514 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 483 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 1.4 MB/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 292 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 468 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 755 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 340 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 332 kB/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 949 kB/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 747 kB/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 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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/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/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 425 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.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 38 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 1.2 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-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.7 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-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 1.5 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/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 632 kB/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/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar (11 kB at 352 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 4.8 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/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 1.9 MB/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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 301 kB/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-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 2.9 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/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 4.4 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/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 4.2 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/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 11 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/commons/commons-text/1.3/commons-text-1.3.jar (183 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-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/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 4.8 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/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 869 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-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 223 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/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 92 kB/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/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 4.9 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/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 1.4 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/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 891 kB/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/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 628 kB/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/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 706 kB/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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 4.3 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-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 5.5 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-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar (86 kB at 709 kB/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/tukaani/xz/1.8/xz-1.8.jar (109 kB at 770 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar (37 kB at 257 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 911 kB/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.3 MB/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/maven-artifact/2.0.5/maven-artifact-2.0.5.jar (85 kB at 562 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/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 214 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/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 652 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/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 935 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 910 kB/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.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 340 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.2 MB/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 3.9 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 2.4 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 380 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 7.0 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 77 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 537 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 413 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 2.7 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 17 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 22 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 219 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/gogo-parent/6/gogo-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom (5.4 kB at 5.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/felix-parent/5/felix-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom (22 kB at 11 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 1.0 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 3.1 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 9.7 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 195 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar (40 kB at 4.4 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 May 31, 2024 1:10:29 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 May 31, 2024 1:10:29 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 13:10:29.823 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:10:29.869 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:10:29.870 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:10:29.872 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:10:29.984 [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] 13:10:29.985 [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. 13:10:29.985 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model test-feature 13:10:29.991 [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 13:10:29.992 [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] 13:10:29.992 [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 13:10:30.003 [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 13:10:30.004 [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] 13:10:30.004 [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 13:10:30.007 [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 13:10:30.007 [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] 13:10:30.007 [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 13:10:30.009 [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 13:10:30.010 [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] 13:10:30.010 [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 13:10:30.012 [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 13:10:30.012 [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] 13:10:30.013 [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 May 31, 2024 1:10:30 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 May 31, 2024 1:10:30 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 13:10:30.183 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp376493641]@1670d649{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@3992929c,POJO} 13:10:30.184 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp376493641]@1670d649{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:10:30.201 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@45e0f0a0{size=0},AUTO} 13:10:30.207 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@607a3af5[null] added {org.eclipse.jetty.security.DefaultIdentityService@52dca991,POJO} 13:10:30.207 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@607a3af5[OSGi HTTP Service Realm] added {UserStore@56f50c71[users.count=0],AUTO} 13:10:30.207 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STOPPED}[11.0.13,sto=0] added {HashLoginService@607a3af5[OSGi HTTP Service Realm],AUTO} 13:10:30.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@503ddc95{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@3bf9b2a8{base=null,protected=[]},MANAGED} 13:10:30.303 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@3a263a62{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@18dee940} 13:10:30.310 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@74c5ca9{STOPPED} added {o.e.j.s.ServletContextHandler@503ddc95{/,null,STOPPED},AUTO} 13:10:30.322 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@503ddc95{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=-1,MANAGED} 13:10:30.324 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=-1 added {ServletHandler@f0dd98b{STOPPED},MANAGED} 13:10:30.324 [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) 13:10:30.325 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@503ddc95{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@3911ad8,POJO} 13:10:30.326 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@3911ad8,POJO} 13:10:30.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@f0dd98b{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:30.345 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@f0dd98b{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb,POJO} 13:10:30.346 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@74c5ca9{STOPPED},MANAGED} 13:10:30.346 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@3375b51a{STOPPED}[11.0.13,sto=0] 13:10:30.370 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STARTING}[11.0.13,sto=0] added {ErrorHandler@48cdc686{STOPPED},AUTO} 13:10:30.373 [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.10+7 13:10:30.412 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@3375b51a{STARTING}[11.0.13,sto=0] 13:10:30.413 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp376493641]@1670d649{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:10:30.415 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@202868f2{reserved=0/2,pending=0} 13:10:30.416 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp376493641]@1670d649{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] added {ReservedThreadExecutor@202868f2{reserved=0/2,pending=0},AUTO} 13:10:30.416 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@202868f2{reserved=0/2,pending=0} 13:10:30.428 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1891ms ReservedThreadExecutor@202868f2{reserved=0/2,pending=0} 13:10:30.432 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp376493641-26,5,Configuration Admin Service] 13:10:30.433 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp376493641-27,5,Configuration Admin Service] 13:10:30.433 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp376493641-28,5,Configuration Admin Service] 13:10:30.433 [qtp376493641-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp376493641]@1670d649{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.433 [qtp376493641-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp376493641]@1670d649{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.433 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp376493641-29,5,Configuration Admin Service] 13:10:30.433 [qtp376493641-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp376493641]@1670d649{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.433 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp376493641-30,5,Configuration Admin Service] 13:10:30.433 [qtp376493641-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp376493641]@1670d649{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.434 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp376493641-31,5,Configuration Admin Service] 13:10:30.434 [qtp376493641-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp376493641]@1670d649{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.434 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp376493641-32,5,Configuration Admin Service] 13:10:30.434 [qtp376493641-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp376493641]@1670d649{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.434 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp376493641-33,5,Configuration Admin Service] 13:10:30.434 [qtp376493641-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp376493641]@1670d649{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.434 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1897ms QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.434 [qtp376493641-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.434 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@45e0f0a0{size=0} 13:10:30.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1897ms AttributeContainerMap@45e0f0a0{size=0} 13:10:30.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@607a3af5[OSGi HTTP Service Realm] 13:10:30.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@56f50c71[users.count=0] 13:10:30.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1897ms UserStore@56f50c71[users.count=0] 13:10:30.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1898ms HashLoginService@607a3af5[OSGi HTTP Service Realm] 13:10:30.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@74c5ca9{STOPPED} 13:10:30.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@74c5ca9{STARTING} 13:10:30.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@503ddc95{/,null,STOPPED} 13:10:30.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@2fb352eb 13:10:30.486 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@7723764b, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@28d903c7] 13:10:30.507 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@503ddc95{/,null,STARTING} 13:10:30.507 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@3bf9b2a8{base=null,protected=[]} 13:10:30.507 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@503ddc95{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@5a966d7f,POJO} 13:10:30.507 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1970ms SymlinkAllowedResourceAliasChecker@3bf9b2a8{base=null,protected=[]} 13:10:30.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 13:10:30.512 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@1ec6ee8b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:10:30.515 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@1ec6ee8b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@2fdfccc4[passivating=false,graceSec=3600],AUTO} 13:10:30.517 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@4a1f9607{STOPPED}[worker=null] 13:10:30.519 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@4a1f9607{STARTING}[worker=node0] added {HouseKeeper@5d5f902c{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:10:30.523 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:10:30.524 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@5d5f902c{STOPPED}[interval=600000, ownscheduler=false] 13:10:30.525 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3db8d1a1{STOPPED} 13:10:30.526 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1989ms ScheduledExecutorScheduler@3db8d1a1{STARTED} 13:10:30.526 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:10:30.527 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:10:30.530 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1993ms HouseKeeper@5d5f902c{STARTED}[interval=660000, ownscheduler=true] 13:10:30.530 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1993ms DefaultSessionIdManager@4a1f9607{STARTED}[worker=node0] 13:10:30.530 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@4a1f9607{STARTED}[worker=node0],MANAGED} 13:10:30.531 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 added {DefaultSessionIdManager@4a1f9607{STARTED}[worker=node0],UNMANAGED} 13:10:30.531 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1fb0833f{STOPPED} 13:10:30.531 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1993ms ScheduledExecutorScheduler@1fb0833f{STARTED} 13:10:30.532 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 13:10:30.532 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@f0dd98b{STOPPED} 13:10:30.542 [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-1a787deb[EMBEDDED:null] 13:10:30.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:30.567 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet327a2fe8{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:30.568 [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-1a787deb=MappedServlet7b4fc1ec{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:30.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@f0dd98b{STARTING} 13:10:30.569 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@f0dd98b{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:30.569 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@f0dd98b{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64,POJO} 13:10:30.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-1a787deb[EMBEDDED:null] 13:10:30.569 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:30.569 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4e8af440{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:30.569 [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-4b4f0c64[EMBEDDED:null] 13:10:30.569 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet124c2e7{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:30.570 [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-1a787deb=MappedServlet1aa31312{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64=MappedServlet293c100e{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:30.570 [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-1a787deb[EMBEDDED:null] 13:10:30.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:30.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet300dd99d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:30.570 [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-4b4f0c64[EMBEDDED:null] 13:10:30.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet17190681{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:30.570 [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-1a787deb=MappedServlet1aa31312{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64=MappedServlet293c100e{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:30.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@f0dd98b{STARTING} 13:10:30.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2033ms ServletHandler@f0dd98b{STARTED} 13:10:30.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@1ec6ee8b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:30.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@2fdfccc4[passivating=false,graceSec=3600] 13:10:30.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2033ms org.eclipse.jetty.server.session.NullSessionDataStore@2fdfccc4[passivating=false,graceSec=3600] 13:10:30.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2034ms org.eclipse.jetty.server.session.DefaultSessionCache@1ec6ee8b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:30.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2034ms org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 13:10:30.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:30.575 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2038ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:30.576 [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-1a787deb 13:10:30.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2039ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@503ddc95{/,null,AVAILABLE} 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2039ms o.e.j.s.ServletContextHandler@503ddc95{/,null,AVAILABLE} 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2039ms ContextHandlerCollection@74c5ca9{STARTED} 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@48cdc686{STOPPED} 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@48cdc686{STARTING} 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2040ms ErrorHandler@48cdc686{STARTED} 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@3375b51a{STARTING}[11.0.13,sto=0] @2040ms 13:10:30.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2040ms Server@3375b51a{STARTED}[11.0.13,sto=0] 13:10:30.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:10:30.589 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@7b745191[HTTP/1.1] added {HttpConfiguration@36e73a92{32768/8192,8192/8192,https://:0,[]},POJO} 13:10:30.607 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}],UNMANAGED} 13:10:30.608 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@5dc4d0a3{STOPPED},AUTO} 13:10:30.621 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@308c5a59{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:10:30.621 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@308c5a59{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:10:30.621 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@29d789fb{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:10:30.622 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@391b57bd,POJO} 13:10:30.622 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@7b745191[HTTP/1.1],AUTO} 13:10:30.623 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@7b745191[HTTP/1.1] 13:10:30.626 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:10:30.627 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STARTED}[11.0.13,sto=0] added {ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 13:10:30.627 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.634 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{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} 13:10:30.637 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5dc4d0a3{STOPPED} 13:10:30.637 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2099ms ScheduledExecutorScheduler@5dc4d0a3{STARTED} 13:10:30.637 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@7b745191[HTTP/1.1] 13:10:30.637 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2100ms HttpConnectionFactory@7b745191[HTTP/1.1] 13:10:30.637 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/IDLE/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.673883322Z added {SelectorProducer@3bf3845a,POJO} 13:10:30.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/IDLE/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.6747766Z added {QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}],UNMANAGED} 13:10:30.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/IDLE/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.675087102Z created 13:10:30.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@1463ebf6{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/IDLE/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.675445673Z,MANAGED} 13:10:30.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@1463ebf6{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:10:30.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@1463ebf6{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:30.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/IDLE/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.676609252Z 13:10:30.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2139ms AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/IDLE/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.676877519Z 13:10:30.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0b581b29a0@512fdff6 startThread=0 13:10:30.681 [qtp376493641-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0b581b29a0@512fdff6 in QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.681 [qtp376493641-26] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/IDLE/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.68177179Z tryProduce false 13:10:30.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@1205493b on ManagedSelector@1463ebf6{STARTING} id=0 keys=0 selected=0 updates=0 13:10:30.683 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:30.684 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@1205493b 13:10:30.684 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:30.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2146ms ManagedSelector@1463ebf6{STARTED} id=0 keys=0 selected=0 updates=0 13:10:30.684 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 waiting with 0 keys 13:10:30.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2146ms SelectorManager@ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.686 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@55e37da8,POJO} 13:10:30.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@55e37da8 startThread=0 13:10:30.687 [qtp376493641-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@55e37da8 in QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2150ms ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.690 [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] 13:10:30.737 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@3375b51a{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@6b2818e8,POJO} 13:10:30.741 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@3375b51a{STARTED}[11.0.13,sto=0] 13:10:30.741 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@3375b51a{STOPPING}[11.0.13,sto=0] 13:10:30.741 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@3375b51a{STOPPING}[11.0.13,sto=0] 13:10:30.741 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.742 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.742 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@1463ebf6{STARTED} id=0 keys=0 selected=0 updates=0 13:10:30.742 [qtp376493641-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp376493641-27-acceptor-0@55e37da8-ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.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$CloseConnections@5b7d393e on ManagedSelector@1463ebf6{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:30.742 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@1463ebf6{STOPPING} id=0 keys=0 selected=0 updates=1 13:10:30.743 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken with none selected 13:10:30.743 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken up from select, 0/0/0 selected 13:10:30.743 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 processing 0 keys, 1 updates 13:10:30.743 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:30.743 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b7d393e 13:10:30.743 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@1463ebf6{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:30.743 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:30.743 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 waiting with 0 keys 13:10:30.743 [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@542bab37 on ManagedSelector@1463ebf6{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:30.743 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@1463ebf6{STOPPING} id=0 keys=0 selected=0 updates=1 13:10:30.768 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken with none selected 13:10:30.768 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken up from select, 0/0/0 selected 13:10:30.768 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 processing 0 keys, 1 updates 13:10:30.768 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:30.768 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@542bab37 13:10:30.772 [qtp376493641-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:30.772 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/PRODUCING/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.773149862Z 13:10:30.773 [qtp376493641-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0b581b29a0@512fdff6 in QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@4b7c12b0/SelectorProducer@3bf3845a/IDLE/p=false/QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.77342767Z 13:10:30.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@1463ebf6{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:30.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@7b745191[HTTP/1.1] 13:10:30.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@7b745191[HTTP/1.1] 13:10:30.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@5dc4d0a3{STARTED} 13:10:30.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@5dc4d0a3{STOPPED} 13:10:30.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@693b3b62{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:30.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@3375b51a{STOPPING}[11.0.13,sto=0] 13:10:30.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@4a1f9607{STARTED}[worker=node0] 13:10:30.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@5d5f902c{STARTED}[interval=600000, ownscheduler=true] 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@3db8d1a1{STARTED} 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@3db8d1a1{STOPPED} 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@5d5f902c{STOPPED}[interval=600000, ownscheduler=false] 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@4a1f9607{STOPPED}[worker=node0] 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@48cdc686{STARTED} 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@48cdc686{STOPPING} 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@48cdc686{STOPPED} 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@74c5ca9{STARTED} 13:10:30.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@74c5ca9{STOPPING} 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@503ddc95{/,null,AVAILABLE} 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@503ddc95{/,null,STOPPED} 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@1ec6ee8b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@2fdfccc4[passivating=false,graceSec=3600] 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@2fdfccc4[passivating=false,graceSec=3600] 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@1ec6ee8b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1fb0833f{STARTED} 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1fb0833f{STOPPED} 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 13:10:30.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@f0dd98b{STARTED} 13:10:30.777 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@f0dd98b{STOPPING} 13:10:30.777 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:30.777 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b4f0c64==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@15793fa5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:30.777 [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-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:10:30.777 [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-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:30.781 [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-1a787deb[EMBEDDED:null] 13:10:30.781 [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") 13:10:30.781 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4ab2129c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:30.781 [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-1a787deb=MappedServlet5abb99ff{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1a787deb==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@af9b8b2c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:30.782 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@f0dd98b{STOPPED} 13:10:30.782 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler1491676630==dftMaxIdleSec=0 13:10:30.782 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@3bf9b2a8{base=null,protected=[]} 13:10:30.782 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@3bf9b2a8{base=null,protected=[]} 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@503ddc95{/,null,STOPPED} 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@503ddc95{/,null,STOPPED} 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@74c5ca9{STOPPED} 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@607a3af5[OSGi HTTP Service Realm] 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@56f50c71[users.count=0] 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@56f50c71[users.count=0] 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@607a3af5[OSGi HTTP Service Realm] 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@45e0f0a0{size=0} 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@45e0f0a0{size=0} 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp376493641]@1670d649{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@202868f2{reserved=0/2,pending=0}] 13:10:30.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@202868f2{reserved=0/2,pending=0} 13:10:30.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@202868f2{reserved=-1/2,pending=0} 13:10:30.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp376493641-28,5,Configuration Admin Service] for 2499 13:10:30.787 [qtp376493641-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp376493641-28,5,Configuration Admin Service] exited for QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp376493641-27,5,Configuration Admin Service] for 2499 13:10:30.787 [qtp376493641-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp376493641-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp376493641-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.787 [qtp376493641-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [qtp376493641-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [qtp376493641-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp376493641-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [qtp376493641-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp376493641-27,5,Configuration Admin Service] exited for QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [qtp376493641-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [qtp376493641-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0b58163208@3faa4e38 in QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [qtp376493641-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp376493641-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp376493641-30,5,] for 2498 13:10:30.788 [qtp376493641-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp376493641-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [qtp376493641-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp376493641-26,5,Configuration Admin Service] exited for QueuedThreadPool[qtp376493641]@1670d649{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp376493641-32,5,Configuration Admin Service] for 2498 13:10:30.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp376493641]@1670d649{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:30.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@3375b51a{STOPPED}[11.0.13,sto=0] 13:10:30.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 13:10:30.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@2ead8af2,POJO} 13:10:30.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:10:30.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@3ed46795{size=0},AUTO} 13:10:30.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7d7f5119[null] added {org.eclipse.jetty.security.DefaultIdentityService@3fc7be5e,POJO} 13:10:30.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7d7f5119[OSGi HTTP Service Realm] added {UserStore@ef20331[users.count=0],AUTO} 13:10:30.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {HashLoginService@7d7f5119[OSGi HTTP Service Realm],AUTO} 13:10:30.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]},MANAGED} 13:10:30.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@164020cb{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@83552b9} 13:10:30.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@2235f487{STOPPED} added {o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED},AUTO} 13:10:30.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=-1,MANAGED} 13:10:30.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=-1 added {ServletHandler@1bf71342{STOPPED},MANAGED} 13:10:30.791 [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) 13:10:30.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@3911ad8,POJO} 13:10:30.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@3911ad8,POJO} 13:10:30.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:30.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f,POJO} 13:10:30.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@2235f487{STOPPED},MANAGED} 13:10:30.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@1eb5f629{STOPPED}[11.0.13,sto=0] 13:10:30.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTING}[11.0.13,sto=0] added {ErrorHandler@34e9606a{STOPPED},AUTO} 13:10:30.792 [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.10+7 13:10:30.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@1eb5f629{STARTING}[11.0.13,sto=0] 13:10:30.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:10:30.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:30.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] added {ReservedThreadExecutor@991b706{reserved=0/2,pending=0},AUTO} 13:10:30.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:30.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2255ms ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:30.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-36,5,Configuration Admin Service] 13:10:30.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-37,5,Configuration Admin Service] 13:10:30.793 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-38,5,Configuration Admin Service] 13:10:30.794 [qtp1189130527-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-39,5,Configuration Admin Service] 13:10:30.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-40,5,Configuration Admin Service] 13:10:30.794 [qtp1189130527-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.794 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-41,5,Configuration Admin Service] 13:10:30.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-42,5,Configuration Admin Service] 13:10:30.794 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.794 [qtp1189130527-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-43,5,Configuration Admin Service] 13:10:30.794 [qtp1189130527-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2257ms QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@3ed46795{size=0} 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2257ms AttributeContainerMap@3ed46795{size=0} 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@7d7f5119[OSGi HTTP Service Realm] 13:10:30.795 [qtp1189130527-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@ef20331[users.count=0] 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2258ms UserStore@ef20331[users.count=0] 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2258ms HashLoginService@7d7f5119[OSGi HTTP Service Realm] 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@2235f487{STOPPED} 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@2235f487{STARTING} 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@57ccdfaf 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@130725b5{/,null,STARTING} 13:10:30.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]} 13:10:30.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@4cdb4941,POJO} 13:10:30.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2258ms SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]} 13:10:30.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:30.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:10:30.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600],AUTO} 13:10:30.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@50d3d52b{STOPPED}[worker=null] 13:10:30.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@50d3d52b{STARTING}[worker=node0] added {HouseKeeper@46d41f31{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@46d41f31{STOPPED}[interval=600000, ownscheduler=false] 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@24086c5{STOPPED} 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2259ms ScheduledExecutorScheduler@24086c5{STARTED} 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2260ms HouseKeeper@46d41f31{STARTED}[interval=600000, ownscheduler=true] 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2260ms DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0] 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0],MANAGED} 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0],UNMANAGED} 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@37a44217{STOPPED} 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2260ms ScheduledExecutorScheduler@37a44217{STARTED} 13:10:30.797 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:30.798 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@1bf71342{STOPPED} 13:10:30.798 [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-39f53a1f[EMBEDDED:null] 13:10:30.798 [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") 13:10:30.798 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet516ffe45{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:30.798 [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-39f53a1f=MappedServlet579f3c03{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:30.798 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@1bf71342{STARTING} 13:10:30.798 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:30.798 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1,POJO} 13:10:30.798 [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-39f53a1f[EMBEDDED:null] 13:10:30.798 [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") 13:10:30.798 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3e868b58{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:30.798 [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-2b27d0d1[EMBEDDED:null] 13:10:30.798 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet10b5d71b{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:30.799 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f=MappedServlet3e648e2a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1=MappedServlet2b50606f{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:30.799 [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-39f53a1f[EMBEDDED:null] 13:10:30.799 [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") 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2106f216{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:30.799 [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-2b27d0d1[EMBEDDED:null] 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet1fb5e422{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:30.799 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f=MappedServlet3e648e2a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1=MappedServlet2b50606f{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@1bf71342{STARTING} 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms ServletHandler@1bf71342{STARTED} 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600] 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600] 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:30.799 [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-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:30.799 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:30.800 [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-39f53a1f 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms ContextHandlerCollection@2235f487{STARTED} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@34e9606a{STOPPED} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@34e9606a{STARTING} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2262ms ErrorHandler@34e9606a{STARTED} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@1eb5f629{STARTING}[11.0.13,sto=0] @2263ms 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2263ms Server@1eb5f629{STARTED}[11.0.13,sto=0] 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@53a2c20[HTTP/1.1] added {HttpConfiguration@2dc177f0{32768/8192,8192/8192,https://:0,[]},POJO} 13:10:30.800 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}],UNMANAGED} 13:10:30.801 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@be5d1b2{STOPPED},AUTO} 13:10:30.868 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@5feaa7c2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:10:30.868 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@5feaa7c2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:10:30.868 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@79b22538{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:10:30.868 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@4ff59d54,POJO} 13:10:30.869 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@53a2c20[HTTP/1.1],AUTO} 13:10:30.869 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:30.869 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:10:30.869 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081},UNMANAGED} 13:10:30.869 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:30.870 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{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} 13:10:30.870 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@be5d1b2{STOPPED} 13:10:30.870 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2333ms ScheduledExecutorScheduler@be5d1b2{STARTED} 13:10:30.871 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:30.871 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2333ms HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:30.871 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:30.871 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.871533273Z added {SelectorProducer@6066d37b,POJO} 13:10:30.871 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.871700697Z added {QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}],UNMANAGED} 13:10:30.871 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.871851235Z created 13:10:30.871 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.871992964Z,MANAGED} 13:10:30.872 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:10:30.872 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:30.872 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.872329571Z 13:10:30.872 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2334ms AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.872468519Z 13:10:30.872 [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/0x00007f0b581b29a0@6b6992c1 startThread=0 13:10:30.872 [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@44942890 on ManagedSelector@815b1aa{STARTING} id=0 keys=0 selected=0 updates=0 13:10:30.872 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0b581b29a0@6b6992c1 in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.872 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:30.872835737Z tryProduce false 13:10:30.872 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:30.872 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@44942890 13:10:30.873 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:30.873 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2335ms ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=0 13:10:30.873 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 waiting with 0 keys 13:10:30.873 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2335ms SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:30.873 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {acceptor-0@12bfd672,POJO} 13:10:30.873 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@12bfd672 startThread=0 13:10:30.873 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:30.873 [qtp1189130527-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@12bfd672 in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:30.873 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2336ms ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:30.873 [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] 13:10:30.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@190ff06f,POJO} 13:10:30.882 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. ____________________________ Welcome to Apache Felix Gogo g! 13:10:31.188 [qtp1189130527-37-acceptor-0@12bfd672-ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@1954f4fe[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:45744]] on ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=0 13:10:31.189 [qtp1189130527-37-acceptor-0@12bfd672-ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=1 13:10:31.189 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 woken with none selected 13:10:31.189 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 woken up from select, 0/0/0 selected 13:10:31.189 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 processing 0 keys, 1 updates 13:10:31.189 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:31.189 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@1954f4fe[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:45744]] 13:10:31.190 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@1954f4fe[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:45744]] startThread=0 13:10:31.190 [qtp1189130527-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@1954f4fe[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:45744]] in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:31.190 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:31.190 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 waiting with 1 keys 13:10:31.208 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] 13:10:31.208 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 4 ms, remaining: 59996 ms 13:10:31.297 [qtp1189130527-38] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=93/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@2f7d97f1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:10:31.318 [qtp1189130527-38] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=114/60000}{io=0/0,kio=0,kro=0}]->[] 13:10:31.320 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007f0b58224168@3cbed01f on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=0 13:10:31.320 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=116/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.320 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=116/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.321 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=116/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.321 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1a71a5e0{ReadCallback@2431e6f8{HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}]}} 13:10:31.321 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.321 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0b582152d8@6e45f449 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=1 13:10:31.321 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=2 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 woken with none selected 13:10:31.322 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 woken up from select, 0/0/1 selected 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 processing 0 keys, 2 updates 13:10:31.322 [qtp1189130527-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@1954f4fe[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:45744]] in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007f0b58224168@3cbed01f 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0b582152d8@6e45f449 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:31.322 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 waiting with 1 keys 13:10:31.323 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 woken up from select, 1/1/1 selected 13:10:31.323 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 processing 1 keys, 0 updates 13:10:31.323 [qtp1189130527-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:45744], selector=sun.nio.ch.EPollSelectorImpl@6c44747, interestOps=1, readyOps=1 SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.323 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.323 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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 13:10:31.323 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007f0b581b2338@158d7dfd 13:10:31.323 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=1} startReservedThread p=1 13:10:31.324 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@e89f1fd{PENDING,thread=null} startThread=0 13:10:31.324 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@e89f1fd{PENDING,thread=null} in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=1}] 13:10:31.324 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@e89f1fd{PENDING,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:10:31.324 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@e89f1fd{RESERVED,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} waiting ReservedThreadExecutor@991b706{reserved=1/2,pending=0} 13:10:31.324 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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@6ab8ad59/SelectorProducer@6066d37b/PRODUCING/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:31.325042646Z 13:10:31.325 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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 13:10:31.325 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}] 13:10:31.325 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:10:31.325 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:31.325 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1a71a5e0{ReadCallback@2431e6f8{HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}]}} 13:10:31.325 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.325 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 waiting with 1 keys 13:10:31.325 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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@2f7d97f1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:10:31.326 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@5470c21[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@334fe7cc{PENDING,pooled=null} 13:10:31.329 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 206 DirectByteBuffer@664aa72e[p=0,l=206,c=8192,r=206]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:10:31.330 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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 206 RetainableByteBuffer@6bfdf4fa{DirectByteBuffer@664aa72e[p=0,l=206,c=8192,r=206]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:10:31.330 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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@6bfdf4fa{DirectByteBuffer@664aa72e[p=0,l=206,c=8192,r=206]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:10:31.330 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@664aa72e[p=0,l=206,c=8192,r=206]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:10:31.330 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:10:31.333 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:10:31.333 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:10:31.333 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:10:31.333 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:10:31.334 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:10:31.335 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:10:31.335 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:10:31.335 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:10:31.335 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:10:31.335 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:10:31.335 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:10:31.336 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:10:31.336 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:10:31.337 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:10:31.337 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:10:31.337 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:10:31.337 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:10:31.337 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:10:31.337 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:10:31.337 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:10:31.337 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:10:31.339 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@945114042 cs=HttpChannelState@2f7d97f1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@68a81b2e eof=false 13:10:31.345 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@68a81b2e 13:10:31.345 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@c0462de[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=7}] 13:10:31.346 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for / on HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=8} 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.10 13:10:31.346 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=8} Upgrade: h2c 13:10:31.369 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:31.369 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=39/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=http://localhost:8081/,age=31}] parsed true HttpParser{s=CONTENT,0 of 0} 13:10:31.369 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=40/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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}] 13:10:31.370 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8081/ HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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} 13:10:31.370 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@2f7d97f1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:10:31.372 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=34} 13:10:31.373 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET / ?null on HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=35} 13:10:31.373 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:31.373 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:31.374 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:10:31.374 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 session=null 13:10:31.377 [qtp1189130527-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f, mappingMatch=PATH, servletPath=, pathInfo=/} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:10:31.383 [qtp1189130527-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:10:31.389 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@2f7d97f1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:10:31.390 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:10:31.390 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=52} 13:10:31.390 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@2f7d97f1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:10:31.390 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@2f7d97f1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:10:31.390 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=52} 13:10:31.391 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@945114042 cs=HttpChannelState@2f7d97f1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@68a81b2e eof=false 13:10:31.391 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=53} 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=62/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=54}] parse null 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@5bba438c[p=0,l=0,c=0,r=0]={<<<>>>} 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=54} 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=54} 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=62/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=54}] parsed false HttpParser{s=END,0 of 0} 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:10:31.392 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:10:31.393 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@c0462de[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=55}] 13:10:31.393 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@945114042 cs=HttpChannelState@2f7d97f1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@68a81b2e eof=true 13:10:31.393 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@c0462de[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=55}] 13:10:31.393 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@945114042 cs=HttpChannelState@2f7d97f1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@68a81b2e eof=true 13:10:31.398 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@2f7d97f1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:10:31.400 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@433a02c2[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@51f6cbb2 13:10:31.400 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for / on HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=62} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:10:31.403 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@4b724bd0[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2452f39c] (null,[p=0,l=427,c=32768,r=427],true)@START 13:10:31.403 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@433a02c2[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} 13:10:31.404 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:10:31.404 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:10:31.404 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@4b724bd0[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2452f39c] ([p=0,l=141,c=16384,r=141],[p=0,l=427,c=32768,r=427],true)@COMPLETING 13:10:31.404 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@26bf2a5a{IDLE}->null [DirectByteBuffer@2f864e04[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@433a02c2[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}] 13:10:31.404 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@26bf2a5a{WRITING}->null:IDLE-->WRITING 13:10:31.405 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 568 SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=W,to=75/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6cad3dce{s=COMPLETING}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=67}] 13:10:31.405 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=568 remaining=0 WriteFlusher@26bf2a5a{WRITING}->null 13:10:31.405 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@26bf2a5a{IDLE}->null:WRITING-->IDLE 13:10:31.405 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@4b724bd0[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2452f39c] ([p=141,l=141,c=16384,r=0],[p=427,l=427,c=32768,r=0],true)@END 13:10:31.406 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@2f7d97f1{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@2f7d97f1{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@2f7d97f1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=69} 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for / written=427 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@945114042 cs=HttpChannelState@2f7d97f1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@68a81b2e eof=true 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=69} 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@c0462de[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=69}] 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@945114042 cs=HttpChannelState@2f7d97f1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@68a81b2e eof=true 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@c0462de[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=69}] 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@945114042 cs=HttpChannelState@2f7d97f1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@68a81b2e eof=true 13:10:31.407 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@2f7d97f1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:10:31.408 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@945114042 cs=HttpChannelState@2f7d97f1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@68a81b2e eof=true 13:10:31.408 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@68a81b2e 13:10:31.408 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@c0462de[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{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=70}] 13:10:31.410 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:10:31.410 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:10:31.410 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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} 13:10:31.410 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@664aa72e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 13:10:31.410 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@664aa72e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 13:10:31.410 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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@6bfdf4fa{DirectByteBuffer@664aa72e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:10:31.410 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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@6bfdf4fa{DirectByteBuffer@664aa72e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:10:31.411 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@664aa72e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 13:10:31.411 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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} 13:10:31.411 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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}] 13:10:31.411 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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}] 13:10:31.411 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1a71a5e0{ReadCallback@2431e6f8{HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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}]}} 13:10:31.411 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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}] 13:10:31.412 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0b582152d8@6e45f449 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=0 13:10:31.412 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=1 13:10:31.412 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 woken with none selected 13:10:31.412 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 woken up from select, 0/0/1 selected 13:10:31.412 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 processing 0 keys, 1 updates 13:10:31.412 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:31.412 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0b582152d8@6e45f449 13:10:31.412 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@1fea200::SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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@2f7d97f1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:10:31.412 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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}] 13:10:31.412 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@51d5ada4[{l=/127.0.0.1:8081,r=/127.0.0.1:45744,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@1fea200[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cad3dce{s=START}]=>HttpChannelOverHttp@704e72b7{s=HttpChannelState@2f7d97f1{s=IDLE 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[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}] 13:10:31.412 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:31.412 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6c44747 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.315 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/.flattened-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 123 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-20240531.125934-74.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-20240531.125934-74.pom (6.5 kB at 132 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-20240531.125934-74.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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74.jar (26 kB at 550 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-20240531.125934-74-tests.jar (56 kB at 950 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-20240531.125934-74-export.jar (3.5 MB at 16 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 6.6 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 13 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 5.0 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.distribution.features:features >---- [INFO] Building Eclipse sensiNact Features 0.0.2-SNAPSHOT [61/73] [INFO] from distribution/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ features --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ features --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:features:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/src/main/resources [INFO] [INFO] --- install:3.1.1:install (default-install) @ features --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/.flattened-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 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/features-0.0.2-20240531.125934-74.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-20240531.125934-74.pom (8.0 kB at 164 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 7.3 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 5.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 3.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature >-- [INFO] Building Eclipse sensiNact Gogo Shell Feature 0.0.2-SNAPSHOT [62/73] [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 414 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 1.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 823 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 3.2 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 512 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 2.8 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 3.7 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.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.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 30 MB/s) [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 20 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gogo-shell-feature --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ gogo-shell-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ gogo-shell-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ gogo-shell-feature --- [INFO] Copying 1 resource [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 486 kB/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 725 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 47 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 1.2 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 380 kB/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 1.1 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 216 kB/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 239 kB/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 14 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 6.7 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 2.6 MB/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 14 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 5.0 MB/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 469 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 462 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 196 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.8 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 122 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 247 kB/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.3 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.0 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 3.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.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.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 3.2 MB/s) [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] 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-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 78 MB/s) [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 3.9 MB/s) [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 20 MB/s) [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 878 kB/s) [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 669 kB/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 May 31, 2024 1:10:37 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 May 31, 2024 1:10:37 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 13:10:37.726 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:10:37.770 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:10:37.770 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:10:37.772 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:10:37.880 [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] 13:10:37.880 [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. 13:10:37.881 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model gogo-shell-feature 13:10:37.887 [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 13:10:37.887 [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] 13:10:37.887 [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 13:10:37.890 [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 13:10:37.890 [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] 13:10:37.890 [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 13:10:37.893 [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 13:10:37.893 [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] 13:10:37.894 [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 13:10:37.923 [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: 2.411 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/.flattened-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/target/generated/features/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 84 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-20240531.125934-74.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-20240531.125934-74.pom (2.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/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeature.json (329 B at 6.7 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-20240531.125934-74-osgifeaturerepo.zip (275 kB at 4.2 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 12 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 7.3 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 3.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:core-feature >-- [INFO] Building Eclipse sensiNact core Feature 0.0.2-SNAPSHOT [63/73] [INFO] from distribution/features/core-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core-feature --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ core-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ core-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:core-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ core-feature --- [INFO] Copying 1 resource [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/org.apache.aries.typedevent.bus-0.0.2.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/org.apache.aries.typedevent.bus-0.0.2.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 May 31, 2024 1:10:43 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 May 31, 2024 1:10:43 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 13:10:43.483 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:10:43.499 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:10:43.500 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:10:43.502 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:10:43.621 [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] 13:10:43.621 [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. 13:10:43.621 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 13:10:43.631 [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 13:10:43.631 [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] 13:10:43.632 [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 13:10:43.636 [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 13:10:43.637 [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] 13:10:43.637 [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 13:10:43.640 [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 13:10:43.641 [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] 13:10:43.641 [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 13:10:43.643 [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 13:10:43.643 [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] 13:10:43.643 [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 13:10:43.672 [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 13:10:43.672 [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] 13:10:43.673 [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 13:10:43.677 [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 13:10:43.677 [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] 13:10:43.677 [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 13:10:43.681 [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 13:10:43.681 [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] 13:10:43.681 [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 13:10:43.685 [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 13:10:43.685 [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] 13:10:43.685 [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 13:10:43.687 [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 13:10:43.688 [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] 13:10:43.688 [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 13:10:43.692 [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 13:10:43.693 [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] 13:10:43.693 [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 13:10:43.702 [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 13:10:43.702 [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] 13:10:43.702 [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 13:10:43.705 [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 13:10:43.705 [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] 13:10:43.705 [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 13:10:43.708 [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 13:10:43.708 [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] 13:10:43.708 [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 13:10:43.712 [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 13:10:43.713 [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] 13:10:43.713 [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 13:10:43.721 [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 13:10:43.721 [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] 13:10:43.722 [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 13:10:43.725 [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 13:10:43.725 [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] 13:10:43.725 [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 13:10:43.729 [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 13:10:43.729 [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] 13:10:43.729 [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 13:10:43.738 [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 13:10:43.738 [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 in repositories [target/it/repository] 13:10:43.738 [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 is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.jar 13:10:43.740 [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 13:10:43.740 [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] 13:10:43.740 [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 13:10:44.125 [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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started 13:10:44.386 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 13:10:44.389 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model gogo-shell-feature 13:10:44.394 [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 13:10:44.394 [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] 13:10:44.394 [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 13:10:44.399 [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 13:10:44.399 [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] 13:10:44.399 [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 13:10:44.401 [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 13:10:44.401 [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] 13:10:44.401 [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 13:10:44.431 [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.202405311310)|0.0.2.202405311310 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.202405311259)|0.0.2.202405311259 18|Active | 1|SensiNact core API (0.0.2.202405311300)|0.0.2.202405311300 19|Active | 1|SensiNact core API with EMF dependencies (0.0.2.202405311300)|0.0.2.202405311300 20|Active | 1|SensiNact core implementation (0.0.2.202405311300)|0.0.2.202405311300 21|Active | 1|SensiNact Provider Model (0.0.2.202405311300)|0.0.2.202405311300 22|Active | 1|SensiNact internal Metadata Model (0.0.2.202405311300)|0.0.2.202405311300 23|Active | 1|SensiNact GeoJSON mapping types (0.0.2.202405311259)|0.0.2.202405311259 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)|0.0.2 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.537 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/.flattened-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/target/generated/features/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 60 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-20240531.125934-74.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-20240531.125934-74.pom (6.4 kB at 52 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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeature.json (1.5 kB at 15 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-20240531.125934-74-osgifeaturerepo.zip (4.9 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/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 3.5 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 6.9 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 1.9 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 [64/73] [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] --- flatten:1.1.0:clean (flatten.clean) @ jakarta-servlet-whiteboard-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ jakarta-servlet-whiteboard-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ jakarta-servlet-whiteboard-feature --- [INFO] Copying 1 resource [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 May 31, 2024 1:10: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 May 31, 2024 1:10: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 13:10:49.925 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:10:49.969 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:10:49.970 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:10:49.972 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:10:50.089 [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] 13:10:50.090 [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. 13:10:50.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 13:10:50.096 [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 13:10:50.097 [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] 13:10:50.097 [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 13:10:50.109 [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 13:10:50.109 [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] 13:10:50.109 [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 May 31, 2024 1:10: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 May 31, 2024 1:10: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 13:10:50.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@59e0b83f,POJO} 13:10:50.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:10:50.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@6d7c2bde{size=0},AUTO} 13:10:50.301 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@9543e68[null] added {org.eclipse.jetty.security.DefaultIdentityService@4f2ae295,POJO} 13:10:50.301 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@9543e68[OSGi HTTP Service Realm] added {UserStore@76a29192[users.count=0],AUTO} 13:10:50.301 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STOPPED}[11.0.13,sto=0] added {HashLoginService@9543e68[OSGi HTTP Service Realm],AUTO} 13:10:50.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]},MANAGED} 13:10:50.392 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@149d367b{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@325a01fb} 13:10:50.399 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@163da25f{STOPPED} added {o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED},AUTO} 13:10:50.411 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=-1,MANAGED} 13:10:50.414 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=-1 added {ServletHandler@3daedec5{STOPPED},MANAGED} 13:10:50.414 [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) 13:10:50.415 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@4fc89e5a,POJO} 13:10:50.416 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@4fc89e5a,POJO} 13:10:50.434 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3daedec5{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:50.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3daedec5{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e,POJO} 13:10:50.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@163da25f{STOPPED},MANAGED} 13:10:50.437 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@771c46a8{STOPPED}[11.0.13,sto=0] 13:10:50.442 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTING}[11.0.13,sto=0] added {ErrorHandler@137b5e74{STOPPED},AUTO} 13:10:50.444 [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.10+7 13:10:50.500 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@771c46a8{STARTING}[11.0.13,sto=0] 13:10:50.500 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:10:50.503 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0} 13:10:50.503 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] added {ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0},AUTO} 13:10:50.503 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0} 13:10:50.516 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1787ms ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0} 13:10:50.520 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-26,5,Configuration Admin Service] 13:10:50.521 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-27,5,Configuration Admin Service] 13:10:50.521 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-28,5,Configuration Admin Service] 13:10:50.521 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.521 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.521 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-29,5,Configuration Admin Service] 13:10:50.521 [qtp1832872067-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.522 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-30,5,Configuration Admin Service] 13:10:50.522 [qtp1832872067-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.522 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-31,5,Configuration Admin Service] 13:10:50.522 [qtp1832872067-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.522 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-32,5,Configuration Admin Service] 13:10:50.522 [qtp1832872067-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.523 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-33,5,Configuration Admin Service] 13:10:50.523 [qtp1832872067-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.523 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1794ms QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.523 [qtp1832872067-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.523 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@6d7c2bde{size=0} 13:10:50.523 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1794ms AttributeContainerMap@6d7c2bde{size=0} 13:10:50.523 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@9543e68[OSGi HTTP Service Realm] 13:10:50.523 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@76a29192[users.count=0] 13:10:50.523 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1795ms UserStore@76a29192[users.count=0] 13:10:50.524 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1795ms HashLoginService@9543e68[OSGi HTTP Service Realm] 13:10:50.524 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@163da25f{STOPPED} 13:10:50.524 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@163da25f{STARTING} 13:10:50.524 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} 13:10:50.525 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@12e756dc 13:10:50.580 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@7f3ef48, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@c1fef38] 13:10:50.602 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@4708efed{/,null,STARTING} 13:10:50.602 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]} 13:10:50.602 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@4708efed{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@4ed94f89,POJO} 13:10:50.602 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1874ms SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]} 13:10:50.602 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:50.607 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:10:50.609 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600],AUTO} 13:10:50.612 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@5cf5397b{STOPPED}[worker=null] 13:10:50.614 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@5cf5397b{STARTING}[worker=node0] added {HouseKeeper@5cf0f6ae{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:10:50.617 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:10:50.617 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@5cf0f6ae{STOPPED}[interval=600000, ownscheduler=false] 13:10:50.619 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3838927d{STOPPED} 13:10:50.620 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1891ms ScheduledExecutorScheduler@3838927d{STARTED} 13:10:50.620 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:10:50.621 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:10:50.624 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1895ms HouseKeeper@5cf0f6ae{STARTED}[interval=600000, ownscheduler=true] 13:10:50.624 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1896ms DefaultSessionIdManager@5cf5397b{STARTED}[worker=node0] 13:10:50.624 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@5cf5397b{STARTED}[worker=node0],MANAGED} 13:10:50.625 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 added {DefaultSessionIdManager@5cf5397b{STARTED}[worker=node0],UNMANAGED} 13:10:50.625 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@744b27ca{STOPPED} 13:10:50.625 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1896ms ScheduledExecutorScheduler@744b27ca{STARTED} 13:10:50.626 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:50.626 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@3daedec5{STOPPED} 13:10:50.636 [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-457b3d5e[EMBEDDED:null] 13:10:50.640 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:50.640 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet21aee1b6{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:50.641 [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-457b3d5e=MappedServlet7a178b7b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:50.641 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@3daedec5{STARTING} 13:10:50.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3daedec5{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:50.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3daedec5{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36,POJO} 13:10:50.642 [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-457b3d5e[EMBEDDED:null] 13:10:50.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:50.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet559bc74{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:50.642 [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-4353ab36[EMBEDDED:null] 13:10:50.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet58843f6b{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:50.643 [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-457b3d5e=MappedServlet52b2eade{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36=MappedServletc66f1a5{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:50.643 [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-457b3d5e[EMBEDDED:null] 13:10:50.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:50.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet44144641{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:50.643 [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-4353ab36[EMBEDDED:null] 13:10:50.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3d1256cf{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:50.643 [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-457b3d5e=MappedServlet52b2eade{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36=MappedServletc66f1a5{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:50.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@3daedec5{STARTING} 13:10:50.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1915ms ServletHandler@3daedec5{STARTED} 13:10:50.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:50.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600] 13:10:50.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1915ms org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600] 13:10:50.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1915ms org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:50.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1915ms org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:50.669 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:50.670 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1941ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:50.671 [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-457b3d5e 13:10:50.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1943ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@4708efed{/,null,AVAILABLE} 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1943ms o.e.j.s.ServletContextHandler@4708efed{/,null,AVAILABLE} 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1943ms ContextHandlerCollection@163da25f{STARTED} 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@137b5e74{STOPPED} 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@137b5e74{STARTING} 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1943ms ErrorHandler@137b5e74{STARTED} 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@771c46a8{STARTING}[11.0.13,sto=0] @1943ms 13:10:50.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1944ms Server@771c46a8{STARTED}[11.0.13,sto=0] 13:10:50.673 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:10:50.685 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@1f77b488[HTTP/1.1] added {HttpConfiguration@15c778ad{32768/8192,8192/8192,https://:0,[]},POJO} 13:10:50.703 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}],UNMANAGED} 13:10:50.704 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@1e963a5f{STOPPED},AUTO} 13:10:50.733 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@730671a5{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:10:50.734 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@730671a5{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:10:50.734 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@3b4dfff5{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:10:50.735 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@4223f6f9,POJO} 13:10:50.736 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1f77b488[HTTP/1.1],AUTO} 13:10:50.736 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:50.742 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:10:50.742 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTED}[11.0.13,sto=0] added {ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 13:10:50.742 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.771 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{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} 13:10:50.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1e963a5f{STOPPED} 13:10:50.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2046ms ScheduledExecutorScheduler@1e963a5f{STARTED} 13:10:50.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:50.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2046ms HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:50.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.783976075Z added {SelectorProducer@1d6ef3cc,POJO} 13:10:50.784 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.784467378Z added {QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}],UNMANAGED} 13:10:50.784 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.784912321Z created 13:10:50.785 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@749f8d68{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.78527625Z,MANAGED} 13:10:50.785 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@749f8d68{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:10:50.785 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@749f8d68{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:50.785 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.785837881Z 13:10:50.785 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2057ms AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.786035349Z 13:10:50.788 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fb1781b29a0@3f7c04c3 startThread=0 13:10:50.788 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fb1781b29a0@3f7c04c3 in QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.788 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.789026077Z tryProduce false 13:10:50.789 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@66a1698f on ManagedSelector@749f8d68{STARTING} id=0 keys=0 selected=0 updates=0 13:10:50.790 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:50.791 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@66a1698f 13:10:50.791 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:50.791 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d waiting with 0 keys 13:10:50.791 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2062ms ManagedSelector@749f8d68{STARTED} id=0 keys=0 selected=0 updates=0 13:10:50.791 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2062ms SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.792 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@187ac0d1,POJO} 13:10:50.793 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@187ac0d1 startThread=0 13:10:50.793 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@187ac0d1 in QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.793 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.793 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2064ms ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.796 [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] 13:10:50.841 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@3e79102e,POJO} 13:10:50.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@771c46a8{STARTED}[11.0.13,sto=0] 13:10:50.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@771c46a8{STOPPING}[11.0.13,sto=0] 13:10:50.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@771c46a8{STOPPING}[11.0.13,sto=0] 13:10:50.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@749f8d68{STARTED} id=0 keys=0 selected=0 updates=0 13:10:50.846 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1832872067-27-acceptor-0@187ac0d1-ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.868 [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@5b7d393e on ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:50.869 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=1 13:10:50.869 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d woken with none selected 13:10:50.869 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d woken up from select, 0/0/0 selected 13:10:50.869 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d processing 0 keys, 1 updates 13:10:50.869 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:50.869 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b7d393e 13:10:50.869 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:50.869 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:50.870 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d waiting with 0 keys 13:10:50.870 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:10:50.870 [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@542bab37 on ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:50.870 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=1 13:10:50.870 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d woken with none selected 13:10:50.870 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d woken up from select, 0/0/0 selected 13:10:50.871 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d processing 0 keys, 1 updates 13:10:50.871 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:50.871 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@542bab37 13:10:50.874 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:50.874 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/PRODUCING/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.874724158Z 13:10:50.874 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fb1781b29a0@3f7c04c3 in QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.874 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.874997358Z 13:10:50.875 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@749f8d68{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:50.875 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.875 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:50.875 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:50.875 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1e963a5f{STARTED} 13:10:50.875 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1e963a5f{STOPPED} 13:10:50.875 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.875 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:50.876 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@771c46a8{STOPPING}[11.0.13,sto=0] 13:10:50.876 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@5cf5397b{STARTED}[worker=node0] 13:10:50.876 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@5cf0f6ae{STARTED}[interval=600000, ownscheduler=true] 13:10:50.876 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 13:10:50.876 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@3838927d{STARTED} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@3838927d{STOPPED} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@5cf0f6ae{STOPPED}[interval=600000, ownscheduler=false] 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@5cf5397b{STOPPED}[worker=node0] 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@137b5e74{STARTED} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@137b5e74{STOPPING} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@137b5e74{STOPPED} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@163da25f{STARTED} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@163da25f{STOPPING} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@4708efed{/,null,AVAILABLE} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} 13:10:50.877 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600] 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600] 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@744b27ca{STARTED} 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@744b27ca{STOPPED} 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@3daedec5{STARTED} 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@3daedec5{STOPPING} 13:10:50.878 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:50.879 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:50.879 [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-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:10:50.879 [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-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:50.882 [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-457b3d5e[EMBEDDED:null] 13:10:50.883 [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") 13:10:50.883 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4ab2129c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:50.883 [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-457b3d5e=MappedServlet5abb99ff{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:50.884 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@3daedec5{STOPPED} 13:10:50.884 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:50.884 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]} 13:10:50.884 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]} 13:10:50.884 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} 13:10:50.884 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@163da25f{STOPPED} 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@9543e68[OSGi HTTP Service Realm] 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@76a29192[users.count=0] 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@76a29192[users.count=0] 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@9543e68[OSGi HTTP Service Realm] 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@6d7c2bde{size=0} 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@6d7c2bde{size=0} 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:50.885 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0} 13:10:50.889 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@e80f5fc{reserved=-1/2,pending=0} 13:10:50.889 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1832872067-29,5,Configuration Admin Service] for 2499 13:10:50.889 [qtp1832872067-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.889 [qtp1832872067-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.889 [qtp1832872067-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.889 [qtp1832872067-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-28,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-27,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fb178163208@7265c21f in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-26,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [qtp1832872067-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.890 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1832872067-31,5,] for 2499 13:10:50.890 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1832872067-32,5,Configuration Admin Service] for 2498 13:10:50.890 [qtp1832872067-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.891 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:50.891 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@771c46a8{STOPPED}[11.0.13,sto=0] 13:10:50.891 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 13:10:50.891 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@2ead8af2,POJO} 13:10:50.891 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:10:50.891 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@3ed46795{size=0},AUTO} 13:10:50.891 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7d7f5119[null] added {org.eclipse.jetty.security.DefaultIdentityService@3fc7be5e,POJO} 13:10:50.891 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7d7f5119[OSGi HTTP Service Realm] added {UserStore@ef20331[users.count=0],AUTO} 13:10:50.892 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {HashLoginService@7d7f5119[OSGi HTTP Service Realm],AUTO} 13:10:50.892 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]},MANAGED} 13:10:50.892 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@164020cb{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@83552b9} 13:10:50.892 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@2235f487{STOPPED} added {o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED},AUTO} 13:10:50.892 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=-1,MANAGED} 13:10:50.892 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=-1 added {ServletHandler@1bf71342{STOPPED},MANAGED} 13:10:50.893 [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) 13:10:50.893 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@4fc89e5a,POJO} 13:10:50.893 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@4fc89e5a,POJO} 13:10:50.893 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:50.893 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f,POJO} 13:10:50.893 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@2235f487{STOPPED},MANAGED} 13:10:50.893 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@1eb5f629{STOPPED}[11.0.13,sto=0] 13:10:50.893 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTING}[11.0.13,sto=0] added {ErrorHandler@34e9606a{STOPPED},AUTO} 13:10:50.894 [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.10+7 13:10:50.894 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@1eb5f629{STARTING}[11.0.13,sto=0] 13:10:50.894 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:10:50.894 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:50.894 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] added {ReservedThreadExecutor@991b706{reserved=0/2,pending=0},AUTO} 13:10:50.894 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:50.894 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2165ms ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:50.894 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-36,5,Configuration Admin Service] 13:10:50.895 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-37,5,Configuration Admin Service] 13:10:50.895 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-38,5,Configuration Admin Service] 13:10:50.895 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.895 [qtp1189130527-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.895 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-39,5,Configuration Admin Service] 13:10:50.895 [qtp1189130527-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.895 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-40,5,Configuration Admin Service] 13:10:50.895 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.895 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-41,5,Configuration Admin Service] 13:10:50.895 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.895 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-42,5,Configuration Admin Service] 13:10:50.895 [qtp1189130527-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-43,5,Configuration Admin Service] 13:10:50.896 [qtp1189130527-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2167ms QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@3ed46795{size=0} 13:10:50.896 [qtp1189130527-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2167ms AttributeContainerMap@3ed46795{size=0} 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@7d7f5119[OSGi HTTP Service Realm] 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@ef20331[users.count=0] 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2167ms UserStore@ef20331[users.count=0] 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2167ms HashLoginService@7d7f5119[OSGi HTTP Service Realm] 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@2235f487{STOPPED} 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@2235f487{STARTING} 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} 13:10:50.896 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@57ccdfaf 13:10:50.897 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@130725b5{/,null,STARTING} 13:10:50.897 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]} 13:10:50.897 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@4cdb4941,POJO} 13:10:50.897 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2168ms SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]} 13:10:50.897 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:50.897 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:10:50.897 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600],AUTO} 13:10:50.897 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@50d3d52b{STOPPED}[worker=null] 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@50d3d52b{STARTING}[worker=node0] added {HouseKeeper@46d41f31{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@46d41f31{STOPPED}[interval=600000, ownscheduler=false] 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@24086c5{STOPPED} 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2169ms ScheduledExecutorScheduler@24086c5{STARTED} 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2169ms HouseKeeper@46d41f31{STARTED}[interval=660000, ownscheduler=true] 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2169ms DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0] 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0],MANAGED} 13:10:50.898 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0],UNMANAGED} 13:10:50.899 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@37a44217{STOPPED} 13:10:50.899 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2170ms ScheduledExecutorScheduler@37a44217{STARTED} 13:10:50.899 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:50.899 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@1bf71342{STOPPED} 13:10:50.899 [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-39f53a1f[EMBEDDED:null] 13:10:50.899 [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") 13:10:50.899 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet516ffe45{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:50.899 [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-39f53a1f=MappedServlet579f3c03{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:50.899 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@1bf71342{STARTING} 13:10:50.899 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:50.900 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1,POJO} 13:10:50.900 [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-39f53a1f[EMBEDDED:null] 13:10:50.900 [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") 13:10:50.900 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3e868b58{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:50.900 [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-2b27d0d1[EMBEDDED:null] 13:10:50.900 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet10b5d71b{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:50.900 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f=MappedServlet3e648e2a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1=MappedServlet2b50606f{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:50.900 [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-39f53a1f[EMBEDDED:null] 13:10:50.900 [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") 13:10:50.901 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2106f216{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:50.901 [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-2b27d0d1[EMBEDDED:null] 13:10:50.901 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet1fb5e422{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:50.901 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f=MappedServlet3e648e2a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1=MappedServlet2b50606f{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:50.901 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@1bf71342{STARTING} 13:10:50.901 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2172ms ServletHandler@1bf71342{STARTED} 13:10:50.901 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:50.901 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600] 13:10:50.901 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2173ms org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600] 13:10:50.902 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2173ms org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:50.902 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2173ms org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:50.902 [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-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:50.902 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2173ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:50.902 [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-39f53a1f 13:10:50.902 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:50.902 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2173ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:50.902 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:50.902 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2174ms o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:50.902 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2174ms ContextHandlerCollection@2235f487{STARTED} 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@34e9606a{STOPPED} 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@34e9606a{STARTING} 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2174ms ErrorHandler@34e9606a{STARTED} 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@1eb5f629{STARTING}[11.0.13,sto=0] @2174ms 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2174ms Server@1eb5f629{STARTED}[11.0.13,sto=0] 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@53a2c20[HTTP/1.1] added {HttpConfiguration@2dc177f0{32768/8192,8192/8192,https://:0,[]},POJO} 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}],UNMANAGED} 13:10:50.903 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@be5d1b2{STOPPED},AUTO} 13:10:50.904 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@5feaa7c2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:10:50.904 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@5feaa7c2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:10:50.904 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@79b22538{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:10:50.904 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@4ff59d54,POJO} 13:10:50.904 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@53a2c20[HTTP/1.1],AUTO} 13:10:50.904 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:50.905 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:10:50.905 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081},UNMANAGED} 13:10:50.905 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:50.905 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{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} 13:10:50.905 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@be5d1b2{STOPPED} 13:10:50.906 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2177ms ScheduledExecutorScheduler@be5d1b2{STARTED} 13:10:50.906 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:50.906 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2177ms HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:50.906 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:50.906 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.906583983Z added {SelectorProducer@6066d37b,POJO} 13:10:50.906 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.906767985Z added {QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}],UNMANAGED} 13:10:50.906 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.906938934Z created 13:10:50.907 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.907101749Z,MANAGED} 13:10:50.907 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:10:50.907 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:50.907 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.907566597Z 13:10:50.907 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2178ms AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.907678446Z 13:10:50.907 [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/0x00007fb1781b29a0@6b6992c1 startThread=0 13:10:50.907 [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@44942890 on ManagedSelector@815b1aa{STARTING} id=0 keys=0 selected=0 updates=0 13:10:50.907 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fb1781b29a0@6b6992c1 in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.907 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:50.90802887Z tryProduce false 13:10:50.908 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:50.908 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@44942890 13:10:50.908 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:50.908 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 0 keys 13:10:50.967 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2239ms ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=0 13:10:50.968 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2239ms SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:50.968 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {acceptor-0@12bfd672,POJO} 13:10:50.968 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@12bfd672 startThread=0 13:10:50.968 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:50.968 [qtp1189130527-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@12bfd672 in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:50.968 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2239ms ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:50.968 [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] 13:10:50.972 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@190ff06f,POJO} 13:10:51.294 [qtp1189130527-37-acceptor-0@12bfd672-ServerConnector@3bc1a61c{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:58634]] on ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=0 13:10:51.295 [qtp1189130527-37-acceptor-0@12bfd672-ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=1 13:10:51.295 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken with none selected 13:10:51.295 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken up from select, 0/0/0 selected 13:10:51.295 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 processing 0 keys, 1 updates 13:10:51.295 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:51.295 [qtp1189130527-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:58634]] 13:10:51.296 [qtp1189130527-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:58634]] startThread=0 13:10:51.296 [qtp1189130527-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:58634]] in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:51.296 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:51.296 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 1 keys 13:10:51.310 [qtp1189130527-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:58634,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] 13:10:51.311 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 4 ms, remaining: 59996 ms 13:10:51.388 [qtp1189130527-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:58634,OPEN,fill=-,flush=-,to=81/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} 13:10:51.414 [qtp1189130527-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:58634,OPEN,fill=-,flush=-,to=108/60000}{io=0/0,kio=0,kro=0}]->[] 13:10:51.416 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007fb178210ab0@3ce35c9b on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=0 13:10:51.416 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=109/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}] 13:10:51.416 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=109/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}] 13:10:51.416 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=110/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}] 13:10:51.417 [qtp1189130527-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:58634,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}]}} 13:10:51.417 [qtp1189130527-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:58634,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}] 13:10:51.417 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007fb1782052d8@44e6ec98 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=1 13:10:51.417 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=2 13:10:51.417 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken with none selected 13:10:51.417 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,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}] 13:10:51.417 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken up from select, 0/0/1 selected 13:10:51.417 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 processing 0 keys, 2 updates 13:10:51.417 [qtp1189130527-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:58634]] in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:51.417 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:10:51.417 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007fb178210ab0@3ce35c9b 13:10:51.418 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007fb1782052d8@44e6ec98 13:10:51.418 [qtp1189130527-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:58634,OPEN,fill=FI,flush=-,to=1/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}] 13:10:51.418 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:51.418 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 1 keys 13:10:51.418 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken up from select, 1/1/1 selected 13:10:51.418 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 processing 1 keys, 0 updates 13:10:51.418 [qtp1189130527-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:58634], selector=sun.nio.ch.EPollSelectorImpl@68d2f82, interestOps=1, readyOps=1 SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,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}] 13:10:51.419 [qtp1189130527-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:58634,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}] 13:10:51.419 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,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 13:10:51.419 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007fb1781b2338@5e801b94 13:10:51.419 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=1} startReservedThread p=1 13:10:51.420 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@458497d5{PENDING,thread=null} startThread=0 13:10:51.420 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@458497d5{PENDING,thread=null} in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=1}] 13:10:51.420 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@458497d5{PENDING,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:10:51.420 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@458497d5{RESERVED,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} waiting ReservedThreadExecutor@991b706{reserved=1/2,pending=0} 13:10:51.420 [qtp1189130527-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:58634,OPEN,fill=FI,flush=-,to=3/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@6ab8ad59/SelectorProducer@6066d37b/PRODUCING/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:51.420950461Z 13:10:51.421 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=FI,flush=-,to=4/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 13:10:51.421 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=FI,flush=-,to=4/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[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}] 13:10:51.421 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:10:51.421 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:51.421 [qtp1189130527-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:58634,OPEN,fill=FI,flush=-,to=4/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}]}} 13:10:51.421 [qtp1189130527-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:58634,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=0,c=false/false,a=IDLE,uri=null,age=0}] 13:10:51.421 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 1 keys 13:10:51.421 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,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=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 13:10:51.422 [qtp1189130527-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} 13:10:51.425 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 206 DirectByteBuffer@7376662b[p=0,l=206,c=8192,r=206]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:10:51.425 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,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 206 RetainableByteBuffer@6266ffb3{DirectByteBuffer@7376662b[p=0,l=206,c=8192,r=206]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:10:51.425 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,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=206,c=8192,r=206]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:10:51.426 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@7376662b[p=0,l=206,c=8192,r=206]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:10:51.426 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:10:51.429 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:10:51.429 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:10:51.429 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:10:51.429 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:10:51.430 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:10:51.430 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:10:51.431 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:10:51.431 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:10:51.431 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:10:51.431 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:10:51.431 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:10:51.432 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:10:51.432 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:10:51.433 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:10:51.433 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:10:51.433 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:10:51.433 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:10:51.433 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:10:51.433 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:10:51.433 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:10:51.433 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:10:51.435 [qtp1189130527-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 13:10:51.442 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@5088eecf 13:10:51.442 [qtp1189130527-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=8}] 13:10:51.442 [qtp1189130527-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=8} 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.10 13:10:51.468 [qtp1189130527-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=34} Upgrade: h2c 13:10:51.469 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:10:51.469 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=44/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=36}] parsed true HttpParser{s=CONTENT,0 of 0} 13:10:51.470 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=44/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=36}] 13:10:51.470 [qtp1189130527-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=36} 13:10:51.470 [qtp1189130527-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} 13:10:51.472 [qtp1189130527-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=38} 13:10:51.473 [qtp1189130527-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=39} 13:10:51.473 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:51.473 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:51.473 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:10:51.474 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 session=null 13:10:51.476 [qtp1189130527-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f, mappingMatch=PATH, servletPath=, pathInfo=/} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:10:51.482 [qtp1189130527-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:10:51.487 [qtp1189130527-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} 13:10:51.488 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:10:51.488 [qtp1189130527-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=54} 13:10:51.489 [qtp1189130527-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} 13:10:51.489 [qtp1189130527-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} 13:10:51.489 [qtp1189130527-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=55} 13:10:51.490 [qtp1189130527-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 13:10:51.490 [qtp1189130527-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=56} 13:10:51.490 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:10:51.490 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=65/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=56}] parse null 13:10:51.490 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@1de6588d[p=0,l=0,c=0,r=0]={<<<>>>} 13:10:51.490 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:10:51.490 [qtp1189130527-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=56} 13:10:51.490 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:10:51.490 [qtp1189130527-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=56} 13:10:51.490 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:10:51.491 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=65/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=57}] parsed false HttpParser{s=END,0 of 0} 13:10:51.491 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:10:51.491 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:10:51.491 [qtp1189130527-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=57}] 13:10:51.491 [qtp1189130527-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 13:10:51.491 [qtp1189130527-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=57}] 13:10:51.491 [qtp1189130527-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 13:10:51.496 [qtp1189130527-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} 13:10:51.497 [qtp1189130527-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 13:10:51.497 [qtp1189130527-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=63} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:10:51.500 [qtp1189130527-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 13:10:51.501 [qtp1189130527-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} 13:10:51.501 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:10:51.501 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:10:51.501 [qtp1189130527-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 13:10:51.501 [qtp1189130527-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}] 13:10:51.501 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@6e4f7456{WRITING}->null:IDLE-->WRITING 13:10:51.502 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 568 SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=W,to=77/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=68}] 13:10:51.502 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=568 remaining=0 WriteFlusher@6e4f7456{WRITING}->null 13:10:51.502 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@6e4f7456{IDLE}->null:WRITING-->IDLE 13:10:51.502 [qtp1189130527-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 13:10:51.504 [qtp1189130527-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} 13:10:51.504 [qtp1189130527-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} 13:10:51.504 [qtp1189130527-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} 13:10:51.504 [qtp1189130527-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=70} 13:10:51.504 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for / written=427 13:10:51.504 [qtp1189130527-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 13:10:51.504 [qtp1189130527-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=70} 13:10:51.504 [qtp1189130527-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=70}] 13:10:51.504 [qtp1189130527-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 13:10:51.504 [qtp1189130527-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=70}] 13:10:51.504 [qtp1189130527-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 13:10:51.505 [qtp1189130527-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} 13:10:51.505 [qtp1189130527-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 13:10:51.505 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@5088eecf 13:10:51.505 [qtp1189130527-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=71}] 13:10:51.507 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:10:51.507 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:10:51.507 [qtp1189130527-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} 13:10:51.507 [qtp1189130527-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} 13:10:51.508 [qtp1189130527-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} 13:10:51.508 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=5/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} 13:10:51.508 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=5/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} 13:10:51.508 [qtp1189130527-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} 13:10:51.508 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=5/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} 13:10:51.508 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=6/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}] 13:10:51.508 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,OPEN,fill=-,flush=-,to=6/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}] 13:10:51.508 [qtp1189130527-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:58634,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}]}} 13:10:51.509 [qtp1189130527-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:58634,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}] 13:10:51.509 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007fb1782052d8@44e6ec98 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=0 13:10:51.509 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=1 13:10:51.509 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken with none selected 13:10:51.509 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken up from select, 0/0/1 selected 13:10:51.509 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 processing 0 keys, 1 updates 13:10:51.509 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:51.509 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007fb1782052d8@44e6ec98 13:10:51.509 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,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 13:10:51.509 [qtp1189130527-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:58634,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}] 13:10:51.509 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:51.509 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 1 keys 13:10:51.509 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:58634,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}]:runFillable:BLOCKING in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.212 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/.flattened-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/target/generated/features/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 111 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-20240531.125934-74.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-20240531.125934-74.pom (2.0 kB at 38 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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeature.json (287 B at 3.3 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-20240531.125934-74-osgifeaturerepo.zip (3.5 MB at 13 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 16 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 7.8 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 2.8 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 [65/73] [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 27 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 87 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 594 kB/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 126 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.5 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 68 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 110 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 32 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 315 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.1 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 1.9 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-lang/1.5.0/ops4j-base-lang-1.5.0.jar (6.7 kB at 278 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-monitors/1.5.0/ops4j-base-monitors-1.5.0.jar (8.2 kB at 241 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 2.5 MB/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.6 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 315 kB/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 24 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta-rest-whiteboard-feature --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ jakarta-rest-whiteboard-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ jakarta-rest-whiteboard-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ jakarta-rest-whiteboard-feature --- [INFO] Copying 1 resource [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 13:10:56.378 [main] DEBUG org.ops4j.store.intern.TemporaryStore -- Storage Area is /tmp/ops4j-store-anonymous-2788540861113958855 13:10:56.391 [main] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- make() 13:10:56.393 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- Creating manifest from added headers. 13:10:56.394 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- -noee = true 13:10:56.395 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- Bundle-SymbolicName = org.eclipse.sensinact.gateway.feature.integration.jakartarest 13:10:56.395 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- Bundle-Version = 0.0.1 13:10:56.395 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- Copying resource org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class 13:10:56.397 [main] DEBUG org.ops4j.pax.tinybundles.core.intern.BndBuilder -- Write: /tmp/mylitte3361493222732289205jar 13:10:56.582 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: 13:10:56.594 [main] DEBUG aQute.bnd.osgi.Processor -- begin aQute.bnd.make.component.ServiceComponent@19d481b 13:10:56.596 [main] DEBUG aQute.bnd.osgi.Processor -- end 13:10:56.596 [main] DEBUG aQute.bnd.osgi.Processor -- begin DSAnnotations 13:10:56.602 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: 13:10:56.610 [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: 13:10:56.611 [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: 13:10:56.612 [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: 13:10:56.612 [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: 13:10:56.613 [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: 13:10:56.613 [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: 13:10:56.668 [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: 13:10:56.668 [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: 13:10:56.670 [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: 13:10:56.670 [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: 13:10:56.678 [main] DEBUG aQute.bnd.osgi.Processor -- end 13:10:56.678 [main] DEBUG aQute.bnd.osgi.Processor -- begin MetatypePlugin 13:10:56.678 [main] DEBUG aQute.bnd.osgi.Processor -- end 13:10:56.678 [main] DEBUG aQute.bnd.osgi.Processor -- begin MetatypeAnnotations 13:10:56.681 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: 13:10:56.682 [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: 13:10:56.683 [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: 13:10:56.683 [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: 13:10:56.684 [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: 13:10:56.684 [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: 13:10:56.686 [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: 13:10:56.686 [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: 13:10:56.688 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: 13:10:56.688 [main] DEBUG aQute.bnd.osgi.Processor -- end 13:10:56.692 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: May 31, 2024 1:10: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 May 31, 2024 1:10: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 13:10:57.804 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:10:57.820 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:10:57.820 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:10:57.822 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:10:57.936 [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] 13:10:57.936 [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. 13:10:57.936 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 13:10:57.972 [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 13:10:57.973 [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] 13:10:57.973 [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 13:10:57.983 [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 13:10:57.983 [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] 13:10:57.984 [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 May 31, 2024 1:10: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 May 31, 2024 1:10: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 13:10:58.122 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@59e0b83f,POJO} 13:10:58.122 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:10:58.136 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@6d7c2bde{size=0},AUTO} 13:10:58.140 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@9543e68[null] added {org.eclipse.jetty.security.DefaultIdentityService@4f2ae295,POJO} 13:10:58.140 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@9543e68[OSGi HTTP Service Realm] added {UserStore@76a29192[users.count=0],AUTO} 13:10:58.141 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STOPPED}[11.0.13,sto=0] added {HashLoginService@9543e68[OSGi HTTP Service Realm],AUTO} 13:10:58.214 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]},MANAGED} 13:10:58.223 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@149d367b{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@325a01fb} 13:10:58.230 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@163da25f{STOPPED} added {o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED},AUTO} 13:10:58.240 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=-1,MANAGED} 13:10:58.242 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=-1 added {ServletHandler@3daedec5{STOPPED},MANAGED} 13:10:58.243 [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) 13:10:58.244 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@4fc89e5a,POJO} 13:10:58.245 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@4fc89e5a,POJO} 13:10:58.279 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3daedec5{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:58.281 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3daedec5{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e,POJO} 13:10:58.281 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@163da25f{STOPPED},MANAGED} 13:10:58.281 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@771c46a8{STOPPED}[11.0.13,sto=0] 13:10:58.286 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTING}[11.0.13,sto=0] added {ErrorHandler@137b5e74{STOPPED},AUTO} 13:10:58.289 [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.10+7 13:10:58.322 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@771c46a8{STARTING}[11.0.13,sto=0] 13:10:58.322 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:10:58.324 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0} 13:10:58.325 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] added {ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0},AUTO} 13:10:58.325 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0} 13:10:58.337 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2130ms ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0} 13:10:58.341 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-26,5,Configuration Admin Service] 13:10:58.341 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-27,5,Configuration Admin Service] 13:10:58.341 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.342 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-28,5,Configuration Admin Service] 13:10:58.342 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.342 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-29,5,Configuration Admin Service] 13:10:58.342 [qtp1832872067-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.342 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-30,5,Configuration Admin Service] 13:10:58.342 [qtp1832872067-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.342 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-31,5,Configuration Admin Service] 13:10:58.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-32,5,Configuration Admin Service] 13:10:58.343 [qtp1832872067-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.343 [qtp1832872067-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1832872067-33,5,Configuration Admin Service] 13:10:58.343 [qtp1832872067-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2136ms QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.343 [qtp1832872067-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@6d7c2bde{size=0} 13:10:58.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2136ms AttributeContainerMap@6d7c2bde{size=0} 13:10:58.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@9543e68[OSGi HTTP Service Realm] 13:10:58.344 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@76a29192[users.count=0] 13:10:58.344 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2136ms UserStore@76a29192[users.count=0] 13:10:58.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2160ms HashLoginService@9543e68[OSGi HTTP Service Realm] 13:10:58.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@163da25f{STOPPED} 13:10:58.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@163da25f{STARTING} 13:10:58.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} 13:10:58.369 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@12e756dc 13:10:58.393 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@7f3ef48, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@c1fef38] 13:10:58.414 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@4708efed{/,null,STARTING} 13:10:58.414 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]} 13:10:58.414 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@4708efed{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@4ed94f89,POJO} 13:10:58.414 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2207ms SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]} 13:10:58.414 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:58.418 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:10:58.421 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600],AUTO} 13:10:58.423 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@5cf5397b{STOPPED}[worker=null] 13:10:58.425 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@5cf5397b{STARTING}[worker=node0] added {HouseKeeper@5cf0f6ae{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:10:58.428 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:10:58.428 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@5cf0f6ae{STOPPED}[interval=600000, ownscheduler=false] 13:10:58.430 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3838927d{STOPPED} 13:10:58.431 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2223ms ScheduledExecutorScheduler@3838927d{STARTED} 13:10:58.431 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:10:58.432 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:10:58.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2228ms HouseKeeper@5cf0f6ae{STARTED}[interval=660000, ownscheduler=true] 13:10:58.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2228ms DefaultSessionIdManager@5cf5397b{STARTED}[worker=node0] 13:10:58.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@5cf5397b{STARTED}[worker=node0],MANAGED} 13:10:58.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 added {DefaultSessionIdManager@5cf5397b{STARTED}[worker=node0],UNMANAGED} 13:10:58.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@744b27ca{STOPPED} 13:10:58.436 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2229ms ScheduledExecutorScheduler@744b27ca{STARTED} 13:10:58.437 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:58.437 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@3daedec5{STOPPED} 13:10:58.472 [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-457b3d5e[EMBEDDED:null] 13:10:58.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:58.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet21aee1b6{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:58.476 [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-457b3d5e=MappedServlet7a178b7b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:58.476 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@3daedec5{STARTING} 13:10:58.476 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3daedec5{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:58.477 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3daedec5{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36,POJO} 13:10:58.477 [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-457b3d5e[EMBEDDED:null] 13:10:58.477 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:58.477 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet559bc74{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:58.477 [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-4353ab36[EMBEDDED:null] 13:10:58.477 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet58843f6b{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:58.477 [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-457b3d5e=MappedServlet52b2eade{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36=MappedServletc66f1a5{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:58.477 [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-457b3d5e[EMBEDDED:null] 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet44144641{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:58.478 [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-4353ab36[EMBEDDED:null] 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3d1256cf{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:58.478 [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-457b3d5e=MappedServlet52b2eade{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36=MappedServletc66f1a5{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@3daedec5{STARTING} 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2271ms ServletHandler@3daedec5{STARTED} 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600] 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2271ms org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600] 13:10:58.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2271ms org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:58.479 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2271ms org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:58.481 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:58.482 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2275ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:58.483 [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-457b3d5e 13:10:58.483 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:58.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2276ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:58.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@4708efed{/,null,AVAILABLE} 13:10:58.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2276ms o.e.j.s.ServletContextHandler@4708efed{/,null,AVAILABLE} 13:10:58.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2276ms ContextHandlerCollection@163da25f{STARTED} 13:10:58.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@137b5e74{STOPPED} 13:10:58.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@137b5e74{STARTING} 13:10:58.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2277ms ErrorHandler@137b5e74{STARTED} 13:10:58.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@771c46a8{STARTING}[11.0.13,sto=0] @2277ms 13:10:58.485 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2277ms Server@771c46a8{STARTED}[11.0.13,sto=0] 13:10:58.485 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:10:58.495 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@1f77b488[HTTP/1.1] added {HttpConfiguration@15c778ad{32768/8192,8192/8192,https://:0,[]},POJO} 13:10:58.512 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}],UNMANAGED} 13:10:58.512 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@1e963a5f{STOPPED},AUTO} 13:10:58.525 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@730671a5{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:10:58.525 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@730671a5{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:10:58.525 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@3b4dfff5{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:10:58.526 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@4223f6f9,POJO} 13:10:58.526 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1f77b488[HTTP/1.1],AUTO} 13:10:58.526 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:58.530 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:10:58.530 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTED}[11.0.13,sto=0] added {ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 13:10:58.530 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.537 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{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} 13:10:58.539 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1e963a5f{STOPPED} 13:10:58.539 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2332ms ScheduledExecutorScheduler@1e963a5f{STARTED} 13:10:58.539 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:58.539 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2332ms HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:58.539 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.546210243Z added {SelectorProducer@1d6ef3cc,POJO} 13:10:58.546 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.546616731Z added {QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}],UNMANAGED} 13:10:58.546 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.546953924Z created 13:10:58.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@749f8d68{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.547292829Z,MANAGED} 13:10:58.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@749f8d68{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:10:58.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@749f8d68{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:58.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.547856318Z 13:10:58.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2340ms AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.548057155Z 13:10:58.549 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007ff8841b29a0@3f7c04c3 startThread=0 13:10:58.568 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007ff8841b29a0@3f7c04c3 in QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@66a1698f on ManagedSelector@749f8d68{STARTING} id=0 keys=0 selected=0 updates=0 13:10:58.568 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.568337596Z tryProduce false 13:10:58.569 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:58.569 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@66a1698f 13:10:58.569 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:58.570 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 waiting with 0 keys 13:10:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2362ms ManagedSelector@749f8d68{STARTED} id=0 keys=0 selected=0 updates=0 13:10:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2362ms SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@187ac0d1,POJO} 13:10:58.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@187ac0d1 startThread=0 13:10:58.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.571 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@187ac0d1 in QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2364ms ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.573 [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] 13:10:58.630 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@771c46a8{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@3e79102e,POJO} 13:10:58.634 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@771c46a8{STARTED}[11.0.13,sto=0] 13:10:58.634 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@771c46a8{STOPPING}[11.0.13,sto=0] 13:10:58.634 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@771c46a8{STOPPING}[11.0.13,sto=0] 13:10:58.635 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.636 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.636 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@749f8d68{STARTED} id=0 keys=0 selected=0 updates=0 13:10:58.636 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1832872067-27-acceptor-0@187ac0d1-ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.638 [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@5b7d393e on ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:58.638 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=1 13:10:58.638 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken with none selected 13:10:58.638 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken up from select, 0/0/0 selected 13:10:58.638 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 processing 0 keys, 1 updates 13:10:58.638 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:58.638 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b7d393e 13:10:58.639 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:58.639 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:58.639 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 waiting with 0 keys 13:10:58.639 [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@542bab37 on ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=0 13:10:58.639 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@749f8d68{STOPPING} id=0 keys=0 selected=0 updates=1 13:10:58.639 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken with none selected 13:10:58.640 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken up from select, 0/0/0 selected 13:10:58.640 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 processing 0 keys, 1 updates 13:10:58.640 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:58.640 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@542bab37 13:10:58.643 [qtp1832872067-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:58.644 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/PRODUCING/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.644269795Z 13:10:58.644 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007ff8841b29a0@3f7c04c3 in QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.644 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@6bd390b0/SelectorProducer@1d6ef3cc/IDLE/p=false/QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.644736807Z 13:10:58.644 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@749f8d68{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:58.644 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.645 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 13:10:58.645 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:58.667 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@1f77b488[HTTP/1.1] 13:10:58.668 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1e963a5f{STARTED} 13:10:58.668 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1e963a5f{STOPPED} 13:10:58.668 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.668 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@7b2f0d09{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:10:58.668 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@771c46a8{STOPPING}[11.0.13,sto=0] 13:10:58.668 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@5cf5397b{STARTED}[worker=node0] 13:10:58.668 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@5cf0f6ae{STARTED}[interval=600000, ownscheduler=true] 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@3838927d{STARTED} 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@3838927d{STOPPED} 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@5cf0f6ae{STOPPED}[interval=600000, ownscheduler=false] 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@5cf5397b{STOPPED}[worker=node0] 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@137b5e74{STARTED} 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@137b5e74{STOPPING} 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@137b5e74{STOPPED} 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@163da25f{STARTED} 13:10:58.669 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@163da25f{STOPPING} 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@4708efed{/,null,AVAILABLE} 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600] 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@3347e635[passivating=false,graceSec=3600] 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@951d7d4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@744b27ca{STARTED} 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@744b27ca{STOPPED} 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@3daedec5{STARTED} 13:10:58.670 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@3daedec5{STOPPING} 13:10:58.671 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:58.671 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4353ab36==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@5e30cab5{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:58.671 [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-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:10:58.671 [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-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:58.672 [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 13:10:58.672 [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 13:10:58.672 [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] 13:10:58.672 [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 13:10:58.674 [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-457b3d5e[EMBEDDED:null] 13:10:58.674 [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") 13:10:58.674 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4ab2129c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:58.675 [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-457b3d5e=MappedServlet5abb99ff{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-457b3d5e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@d1fae67e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@3daedec5{STOPPED} 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler1441993933==dftMaxIdleSec=0 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]} 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@10b4e19b{base=null,protected=[]} 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@4708efed{/,null,STOPPED} 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@163da25f{STOPPED} 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@9543e68[OSGi HTTP Service Realm] 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@76a29192[users.count=0] 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@76a29192[users.count=0] 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@9543e68[OSGi HTTP Service Realm] 13:10:58.676 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@6d7c2bde{size=0} 13:10:58.677 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@6d7c2bde{size=0} 13:10:58.677 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1832872067]@6d3f6883{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.677 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0}] 13:10:58.677 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@e80f5fc{reserved=0/2,pending=0} 13:10:58.679 [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 13:10:58.679 [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] 13:10:58.679 [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 13:10:58.680 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@e80f5fc{reserved=-1/2,pending=0} 13:10:58.680 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1832872067-29,5,Configuration Admin Service] for 2499 13:10:58.680 [qtp1832872067-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-28,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1832872067-31,5,Configuration Admin Service] for 2499 13:10:58.681 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1832872067-27,5,Configuration Admin Service] for 2499 13:10:58.681 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-26,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007ff884163208@3faa4e38 in QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-27,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.681 [qtp1832872067-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1832872067-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.682 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1832872067-33,5,] for 2498 13:10:58.682 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1832872067]@6d3f6883{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:10:58.682 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@771c46a8{STOPPED}[11.0.13,sto=0] 13:10:58.682 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 13:10:58.682 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@2ead8af2,POJO} 13:10:58.682 [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 13:10:58.682 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:10:58.682 [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] 13:10:58.682 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@3ed46795{size=0},AUTO} 13:10:58.683 [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 13:10:58.683 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7d7f5119[null] added {org.eclipse.jetty.security.DefaultIdentityService@3fc7be5e,POJO} 13:10:58.683 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7d7f5119[OSGi HTTP Service Realm] added {UserStore@ef20331[users.count=0],AUTO} 13:10:58.683 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {HashLoginService@7d7f5119[OSGi HTTP Service Realm],AUTO} 13:10:58.683 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]},MANAGED} 13:10:58.683 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@164020cb{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@83552b9} 13:10:58.683 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@2235f487{STOPPED} added {o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED},AUTO} 13:10:58.683 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=-1,MANAGED} 13:10:58.684 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=-1 added {ServletHandler@1bf71342{STOPPED},MANAGED} 13:10:58.684 [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) 13:10:58.684 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@4fc89e5a,POJO} 13:10:58.684 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@4fc89e5a,POJO} 13:10:58.684 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:58.684 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f,POJO} 13:10:58.684 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@2235f487{STOPPED},MANAGED} 13:10:58.684 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@1eb5f629{STOPPED}[11.0.13,sto=0] 13:10:58.684 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTING}[11.0.13,sto=0] added {ErrorHandler@34e9606a{STOPPED},AUTO} 13:10:58.685 [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.10+7 13:10:58.685 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@1eb5f629{STARTING}[11.0.13,sto=0] 13:10:58.685 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1189130527]@46e0b11f{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:10:58.685 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:58.685 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] added {ReservedThreadExecutor@991b706{reserved=0/2,pending=0},AUTO} 13:10:58.685 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:58.685 [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 13:10:58.685 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2478ms ReservedThreadExecutor@991b706{reserved=0/2,pending=0} 13:10:58.685 [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] 13:10:58.685 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-36,5,Configuration Admin Service] 13:10:58.685 [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 13:10:58.686 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-37,5,Configuration Admin Service] 13:10:58.686 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.686 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-38,5,Configuration Admin Service] 13:10:58.686 [qtp1189130527-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.686 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-39,5,Configuration Admin Service] 13:10:58.686 [qtp1189130527-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.686 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-40,5,Configuration Admin Service] 13:10:58.686 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-41,5,Configuration Admin Service] 13:10:58.687 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-42,5,Configuration Admin Service] 13:10:58.687 [qtp1189130527-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1189130527-43,5,Configuration Admin Service] 13:10:58.687 [qtp1189130527-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2479ms QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@3ed46795{size=0} 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2480ms AttributeContainerMap@3ed46795{size=0} 13:10:58.687 [qtp1189130527-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@7d7f5119[OSGi HTTP Service Realm] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@ef20331[users.count=0] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2480ms UserStore@ef20331[users.count=0] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2480ms HashLoginService@7d7f5119[OSGi HTTP Service Realm] 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@2235f487{STOPPED} 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@2235f487{STARTING} 13:10:58.687 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@130725b5{/,null,STOPPED} 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@57ccdfaf 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@130725b5{/,null,STARTING} 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]} 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@130725b5{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@4cdb4941,POJO} 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2480ms SymlinkAllowedResourceAliasChecker@14774955{base=null,protected=[]} 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:58.688 [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 13:10:58.688 [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] 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600],AUTO} 13:10:58.688 [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 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@50d3d52b{STOPPED}[worker=null] 13:10:58.688 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@50d3d52b{STARTING}[worker=node0] added {HouseKeeper@46d41f31{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@46d41f31{STOPPED}[interval=600000, ownscheduler=false] 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@24086c5{STOPPED} 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2481ms ScheduledExecutorScheduler@24086c5{STARTED} 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2482ms HouseKeeper@46d41f31{STARTED}[interval=600000, ownscheduler=true] 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2482ms DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0] 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0],MANAGED} 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 added {DefaultSessionIdManager@50d3d52b{STARTED}[worker=node0],UNMANAGED} 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@37a44217{STOPPED} 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2482ms ScheduledExecutorScheduler@37a44217{STARTED} 13:10:58.689 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:58.690 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@1bf71342{STOPPED} 13:10:58.690 [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-39f53a1f[EMBEDDED:null] 13:10:58.690 [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") 13:10:58.690 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet516ffe45{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:58.690 [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-39f53a1f=MappedServlet579f3c03{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:58.690 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@1bf71342{STARTING} 13:10:58.690 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:10:58.690 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@1bf71342{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1,POJO} 13:10:58.690 [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-39f53a1f[EMBEDDED:null] 13:10:58.690 [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") 13:10:58.690 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3e868b58{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:58.691 [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-2b27d0d1[EMBEDDED:null] 13:10:58.691 [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 13:10:58.691 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet10b5d71b{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:58.691 [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] 13:10:58.691 [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 13:10:58.691 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f=MappedServlet3e648e2a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1=MappedServlet2b50606f{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:58.691 [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-39f53a1f[EMBEDDED:null] 13:10:58.691 [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") 13:10:58.691 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2106f216{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:10:58.691 [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-2b27d0d1[EMBEDDED:null] 13:10:58.691 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet1fb5e422{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:10:58.691 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f=MappedServlet3e648e2a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1=MappedServlet2b50606f{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:10:58.691 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@1bf71342{STARTING} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2484ms ServletHandler@1bf71342{STARTED} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600] 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2484ms org.eclipse.jetty.server.session.NullSessionDataStore@61534f09[passivating=false,graceSec=3600] 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2484ms org.eclipse.jetty.server.session.DefaultSessionCache@399fb9ef[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2484ms org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 13:10:58.692 [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-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2484ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:58.692 [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-39f53a1f 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2485ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2b27d0d1==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@3fcdcd62{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2485ms o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2485ms ContextHandlerCollection@2235f487{STARTED} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@34e9606a{STOPPED} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@34e9606a{STARTING} 13:10:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2485ms ErrorHandler@34e9606a{STARTED} 13:10:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@1eb5f629{STARTING}[11.0.13,sto=0] @2485ms 13:10:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2485ms Server@1eb5f629{STARTED}[11.0.13,sto=0] 13:10:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:10:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@53a2c20[HTTP/1.1] added {HttpConfiguration@2dc177f0{32768/8192,8192/8192,https://:0,[]},POJO} 13:10:58.693 [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 13:10:58.693 [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] 13:10:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}],UNMANAGED} 13:10:58.693 [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 13:10:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@be5d1b2{STOPPED},AUTO} 13:10:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@5feaa7c2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:10:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@5feaa7c2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:10:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@79b22538{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:10:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@4ff59d54,POJO} 13:10:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@53a2c20[HTTP/1.1],AUTO} 13:10:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:10:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082},UNMANAGED} 13:10:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 13:10:58.695 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{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} 13:10:58.695 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@be5d1b2{STOPPED} 13:10:58.695 [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 13:10:58.695 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2487ms ScheduledExecutorScheduler@be5d1b2{STARTED} 13:10:58.695 [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] 13:10:58.695 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:58.695 [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 13:10:58.695 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2488ms HttpConnectionFactory@53a2c20[HTTP/1.1] 13:10:58.695 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 13:10:58.695 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.695980528Z added {SelectorProducer@6066d37b,POJO} 13:10:58.697 [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 13:10:58.697 [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] 13:10:58.697 [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 13:10:58.696 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.696165145Z added {QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}],UNMANAGED} 13:10:58.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.76843944Z created 13:10:58.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.768698141Z,MANAGED} 13:10:58.768 [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 13:10:58.768 [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] 13:10:58.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} added {ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:10:58.768 [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 13:10:58.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@815b1aa{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:10:58.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.769064276Z 13:10:58.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2561ms AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.769216778Z 13:10:58.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$205/0x00007ff8841b29a0@6b6992c1 startThread=0 13:10:58.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@44942890 on ManagedSelector@815b1aa{STARTING} id=0 keys=0 selected=0 updates=0 13:10:58.769 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007ff8841b29a0@6b6992c1 in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.769 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:58.769621782Z tryProduce false 13:10:58.769 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:58.769 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@44942890 13:10:58.769 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:58.769 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef waiting with 0 keys 13:10:58.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2562ms ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=0 13:10:58.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2562ms SelectorManager@ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 13:10:58.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} added {acceptor-0@12bfd672,POJO} 13:10:58.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@12bfd672 startThread=0 13:10:58.770 [qtp1189130527-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@12bfd672 in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:58.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 13:10:58.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2562ms ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 13:10:58.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:8082 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 13:10:58.771 [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 13:10:58.771 [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] 13:10:58.771 [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 13:10:58.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1eb5f629{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@190ff06f,POJO} 13:10:58.776 [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 13:10:58.776 [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] 13:10: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.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 13:10:58.781 [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 13:10:58.781 [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] 13:10:58.781 [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 13:10:58.784 [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 13:10:58.784 [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] 13:10:58.784 [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 13:10:58.787 [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 13:10:58.787 [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] 13:10:58.787 [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 13:10:58.789 [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 13:10:58.789 [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] 13:10:58.789 [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 13:10:58.791 [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 13:10:58.791 [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] 13:10:58.791 [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 13:10:58.793 [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 13:10:58.794 [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] 13:10:58.794 [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 13:10:58.796 [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 13:10:58.796 [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] 13:10:58.796 [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 13:10:58.798 [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 13:10:58.799 [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] 13:10:58.799 [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 13:10:58.806 [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 13:10:58.806 [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] 13:10:58.807 [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 13:10:58.809 [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 13:10:58.809 [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] 13:10:58.809 [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 13:10:58.811 [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 13:10:58.811 [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] 13:10:58.811 [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 13:10:58.813 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 13:10:58.813 [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] 13:10:58.813 [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 13:10:58.816 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 13:10:58.816 [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] 13:10:58.816 [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 May 31, 2024 1:10: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 May 31, 2024 1:10:58 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 13:10:59.000 [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 May 31, 2024 1:10:59 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 13:10:59.069 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model gogo-shell-feature 13:10:59.071 [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 13:10:59.071 [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] 13:10:59.071 [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 13:10:59.074 [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 13:10:59.074 [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] 13:10:59.074 [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 13:10:59.077 [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 13:10:59.077 [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] 13:10:59.077 [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 13:10:59.113 [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! 13:10:59.382 [qtp1189130527-37-acceptor-0@12bfd672-ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@7fc09750[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:47234]] on ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=0 13:10:59.383 [qtp1189130527-37-acceptor-0@12bfd672-ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=0 selected=0 updates=1 13:10:59.383 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken with none selected 13:10:59.383 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken up from select, 0/0/0 selected 13:10:59.383 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef processing 0 keys, 1 updates 13:10:59.383 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:59.383 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@7fc09750[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:47234]] 13:10:59.384 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@7fc09750[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:47234]] startThread=0 13:10:59.384 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:59.384 [qtp1189130527-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@7fc09750[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:47234]] in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:59.384 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef waiting with 1 keys 13:10:59.396 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 13:10:59.397 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 4 ms, remaining: 59996 ms 13:10:59.523 [qtp1189130527-38] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=130/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} May 31, 2024 1:10:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:10:59.583 [qtp1189130527-38] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=190/60000}{io=0/0,kio=0,kro=0}]->[] 13:10:59.584 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$372/0x00007ff8842e24b8@231e1344 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=0 13:10:59.584 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=191/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.585 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=192/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.585 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=192/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.585 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@fd8dfdb{ReadCallback@2b0b3127{HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}]}} 13:10:59.585 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.585 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$349/0x00007ff8842b1520@785c9331 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=1 13:10:59.585 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=2 13:10:59.585 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken with none selected 13:10:59.585 [qtp1189130527-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.585 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken up from select, 0/0/1 selected 13:10:59.585 [qtp1189130527-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@7fc09750[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:47234]] in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=0}] 13:10:59.585 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef processing 0 keys, 2 updates 13:10:59.586 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:10:59.586 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$372/0x00007ff8842e24b8@231e1344 13:10:59.586 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$349/0x00007ff8842b1520@785c9331 13:10:59.586 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.586 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:59.586 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef waiting with 1 keys 13:10:59.586 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken up from select, 1/1/1 selected 13:10:59.586 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef processing 1 keys, 0 updates 13:10:59.586 [qtp1189130527-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:47234], selector=sun.nio.ch.EPollSelectorImpl@1b727fef, interestOps=1, readyOps=1 SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.587 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.587 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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 13:10:59.587 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007ff8841b2338@24f97508 13:10:59.587 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=1} startReservedThread p=1 13:10:59.588 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@3ffd7cb6{PENDING,thread=null} startThread=0 13:10:59.588 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@3ffd7cb6{PENDING,thread=null} in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=1}] 13:10:59.589 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3ffd7cb6{PENDING,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:10:59.589 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3ffd7cb6{RESERVED,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} waiting ReservedThreadExecutor@991b706{reserved=1/2,pending=0} 13:10:59.589 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@6ab8ad59/SelectorProducer@6066d37b/PRODUCING/p=false/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:10:59.589373291Z 13:10:59.589 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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 13:10:59.589 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:10:59.589 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}] 13:10:59.589 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:59.589 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:10:59.589 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@fd8dfdb{ReadCallback@2b0b3127{HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}]}} 13:10:59.590 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef waiting with 1 keys 13:10:59.590 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:10:59.590 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@5ec208f8[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@7bef720b{PENDING,pooled=null} 13:10:59.593 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 210 DirectByteBuffer@47a9780d[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:10:59.593 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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 210 RetainableByteBuffer@1be99991{DirectByteBuffer@47a9780d[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} 13:10:59.593 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@1be99991{DirectByteBuffer@47a9780d[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} 13:10:59.593 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@47a9780d[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:10:59.593 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:10:59.596 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:10:59.596 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:10:59.596 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:10:59.596 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:10:59.597 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:10:59.597 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:10:59.598 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:10:59.598 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:10:59.598 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:10:59.598 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:10:59.598 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:10:59.599 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:10:59.599 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:10:59.599 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:10:59.599 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:10:59.599 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:10:59.599 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:10:59.599 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:10:59.599 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:10:59.600 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:10:59.600 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:10:59.602 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=false 13:10:59.607 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 13:10:59.607 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}] 13:10:59.607 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /test on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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} 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.10 13:10:59.608 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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} Upgrade: h2c 13:10:59.609 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 13:10:59.609 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=16/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=8}] parsed true HttpParser{s=CONTENT,0 of 0} 13:10:59.610 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=16/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=9}] 13:10:59.610 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8082/test HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=9} 13:10:59.610 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:10:59.611 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=10} 13:10:59.612 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /test ?null on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=12} 13:10:59.613 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/test @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:59.613 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/test @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:10:59.613 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:10:59.613 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 session=null 13:10:59.668 [qtp1189130527-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/test|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f, mappingMatch=PATH, servletPath=, pathInfo=/test} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:10:59.673 [qtp1189130527-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:10:59.677 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:10:59.679 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:10:59.679 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=78} 13:10:59.679 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:10:59.679 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:10:59.679 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=78} 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=false 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=79} 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=87/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=79}] parse null 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@620b1d9c[p=0,l=0,c=0,r=0]={<<<>>>} 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=79} 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:10:59.680 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=79} 13:10:59.681 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:10:59.681 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=88/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=END,0 of 0},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=80}] parsed false HttpParser{s=END,0 of 0} 13:10:59.681 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:10:59.681 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:10:59.681 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=80}] 13:10:59.681 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:10:59.681 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=80}] 13:10:59.681 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:10:59.686 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:10:59.687 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@679c9590[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@3a286e05 13:10:59.687 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /test on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=86} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:10:59.690 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5b520ac5] (null,[p=0,l=431,c=32768,r=431],true)@START 13:10:59.691 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@679c9590[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} 13:10:59.691 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:10:59.691 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:10:59.691 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5b520ac5] ([p=0,l=141,c=16384,r=141],[p=0,l=431,c=32768,r=431],true)@COMPLETING 13:10:59.691 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@117dfe0b{IDLE}->null [DirectByteBuffer@606975bd[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@679c9590[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}] 13:10:59.691 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@117dfe0b{WRITING}->null:IDLE-->WRITING 13:10:59.692 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 572 SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=W,to=99/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=END,0 of 0},g=HttpGenerator@3df4b0b5{s=COMPLETING}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=91}] 13:10:59.692 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=572 remaining=0 WriteFlusher@117dfe0b{WRITING}->null 13:10:59.692 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@117dfe0b{IDLE}->null:WRITING-->IDLE 13:10:59.692 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5b520ac5] ([p=141,l=141,c=16384,r=0],[p=431,l=431,c=32768,r=0],true)@END 13:10:59.693 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:10:59.693 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:10:59.693 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:10:59.693 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=92} 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /test written=431 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=93} 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=93}] 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=93}] 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 13:10:59.694 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=93}] 13:10:59.697 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:10:59.697 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:10:59.697 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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} 13:10:59.697 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 13:10:59.697 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 13:10:59.697 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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@1be99991{DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:10:59.698 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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@1be99991{DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:10:59.698 [qtp1189130527-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 13:10:59.698 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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} 13:10:59.698 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}] 13:10:59.698 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}] 13:10:59.698 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@fd8dfdb{ReadCallback@2b0b3127{HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}]}} 13:10:59.699 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}] 13:10:59.699 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$349/0x00007ff8842b1520@785c9331 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=0 13:10:59.699 [qtp1189130527-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=1 13:10:59.699 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken with none selected 13:10:59.699 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken up from select, 0/0/1 selected 13:10:59.699 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef processing 0 keys, 1 updates 13:10:59.699 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:10:59.699 [qtp1189130527-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:10:59.699 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$349/0x00007ff8842b1520@785c9331 13:10:59.699 [qtp1189130527-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}] 13:10:59.699 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}] 13:10:59.699 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:10:59.699 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef waiting with 1 keys May 31, 2024 1:10:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:10:59 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. May 31, 2024 1:10:59 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. May 31, 2024 1:10:59 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:10:59 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 May 31, 2024 1:10:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:10:59 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. May 31, 2024 1:10:59 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. May 31, 2024 1:10:59 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. 13:11:00.712 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken up from select, 1/1/1 selected 13:11:00.712 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef processing 1 keys, 0 updates 13:11:00.712 [qtp1189130527-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:47234], selector=sun.nio.ch.EPollSelectorImpl@1b727fef, interestOps=1, readyOps=1 SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=1013/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}] 13:11:00.712 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=1013/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}] 13:11:00.712 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=1013/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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 13:11:00.713 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007ff8841b2338@24f97508 13:11:00.713 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=1} startReservedThread p=1 13:11:00.713 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3ffd7cb6{RESERVED,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007ff8841b2338@24f97508 ReservedThreadExecutor@991b706{reserved=0/2,pending=1} 13:11:00.713 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@30e92f93{PENDING,thread=null} startThread=0 13:11:00.713 [qtp1189130527-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@30e92f93{PENDING,thread=null} in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=1}] 13:11:00.713 [qtp1189130527-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@30e92f93{PENDING,thread=Thread[qtp1189130527-41,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:00.713 [qtp1189130527-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@30e92f93{RESERVED,thread=Thread[qtp1189130527-41,5,Configuration Admin Service]} waiting ReservedThreadExecutor@991b706{reserved=1/2,pending=0} 13:11:00.713 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=true/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:00.713378933Z tryProduce true 13:11:00.713 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=1014/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=true/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:00.713514102Z 13:11:00.713 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:00.713 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:00.713 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@fd8dfdb{ReadCallback@2b0b3127{HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=1014/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}]}} 13:11:00.713 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=1014/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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}] 13:11:00.713 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef waiting with 1 keys 13:11:00.713 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1014/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:00.714 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 210 DirectByteBuffer@47a9780d[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.714 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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@1be99991{DirectByteBuffer@47a9780d[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} 13:11:00.714 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=IDLE 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@1be99991{DirectByteBuffer@47a9780d[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} 13:11:00.714 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@47a9780d[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.714 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:00.714 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:00.714 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:00.714 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8082 --> IN_VALUE 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8082 --> FIELD 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> IN_VALUE 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> FIELD 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /test on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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} 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.10 13:11:00.715 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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 true HttpParser{s=CONTENT,0 of 0} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8082/test HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=1} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /test ?null on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=1} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/test @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/test @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 session=null 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/test|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f, mappingMatch=PATH, servletPath=, pathInfo=/test} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:00.716 [qtp1189130527-36] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:00.757 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@3fff5b21[p=0,l=11,c=8192,r=11]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 13:11:00.757 [qtp1189130527-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=11 null 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@249b5532[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@40fd27bb{null} 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /test on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=43} 200 null HTTP/1.1 Date: Fri, 31 May 2024 13:11:00 GMT Content-Length: 11 Content-Type: text/plain 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=11},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@9cea779] (null,[p=0,l=11,c=8192,r=11],true)@START 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=11} last=true content=HeapByteBuffer@249b5532[p=0,l=11,c=8192,r=11]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Fri, 31 May 2024 13:11:00 GMT Content-Length: 11 Content-Type: text/plain 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=11},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@9cea779] ([p=0,l=102,c=16384,r=102],[p=0,l=11,c=8192,r=11],true)@COMPLETING 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@117dfe0b{IDLE}->null [DirectByteBuffer@606975bd[p=0,l=102,c=16384,r=102]={<<>>set=iso-8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@249b5532[p=0,l=11,c=8192,r=11]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@117dfe0b{WRITING}->null:IDLE-->WRITING 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 113 SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=W,to=44/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3df4b0b5{s=COMPLETING}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=43}] 13:11:00.758 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=113 remaining=0 WriteFlusher@117dfe0b{WRITING}->null 13:11:00.759 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@117dfe0b{IDLE}->null:WRITING-->IDLE 13:11:00.759 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=11},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@9cea779] ([p=102,l=102,c=16384,r=0],[p=11,l=11,c=8192,r=0],true)@END 13:11:00.759 [qtp1189130527-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 13:11:00.760 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:00.760 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=45} 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=46} 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@4dfc43ca) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=46} 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /test written=11 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=false 13:11:00.761 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=46} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3df4b0b5{s=END}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=47}] parse null 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@620b1d9c[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=47} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=47} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=END,0 of 0},g=HttpGenerator@3df4b0b5{s=END}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=47}] parsed false HttpParser{s=END,0 of 0} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=47}] 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=47}] 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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=47}] 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.762 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@1be99991{DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@1be99991{DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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} 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@fd8dfdb{ReadCallback@2b0b3127{HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}]}} 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$349/0x00007ff8842b1520@785c9331 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=0 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=1 13:11:00.763 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken with none selected 13:11:00.763 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken up from select, 0/0/1 selected 13:11:00.763 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef processing 0 keys, 1 updates 13:11:00.763 [qtp1189130527-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:00.764 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:00.764 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$349/0x00007ff8842b1520@785c9331 13:11:00.764 [qtp1189130527-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007ff8841b29a0@6b6992c1 in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}] 13:11:00.764 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.764 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:00.764 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef waiting with 1 keys 13:11:00.768 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken up from select, 1/1/1 selected 13:11:00.768 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef processing 1 keys, 0 updates 13:11:00.768 [qtp1189130527-39] 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:47234], selector=sun.nio.ch.EPollSelectorImpl@1b727fef, interestOps=1, readyOps=1 SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=4/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.768 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.768 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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 13:11:00.768 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007ff8841b2338@24f97508 13:11:00.768 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@991b706{reserved=0/2,pending=1} startReservedThread p=1 13:11:00.768 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@303c780b{PENDING,thread=null} startThread=0 13:11:00.768 [qtp1189130527-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@30e92f93{RESERVED,thread=Thread[qtp1189130527-41,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007ff8841b2338@24f97508 ReservedThreadExecutor@991b706{reserved=0/2,pending=1} 13:11:00.768 [qtp1189130527-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@303c780b{PENDING,thread=null} in QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=1}] 13:11:00.768 [qtp1189130527-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@303c780b{PENDING,thread=Thread[qtp1189130527-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:00.768 [qtp1189130527-41] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=true/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:11:00.768986359Z tryProduce true 13:11:00.769 [qtp1189130527-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@303c780b{RESERVED,thread=Thread[qtp1189130527-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@991b706{reserved=1/2,pending=0} 13:11:00.769 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:00.768 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=5/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@6ab8ad59/SelectorProducer@6066d37b/IDLE/p=true/QueuedThreadPool[qtp1189130527]@46e0b11f{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@991b706{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:11:00.769123044Z 13:11:00.769 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@fd8dfdb{ReadCallback@2b0b3127{HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}]}} 13:11:00.769 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.769 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef waiting with 1 keys 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 211 DirectByteBuffer@47a9780d[p=0,l=211,c=8192,r=211]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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 211 RetainableByteBuffer@1be99991{DirectByteBuffer@47a9780d[p=0,l=211,c=8192,r=211]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@1be99991{DirectByteBuffer@47a9780d[p=0,l=211,c=8192,r=211]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@47a9780d[p=0,l=211,c=8192,r=211]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:00.769 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8082 --> IN_VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8082 --> FIELD 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> IN_VALUE 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> FIELD 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /test on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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: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.10 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=0} Upgrade: h2c 13:11:00.770 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@3bc1a61c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 13:11:00.771 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 6},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=1}] parsed false HttpParser{s=CONTENT,0 of 6} 13:11:00.771 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 6},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=1}] 13:11:00.771 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 6 DirectByteBuffer@47a9780d[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.771 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 6},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=1}] filled 6 RetainableByteBuffer@1be99991{DirectByteBuffer@47a9780d[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.771 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,0 of 6},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=1}] parse RetainableByteBuffer@1be99991{DirectByteBuffer@47a9780d[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.771 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT DirectByteBuffer@47a9780d[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.771 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContent HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=1} Content@7fc69a47{DirectByteBufferR@2c694994[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,6 of 6},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=2}] parsed true HttpParser{s=CONTENT,6 of 6} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8082/test HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=2} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=2} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST POST /test ?null on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=2} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/test @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/test @ o.e.j.s.ServletContextHandler@130725b5{/,null,AVAILABLE} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 session=null 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/test|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f, mappingMatch=PATH, servletPath=, pathInfo=/test} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-39f53a1f==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@8b6c3e69{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:00.772 [qtp1189130527-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- checkMinDataRate [m=0,t=-9223372036854775808] AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=5}] 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- nextTransformedContent AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=5}] 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- producing new raw content AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=5}] 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced Content@7fc69a47{DirectByteBufferR@2c694994[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- produceRawContent updated rawContentArrived to 6 and firstByteTimeStamp to 7561753807829952 AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=5}] 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- produceRawContent produced Content@7fc69a47{DirectByteBufferR@2c694994[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=5}] 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- transforming raw content AsyncContentProducer@76255f4e[r=Content@7fc69a47{DirectByteBufferR@2c694994[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@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=5}] 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- no interceptor, transformed content is raw content AsyncContentProducer@76255f4e[r=Content@7fc69a47{DirectByteBufferR@2c694994[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@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=5}] 13:11:00.775 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- transformed content not yet depleted, returning it AsyncContentProducer@76255f4e[r=Content@7fc69a47{DirectByteBufferR@2c694994[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@7fc69a47{DirectByteBufferR@2c694994[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@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6}] 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- nextContent = Content@7fc69a47{DirectByteBufferR@2c694994[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} AsyncContentProducer@76255f4e[r=Content@7fc69a47{DirectByteBufferR@2c694994[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@7fc69a47{DirectByteBufferR@2c694994[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@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6}] 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- onReadIdle HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- nextContent async producer returned Content@7fc69a47{DirectByteBufferR@2c694994[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpInput -- read produced 6 byte(s) HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=false 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reclaim Content@7fc69a47{DirectByteBufferR@2c694994[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@76255f4e[r=Content@7fc69a47{DirectByteBufferR@2c694994[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@7fc69a47{DirectByteBufferR@2c694994[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@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6}] 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- checkMinDataRate [m=0,t=7561753807829952] AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6}] 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- nextTransformedContent AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6}] 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- producing new raw content AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6}] 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=CONTENT,6 of 6},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6}] parse RetainableByteBuffer@1be99991{DirectByteBuffer@47a9780d[p=6,l=6,c=8192,r=0]={foobar<<<>>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT DirectByteBuffer@47a9780d[p=6,l=6,c=8192,r=0]={foobar<<<>>>test HTTP...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6} 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=6} 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:00.776 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=END,6 of 6},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=7}] parsed false HttpParser{s=END,6 of 6} 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=END,6 of 6},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=7}] 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- produceRawContent updated rawContentArrived to 6 and firstByteTimeStamp to 7561753807829952 AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=7}] 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- produceRawContent produced EofContent AsyncContentProducer@76255f4e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=7}] 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- transforming raw content AsyncContentProducer@76255f4e[r=EofContent,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=7}] 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- no interceptor, transformed content is raw content AsyncContentProducer@76255f4e[r=EofContent,t=null,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=7}] 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- transformed content not yet depleted, returning it AsyncContentProducer@76255f4e[r=EofContent,t=EofContent,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=7}] 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- nextContent = EofContent AsyncContentProducer@76255f4e[r=EofContent,t=EofContent,i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=7}] 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- onReadIdle HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- nextContent async producer returned EofContent 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpInput -- read error=null HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=false 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpInput -- read at EOF, setting consumed EOF to true HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=false 13:11:00.777 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- onContentProducible releasing semaphore LockedSemaphore permits=0 unready=false 13:11:00.778 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@3e5ee911[p=0,l=12,c=8192,r=12]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 13:11:00.778 [qtp1189130527-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=12 null 13:11:00.778 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@5a8af7cc[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@40fd27bb{null} 13:11:00.778 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /test on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=8} 200 null HTTP/1.1 Date: Fri, 31 May 2024 13:11:00 GMT Content-Length: 12 Content-Type: text/plain 13:11:00.778 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=12},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@be97114] (null,[p=0,l=12,c=8192,r=12],true)@START 13:11:00.778 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=12} last=true content=HeapByteBuffer@5a8af7cc[p=0,l=12,c=8192,r=12]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.778 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Fri, 31 May 2024 13:11:00 GMT Content-Length: 12 Content-Type: text/plain 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=12},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@be97114] ([p=0,l=102,c=16384,r=102],[p=0,l=12,c=8192,r=12],true)@COMPLETING 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@117dfe0b{IDLE}->null [DirectByteBuffer@606975bd[p=0,l=102,c=16384,r=102]={<<>>set=iso-8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@5a8af7cc[p=0,l=12,c=8192,r=12]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@117dfe0b{WRITING}->null:IDLE-->WRITING 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 114 SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=W,to=7/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=END,6 of 6},g=HttpGenerator@3df4b0b5{s=COMPLETING}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=9}] 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=114 remaining=0 WriteFlusher@117dfe0b{WRITING}->null 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@117dfe0b{IDLE}->null:WRITING-->IDLE 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@75c18dc8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=12},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@be97114] ([p=102,l=102,c=16384,r=0],[p=12,l=12,c=8192,r=0],true)@END 13:11:00.779 [qtp1189130527-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 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler203828341==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=3,c=false/true,a=HANDLING,uri=http://localhost:8082/test,age=9} 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@7fae74a5{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=http://localhost:8082/test,age=9} 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@458fc081) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 13:11:00.779 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@7fae74a5{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=10} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /test written=12 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=10} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=10}] 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=10}] 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@7fae74a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1005691750 cs=HttpChannelState@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 eof=true 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@1b60ebe1 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@76255f4e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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:8082/test,age=10}] 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,6 of 6} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@1be99991{DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.780 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@1be99991{DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@47a9780d[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00} 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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} 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@fd8dfdb{ReadCallback@2b0b3127{HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}]}} 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$349/0x00007ff8842b1520@785c9331 on ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=0 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@815b1aa{STARTED} id=0 keys=1 selected=0 updates=1 13:11:00.781 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken with none selected 13:11:00.781 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef woken up from select, 0/0/1 selected 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7deba953::SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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@7fae74a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:00.781 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef processing 0 keys, 1 updates 13:11:00.781 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3ffd7cb6{RUNNING,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:11:00.781 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$349/0x00007ff8842b1520@785c9331 13:11:00.781 [qtp1189130527-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3ffd7cb6{RESERVED,thread=Thread[qtp1189130527-39,5,Configuration Admin Service]} waiting ReservedThreadExecutor@991b706{reserved=2/2,pending=0} 13:11:00.781 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@5eef6f7[{l=/127.0.0.1:8082,r=/127.0.0.1:47234,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7deba953[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3df4b0b5{s=START}]=>HttpChannelOverHttp@697e4640{s=HttpChannelState@7fae74a5{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}] 13:11:00.781 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:00.781 [qtp1189130527-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1b727fef 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: 5.05 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/.flattened-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/target/generated/features/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 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/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-20240531.125934-74.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-20240531.125934-74.pom (9.1 kB at 171 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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeature.json (2.1 kB at 22 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-20240531.125934-74-osgifeaturerepo.zip (4.5 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/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 9.1 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 15 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 5.7 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 [66/73] [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] --- flatten:1.1.0:clean (flatten.clean) @ northbound-rest-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ northbound-rest-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ northbound-rest-feature --- [INFO] Copying 1 resource [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/security-api/target/security-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/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/target/session-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/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/session-impl-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-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 May 31, 2024 1:11:05 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 May 31, 2024 1:11:05 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 13:11:05.770 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:11:05.786 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:11:05.786 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:11:05.788 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:11:05.897 [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] 13:11:05.898 [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. 13:11:05.898 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 13:11:05.905 [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 13:11:05.905 [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] 13:11:05.905 [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 13:11:05.908 [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 13:11:05.908 [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] 13:11:05.908 [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 13:11:05.911 [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 13:11:05.911 [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] 13:11:05.911 [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 13:11:05.913 [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 13:11:05.913 [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] 13:11:05.913 [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 13:11:05.917 [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 13:11:05.917 [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] 13:11:05.918 [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 13:11:05.921 [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 13:11:05.921 [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] 13:11:05.921 [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 13:11:05.924 [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 13:11:05.924 [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] 13:11:05.924 [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 13:11:05.926 [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 13:11:05.926 [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] 13:11:05.926 [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 13:11:05.928 [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 13:11:05.928 [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] 13:11:05.929 [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 13:11:05.932 [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 13:11:05.932 [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] 13:11:05.932 [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 13:11:05.937 [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 13:11:05.938 [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] 13:11:05.938 [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 13:11:05.940 [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 13:11:05.940 [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] 13:11:05.940 [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 13:11:05.942 [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 13:11:05.942 [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] 13:11:05.942 [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 13:11:05.945 [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 13:11:05.945 [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] 13:11:05.945 [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 13:11:05.969 [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 13:11:05.969 [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] 13:11:05.969 [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 13:11:05.973 [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 13:11:05.973 [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] 13:11:05.973 [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 13:11:05.976 [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 13:11:05.976 [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] 13:11:05.976 [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 13:11:05.978 [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 13:11:05.978 [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 in repositories [target/it/repository] 13:11:05.979 [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 is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.jar 13:11:05.981 [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 13:11:05.981 [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] 13:11:05.981 [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 13:11:06.336 [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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started 13:11:06.572 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 13:11:06.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 13:11:06.575 [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 13:11:06.575 [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] 13:11:06.575 [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 13:11:06.584 [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 13:11:06.584 [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] 13:11:06.584 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.felix:org.apache.felix.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 May 31, 2024 1:11:06 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 May 31, 2024 1:11:06 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 13:11:06.741 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@6c9f186b,POJO} 13:11:06.742 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:06.756 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@74c291d5{size=0},AUTO} 13:11:06.771 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[null] added {org.eclipse.jetty.security.DefaultIdentityService@627c386d,POJO} 13:11:06.771 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[OSGi HTTP Service Realm] added {UserStore@3da9f8b6[users.count=0],AUTO} 13:11:06.771 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {HashLoginService@d5f7467[OSGi HTTP Service Realm],AUTO} 13:11:06.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]},MANAGED} 13:11:06.844 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2f969c9b{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@3c936fb0} 13:11:06.851 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@21b34839{STOPPED} added {o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED},AUTO} 13:11:06.879 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1,MANAGED} 13:11:06.881 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1 added {ServletHandler@31ff5c33{STOPPED},MANAGED} 13:11:06.882 [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) 13:11:06.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:06.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:06.900 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:06.901 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc,POJO} 13:11:06.902 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@21b34839{STOPPED},MANAGED} 13:11:06.902 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:11:06.907 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {ErrorHandler@4307249b{STOPPED},AUTO} 13:11:06.910 [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.10+7 13:11:06.975 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@5c27024b{STARTING}[11.0.13,sto=0] 13:11:06.975 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:06.988 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:06.988 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] added {ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0},AUTO} 13:11:06.988 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:07.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2417ms ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:07.004 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-29,5,Configuration Admin Service] 13:11:07.004 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-30,5,Configuration Admin Service] 13:11:07.005 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-31,5,Configuration Admin Service] 13:11:07.005 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.005 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.005 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-32,5,Configuration Admin Service] 13:11:07.005 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.005 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-33,5,Configuration Admin Service] 13:11:07.005 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.006 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-34,5,Configuration Admin Service] 13:11:07.006 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.006 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-35,5,Configuration Admin Service] 13:11:07.006 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.006 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-36,5,Configuration Admin Service] 13:11:07.006 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.006 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2423ms QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.006 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@74c291d5{size=0} 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2423ms AttributeContainerMap@74c291d5{size=0} 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3da9f8b6[users.count=0] 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2424ms UserStore@3da9f8b6[users.count=0] 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2424ms HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@21b34839{STOPPED} 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@21b34839{STARTING} 13:11:07.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:07.008 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@52671e0a 13:11:07.024 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@3115f2d0, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@426b8d54] 13:11:07.075 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} 13:11:07.075 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:07.075 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@5ee4e5dc,POJO} 13:11:07.075 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2492ms SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:07.075 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:07.080 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:11:07.082 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600],AUTO} 13:11:07.085 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=null] 13:11:07.087 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@4f3a5d02{STARTING}[worker=node0] added {HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:11:07.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:11:07.091 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:11:07.092 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1094ddef{STOPPED} 13:11:07.093 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2509ms ScheduledExecutorScheduler@1094ddef{STARTED} 13:11:07.093 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:11:07.093 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:07.097 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2514ms HouseKeeper@16d2383c{STARTED}[interval=600000, ownscheduler=true] 13:11:07.097 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2514ms DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:11:07.097 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],MANAGED} 13:11:07.097 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],UNMANAGED} 13:11:07.097 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2b031045{STOPPED} 13:11:07.098 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2514ms ScheduledExecutorScheduler@2b031045{STARTED} 13:11:07.098 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:07.098 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@31ff5c33{STOPPED} 13:11:07.108 [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-36669bcc[EMBEDDED:null] 13:11:07.111 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:07.112 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServletd2fe65a{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:07.113 [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-36669bcc=MappedServlet8805c63{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:07.113 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@31ff5c33{STARTING} 13:11:07.113 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:07.113 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228,POJO} 13:11:07.113 [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-36669bcc[EMBEDDED:null] 13:11:07.113 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:07.113 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet387f435d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:07.114 [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-32966228[EMBEDDED:null] 13:11:07.114 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet632d13c8{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:07.114 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:07.114 [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-36669bcc[EMBEDDED:null] 13:11:07.114 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:07.114 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet42db580d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:07.114 [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-32966228[EMBEDDED:null] 13:11:07.114 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4963a0cd{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:07.114 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:07.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@31ff5c33{STARTING} 13:11:07.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2531ms ServletHandler@31ff5c33{STARTED} 13:11:07.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:07.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:07.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2532ms org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:07.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2532ms org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:07.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2532ms org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:07.118 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:07.119 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2536ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:07.120 [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-36669bcc 13:11:07.120 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:07.120 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2537ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:07.120 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:07.120 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2537ms o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:07.121 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2537ms ContextHandlerCollection@21b34839{STARTED} 13:11:07.121 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4307249b{STOPPED} 13:11:07.121 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4307249b{STARTING} 13:11:07.121 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2538ms ErrorHandler@4307249b{STARTED} 13:11:07.121 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@5c27024b{STARTING}[11.0.13,sto=0] @2538ms 13:11:07.121 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2538ms Server@5c27024b{STARTED}[11.0.13,sto=0] 13:11:07.121 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:07.134 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@7fcd872a[HTTP/1.1] added {HttpConfiguration@6754a7c8{32768/8192,8192/8192,https://:0,[]},POJO} 13:11:07.174 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:11:07.174 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@656a4c30{STOPPED},AUTO} 13:11:07.189 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:11:07.189 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:11:07.190 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5fa4585e{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:11:07.190 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@60f79695,POJO} 13:11:07.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@7fcd872a[HTTP/1.1],AUTO} 13:11:07.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:07.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:11:07.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 13:11:07.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.203 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{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} 13:11:07.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@656a4c30{STOPPED} 13:11:07.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2623ms ScheduledExecutorScheduler@656a4c30{STARTED} 13:11:07.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:07.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2623ms HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:07.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.213 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.213951109Z added {SelectorProducer@16c08c61,POJO} 13:11:07.214 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.214302168Z added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:11:07.214 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.214604059Z created 13:11:07.214 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.214871379Z,MANAGED} 13:11:07.214 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:07.215 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:07.215 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.215332595Z 13:11:07.215 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2632ms AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.215497597Z 13:11:07.217 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f364430b3e0@6f385bc8 startThread=0 13:11:07.217 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f364430b3e0@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.218 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.218120759Z tryProduce false 13:11:07.218 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@75c314ab on ManagedSelector@73d9839c{STARTING} id=0 keys=0 selected=0 updates=0 13:11:07.219 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:07.219 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@75c314ab 13:11:07.219 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:07.219 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2636ms ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:11:07.219 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 waiting with 0 keys 13:11:07.220 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2636ms SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.221 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@457d3d75,POJO} 13:11:07.221 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@457d3d75 startThread=0 13:11:07.221 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.221 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@457d3d75 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.221 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2638ms ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.223 [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] 13:11:07.292 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4649cbeb,POJO} 13:11:07.294 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@5c27024b{STARTED}[11.0.13,sto=0] 13:11:07.295 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:07.295 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:07.295 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.295 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.295 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:11:07.295 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1196120511-30-acceptor-0@457d3d75-ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.296 [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@5b7d393e on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:07.296 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:07.296 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken with none selected 13:11:07.296 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken up from select, 0/0/0 selected 13:11:07.296 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 13:11:07.297 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 processing 0 keys, 1 updates 13:11:07.297 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:07.297 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b7d393e 13:11:07.297 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:07.297 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:07.297 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 waiting with 0 keys 13:11:07.297 [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@542bab37 on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:07.298 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:07.298 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken with none selected 13:11:07.298 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken up from select, 0/0/0 selected 13:11:07.298 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 processing 0 keys, 1 updates 13:11:07.298 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:07.298 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@542bab37 13:11:07.302 [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 13:11:07.302 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:07.302 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/PRODUCING/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.302928972Z 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.303120432Z 13:11:07.303 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f364430b3e0@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.303 [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 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:07.303 [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] 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.303 [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 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@656a4c30{STARTED} 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@656a4c30{STOPPED} 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.303 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@16d2383c{STARTED}[interval=600000, ownscheduler=true] 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1094ddef{STARTED} 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1094ddef{STOPPED} 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=node0] 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@4307249b{STARTED} 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@4307249b{STOPPING} 13:11:07.304 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@4307249b{STOPPED} 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@21b34839{STARTED} 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@21b34839{STOPPING} 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@2b031045{STARTED} 13:11:07.305 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@2b031045{STOPPED} 13:11:07.306 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:07.306 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@31ff5c33{STARTED} 13:11:07.306 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@31ff5c33{STOPPING} 13:11:07.306 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:07.306 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:07.306 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:07.306 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:07.309 [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 13:11:07.309 [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] 13:11:07.309 [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-36669bcc[EMBEDDED:null] 13:11:07.309 [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 13:11:07.309 [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") 13:11:07.309 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4ab2129c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:07.309 [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-36669bcc=MappedServlet5abb99ff{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@31ff5c33{STOPPED} 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@21b34839{STOPPED} 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:07.310 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@3da9f8b6[users.count=0] 13:11:07.311 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@3da9f8b6[users.count=0] 13:11:07.311 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:07.311 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@74c291d5{size=0} 13:11:07.311 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@74c291d5{size=0} 13:11:07.311 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.311 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:07.311 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:07.312 [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 13:11:07.312 [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] 13:11:07.312 [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 13:11:07.314 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@3b3a2b43{reserved=-1/2,pending=0} 13:11:07.314 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-33,5,Configuration Admin Service] for 2499 13:11:07.314 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-35,5,Configuration Admin Service] for 2499 13:11:07.314 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f364427e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.314 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-29,5,Configuration Admin Service] for 2499 13:11:07.314 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.315 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:07.315 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:11:07.315 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 13:11:07.315 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@46e0b11f,POJO} 13:11:07.315 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:07.315 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@1eb5f629{size=0},AUTO} 13:11:07.316 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[null] added {org.eclipse.jetty.security.DefaultIdentityService@7d7f5119,POJO} 13:11:07.316 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[OSGi HTTP Service Realm] added {UserStore@3fc7be5e[users.count=0],AUTO} 13:11:07.316 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {HashLoginService@3ed46795[OSGi HTTP Service Realm],AUTO} 13:11:07.316 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]},MANAGED} 13:11:07.316 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@14774955{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@164020cb} 13:11:07.316 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@83552b9{STOPPED} added {o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED},AUTO} 13:11:07.316 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1,MANAGED} 13:11:07.316 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1 added {ServletHandler@c262c75{STOPPED},MANAGED} 13:11:07.317 [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) 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342,POJO} 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@83552b9{STOPPED},MANAGED} 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@2ead8af2{STOPPED}[11.0.13,sto=0] 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {ErrorHandler@39f53a1f{STOPPED},AUTO} 13:11:07.317 [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.10+7 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@2ead8af2{STARTING}[11.0.13,sto=0] 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:07.317 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:07.318 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0},AUTO} 13:11:07.318 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:07.318 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2735ms ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:07.318 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-39,5,Configuration Admin Service] 13:11:07.318 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-40,5,Configuration Admin Service] 13:11:07.318 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.318 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-41,5,Configuration Admin Service] 13:11:07.318 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.319 [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 13:11:07.320 [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] 13:11:07.320 [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 13:11:07.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-42,5,Configuration Admin Service] 13:11:07.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-43,5,Configuration Admin Service] 13:11:07.368 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-44,5,Configuration Admin Service] 13:11:07.368 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.368 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-45,5,Configuration Admin Service] 13:11:07.368 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-46,5,Configuration Admin Service] 13:11:07.369 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2785ms QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@1eb5f629{size=0} 13:11:07.369 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2786ms AttributeContainerMap@1eb5f629{size=0} 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:11:07.369 [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 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3fc7be5e[users.count=0] 13:11:07.369 [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] 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2786ms UserStore@3fc7be5e[users.count=0] 13:11:07.369 [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 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2786ms HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@83552b9{STOPPED} 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@83552b9{STARTING} 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@17b9e5b0 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} 13:11:07.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@57ccdfaf,POJO} 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2786ms SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600],AUTO} 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@61534f09{STOPPED}[worker=null] 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@61534f09{STARTING}[worker=node0] added {HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:11:07.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false] 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@46d41f31{STOPPED} 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2787ms ScheduledExecutorScheduler@46d41f31{STARTED} 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2788ms HouseKeeper@50d3d52b{STARTED}[interval=660000, ownscheduler=true] 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2788ms DefaultSessionIdManager@61534f09{STARTED}[worker=node0] 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],MANAGED} 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],UNMANAGED} 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@7990ba83{STOPPED} 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2788ms ScheduledExecutorScheduler@7990ba83{STARTED} 13:11:07.371 [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 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:07.371 [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] 13:11:07.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@c262c75{STOPPED} 13:11:07.371 [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 13:11:07.372 [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-1bf71342[EMBEDDED:null] 13:11:07.372 [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") 13:11:07.372 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet37a44217{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:07.372 [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-1bf71342=MappedServlet516ffe45{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:07.372 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@c262c75{STARTING} 13:11:07.372 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:07.372 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03,POJO} 13:11:07.372 [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-1bf71342[EMBEDDED:null] 13:11:07.372 [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") 13:11:07.372 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b27d0d1{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:07.372 [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-579f3c03[EMBEDDED:null] 13:11:07.372 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3e868b58{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:07.373 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:07.373 [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-1bf71342[EMBEDDED:null] 13:11:07.373 [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") 13:11:07.373 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b50606f{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:07.373 [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-579f3c03[EMBEDDED:null] 13:11:07.373 [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 13:11:07.373 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet2106f216{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:07.373 [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] 13:11:07.373 [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 13:11:07.373 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:07.373 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@c262c75{STARTING} 13:11:07.373 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2790ms ServletHandler@c262c75{STARTED} 13:11:07.373 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2790ms org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2790ms org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2790ms org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:07.374 [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-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2791ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:07.374 [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-1bf71342 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2791ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2791ms o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2791ms ContextHandlerCollection@83552b9{STARTED} 13:11:07.374 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@39f53a1f{STOPPED} 13:11:07.375 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@39f53a1f{STARTING} 13:11:07.375 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2791ms ErrorHandler@39f53a1f{STARTED} 13:11:07.375 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@2ead8af2{STARTING}[11.0.13,sto=0] @2791ms 13:11:07.375 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2791ms Server@2ead8af2{STARTED}[11.0.13,sto=0] 13:11:07.375 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:07.375 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@1fb5e422[HTTP/1.1] added {HttpConfiguration@53a2c20{32768/8192,8192/8192,https://:0,[]},POJO} 13:11:07.375 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:11:07.375 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@3bc1a61c{STOPPED},AUTO} 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5feaa7c2{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@79b22538,POJO} 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1fb5e422[HTTP/1.1],AUTO} 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083},UNMANAGED} 13:11:07.376 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:07.377 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{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} 13:11:07.377 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3bc1a61c{STOPPED} 13:11:07.377 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2794ms ScheduledExecutorScheduler@3bc1a61c{STARTED} 13:11:07.377 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:07.377 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2794ms HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:07.377 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:07.377 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.377943901Z added {SelectorProducer@6ab8ad59,POJO} 13:11:07.378 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.378121805Z added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:11:07.378 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.37830857Z created 13:11:07.378 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.378441873Z,MANAGED} 13:11:07.378 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:07.378 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:07.378 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.378879228Z 13:11:07.378 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2795ms AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.379011636Z 13:11:07.379 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f364430b3e0@815b1aa startThread=0 13:11:07.379 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f364430b3e0@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.379 [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@6b6992c1 on ManagedSelector@6066d37b{STARTING} id=0 keys=0 selected=0 updates=0 13:11:07.379 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:07.379349877Z tryProduce false 13:11:07.379 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:07.379 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@6b6992c1 13:11:07.379 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:07.379 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 0 keys 13:11:07.379 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2796ms ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:07.379 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2796ms SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:07.379 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {acceptor-0@44942890,POJO} 13:11:07.379 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@44942890 startThread=0 13:11:07.379 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:07.379 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@44942890 in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:07.379 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2796ms ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:07.380 [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] 13:11:07.382 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@756fa4f6,POJO} 13:11:07.382 [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 13:11:07.382 [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] 13:11:07.383 [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 13:11:07.384 [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 13:11:07.384 [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] 13:11:07.384 [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 13:11:07.391 [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 13:11:07.392 [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] 13:11:07.392 [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 13:11:07.394 [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 13:11:07.394 [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] 13:11:07.394 [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 13:11:07.398 [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 13:11:07.398 [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] 13:11:07.399 [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 13:11:07.404 [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 13:11:07.404 [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] 13:11:07.404 [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 13:11:07.406 [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 13:11:07.406 [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] 13:11:07.407 [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 13:11:07.409 [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 13:11:07.409 [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] 13:11:07.409 [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 13:11:07.411 [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 13:11:07.411 [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] 13:11:07.411 [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 13:11:07.413 [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 13:11:07.413 [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] 13:11:07.413 [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 13:11:07.468 [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 13:11:07.468 [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] 13:11:07.468 [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 13:11:07.471 [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 13:11:07.471 [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] 13:11:07.471 [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 13:11:07.473 [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 13:11:07.473 [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] 13:11:07.473 [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 13:11:07.475 [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 13:11:07.475 [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] 13:11:07.475 [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 13:11:07.477 [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 13:11:07.478 [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] 13:11:07.478 [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 13:11:07.479 [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 13:11:07.480 [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] 13:11:07.480 [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 13:11:07.482 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 13:11:07.482 [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] 13:11:07.482 [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 13:11:07.485 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 13:11:07.485 [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] 13:11:07.485 [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 May 31, 2024 1:11: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 bundle org.eclipse.osgitech.rest May 31, 2024 1:11:07 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 13:11:07.590 [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 May 31, 2024 1:11:07 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 13:11:07.626 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-rest-feature 13:11:07.628 [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 13:11:07.628 [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 13:11:07.628 [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 13:11:07.628 [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] 13:11:07.628 [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 13:11:07.630 [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 13:11:07.630 [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] 13:11:07.631 [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 13:11:07.632 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 13:11:07.632 [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] 13:11:07.633 [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 13:11:07.668 [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 13:11:07.668 [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] 13:11:07.668 [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 13:11:07.670 [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 13:11:07.670 [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] 13:11:07.670 [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 13:11:07.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT 13:11:07.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:07.672 [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:security-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar 13:11:07.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT 13:11:07.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:07.674 [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.session:session-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar 13:11:07.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT 13:11:07.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:07.676 [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.session:session-impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.jar 13:11:07.677 [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 13:11:07.678 [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] 13:11:07.678 [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 13:11:07.680 [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 13:11:07.680 [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] 13:11:07.680 [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 13:11:07.682 [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 13:11:07.682 [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] 13:11:07.682 [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 13:11:07.796 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy DENY_ALL 13:11:07.806 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. May 31, 2024 1:11:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:11:08.183 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:59988]] on ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:08.184 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=1 13:11:08.184 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:08.184 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:08.184 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:08.184 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:08.184 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:59988]] 13:11:08.185 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:59988]] startThread=0 13:11:08.185 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:08.185 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:08.185 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:59988]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] May 31, 2024 1:11:08 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. May 31, 2024 1:11:08 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. 13:11:08.198 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:08.198 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 4 ms, remaining: 59996 ms May 31, 2024 1:11:08 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:11:08 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:11:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:11:08.378 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=184/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:08.395 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=200/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:08.396 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$605/0x00007f3644421868@484e5d0a on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:08.396 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=201/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.396 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=202/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.396 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=202/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.396 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@29d3a7ce{ReadCallback@3d55dc88{HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}]}} 13:11:08.396 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.397 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$591/0x00007f36444101f8@7c97025 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:08.397 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=2 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:08.397 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 2 updates 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:08.397 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:59988]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$605/0x00007f3644421868@484e5d0a 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$591/0x00007f36444101f8@7c97025 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:08.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:08.398 [qtp1142721449-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:59988], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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 13:11:08.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f364430ad78@1cdedb1 13:11:08.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:11:08.399 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@1ac985c3{PENDING,thread=null} startThread=0 13:11:08.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@1ac985c3{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:11:08.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{PENDING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:08.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:08.399 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:08.399652622Z 13:11:08.399 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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 13:11:08.399 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:08.399 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:08.399 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:08.399 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:08.400 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:08.400 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@29d3a7ce{ReadCallback@3d55dc88{HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}]}} 13:11:08.400 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:08.400 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@65a48186[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@4089ec19{PENDING,pooled=null} 13:11:08.403 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 215 DirectByteBuffer@1763bf47[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:08.403 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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 215 RetainableByteBuffer@27707add{DirectByteBuffer@1763bf47[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:08.403 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@27707add{DirectByteBuffer@1763bf47[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:08.403 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:08.404 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:08.406 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:08.406 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:08.406 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:08.406 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:08.407 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:11:08.407 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:11:08.408 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:11:08.408 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:11:08.408 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:11:08.408 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:11:08.408 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:11:08.409 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:08.469 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=false 13:11:08.475 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@5f6d791 13:11:08.475 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7934e1ea[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:08.476 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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} 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.10 13:11:08.477 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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} Upgrade: h2c 13:11:08.478 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:08.478 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=75/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=9}] parsed true HttpParser{s=CONTENT,0 of 0} 13:11:08.478 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=75/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=9}] 13:11:08.479 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=10} 13:11:08.479 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:08.481 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=12} 13:11:08.482 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=13} 13:11:08.483 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:08.483 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:08.483 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:08.483 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:08.485 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:08.490 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null May 31, 2024 1:11:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:08 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. May 31, 2024 1:11:08 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. 13:11:08.591 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:08.592 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:08.592 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=123} 13:11:08.592 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:11:08.592 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:08.592 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=123} 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=false 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=124} 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=190/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=124}] parse null 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@4cb62c51[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=124} 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=124} 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=190/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=END,0 of 0},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=124}] parsed false HttpParser{s=END,0 of 0} 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:08.593 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=125}] 13:11:08.594 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:08.594 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=125}] 13:11:08.594 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:08.599 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:08.600 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@1d421cff[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@4cea2983 13:11:08.600 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=131} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:08.668 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@98b45c6[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3fa7e366] (null,[p=0,l=436,c=32768,r=436],true)@START 13:11:08.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@1d421cff[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} 13:11:08.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:08.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:08.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@98b45c6[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3fa7e366] ([p=0,l=141,c=16384,r=141],[p=0,l=436,c=32768,r=436],true)@COMPLETING 13:11:08.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@5b0cd905{IDLE}->null [DirectByteBuffer@6296edc6[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@1d421cff[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}] 13:11:08.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5b0cd905{WRITING}->null:IDLE-->WRITING 13:11:08.670 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 577 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=W,to=267/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=END,0 of 0},g=HttpGenerator@301aa093{s=COMPLETING}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=201}] 13:11:08.670 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=577 remaining=0 WriteFlusher@5b0cd905{WRITING}->null 13:11:08.670 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5b0cd905{IDLE}->null:WRITING-->IDLE 13:11:08.670 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@98b45c6[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3fa7e366] ([p=141,l=141,c=16384,r=0],[p=436,l=436,c=32768,r=0],true)@END 13:11:08.671 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@fb90ebd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@fb90ebd{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=203} 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=436 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=203} 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=203}] 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=203}] 13:11:08.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:08.673 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:08.673 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:08.673 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@5f6d791 13:11:08.673 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=204}] 13:11:08.676 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:11:08.676 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:08.676 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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} 13:11:08.676 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:08.676 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:08.676 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:08.677 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:08.677 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:08.677 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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} 13:11:08.677 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:08.677 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:08.677 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@29d3a7ce{ReadCallback@3d55dc88{HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}]}} 13:11:08.677 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:08.678 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$591/0x00007f36444101f8@7c97025 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:08.678 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:08.678 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:08.678 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:08.678 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:08.678 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:08.678 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$591/0x00007f36444101f8@7c97025 13:11:08.678 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:08.678 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:08.678 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:08.678 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:08.678 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys May 31, 2024 1:11:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:08 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. May 31, 2024 1:11:08 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. 13:11:09.689 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:09.689 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:09.689 [qtp1142721449-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:59988], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=1012/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:09.690 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=1012/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:09.690 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=1012/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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 13:11:09.690 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f364430ad78@1cdedb1 13:11:09.690 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:11:09.690 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@593df14b{PENDING,thread=null} startThread=0 13:11:09.690 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f364430ad78@1cdedb1 ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} 13:11:09.690 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@593df14b{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:11:09.690 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{PENDING,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:09.690 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:09.690 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=1013/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:09.691008553Z 13:11:09.690 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:11:09.691122111Z tryProduce true 13:11:09.691 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:09.691 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:09.691 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@29d3a7ce{ReadCallback@3d55dc88{HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=1013/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}]}} 13:11:09.691 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=1013/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:09.691 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:09.691 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=1013/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:09.692 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 215 DirectByteBuffer@1763bf47[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:09.692 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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 215 RetainableByteBuffer@27707add{DirectByteBuffer@1763bf47[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:09.692 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:09.692 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:09.692 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:09.692 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:09.692 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:09.692 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> IN_VALUE 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> FIELD 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:09.693 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@5f6d791 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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.10 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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} 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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} 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:09.694 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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} 13:11:09.695 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=2} 13:11:09.695 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:09.695 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:09.695 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:09.695 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:09.695 [qtp1142721449-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:09.695 [qtp1142721449-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:09.706 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:11:09.706 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:11:09.706 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy DENY_ALL 13:11:09.710 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session c17d8317-142f-4bf4-8a77-db2d70ac5bff for user 13:11:09.710 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:11:09.782 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@420c95aa[p=0,l=66,c=8192,r=66]={<<<{"type":"COMPLETE_LIST","...de":200,"providers":[]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 13:11:09.783 [qtp1142721449-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=66 null 13:11:09.783 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@7e129b6f[p=0,l=66,c=8192,r=66]={<<<{"type":"COMPLETE_LIST","...de":200,"providers":[]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@3680b25f{null} 13:11:09.783 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=90} 200 null HTTP/1.1 Date: Fri, 31 May 2024 13:11:09 GMT Content-Length: 66 Content-Type: application/json 13:11:09.783 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@98b45c6[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=66},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1a132c59] (null,[p=0,l=66,c=8192,r=66],true)@START 13:11:09.783 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=66} last=true content=HeapByteBuffer@7e129b6f[p=0,l=66,c=8192,r=66]={<<<{"type":"COMPLETE_LIST","...de":200,"providers":[]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:09.783 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Fri, 31 May 2024 13:11:09 GMT Content-Length: 66 Content-Type: application/json 13:11:09.783 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@98b45c6[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=66},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1a132c59] ([p=0,l=108,c=16384,r=108],[p=0,l=66,c=8192,r=66],true)@COMPLETING 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@5b0cd905{IDLE}->null [DirectByteBuffer@6296edc6[p=0,l=108,c=16384,r=108]={<<>>o-8859-1\r...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7e129b6f[p=0,l=66,c=8192,r=66]={<<<{"type":"COMPLETE_LIST","...de":200,"providers":[]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5b0cd905{WRITING}->null:IDLE-->WRITING 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 174 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=W,to=92/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=COMPLETING}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=91}] 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=174 remaining=0 WriteFlusher@5b0cd905{WRITING}->null 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5b0cd905{IDLE}->null:WRITING-->IDLE 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@98b45c6[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=66},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1a132c59] ([p=108,l=108,c=16384,r=0],[p=66,l=66,c=8192,r=0],true)@END 13:11:09.784 [qtp1142721449-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 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:09.784 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=91} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@fb90ebd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=92} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@345381b0) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@fb90ebd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@fb90ebd{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=92} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=66 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=false 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=92} 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:09.785 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=END}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=93}] parse null 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@4cb62c51[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=93} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=93} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=END,0 of 0},g=HttpGenerator@301aa093{s=END}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=93}] parsed false HttpParser{s=END,0 of 0} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=93}] 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=93}] 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@5f6d791 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=93}] 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:09.786 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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} 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@29d3a7ce{ReadCallback@3d55dc88{HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}]}} 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$591/0x00007f36444101f8@7c97025 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:09.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:09.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:09.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:09.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:09.788 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f364430b3e0@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:09.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:09.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$591/0x00007f36444101f8@7c97025 13:11:09.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8083,r=/127.0.0.1:59988,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:09.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:09.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.679 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/.flattened-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/target/generated/features/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 73 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-20240531.125934-74.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-20240531.125934-74.pom (7.2 kB at 138 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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeature.json (1.5 kB 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/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-20240531.125934-74-osgifeaturerepo.zip (2.8 MB at 13 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 7.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/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.8 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 3.6 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 [67/73] [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] --- flatten:1.1.0:clean (flatten.clean) @ northbound-websocket-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ northbound-websocket-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:northbound-websocket-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ northbound-websocket-feature --- [INFO] Copying 1 resource [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 13:11:14.286 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1585239756]@5e7cd6cc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@126253fd,POJO} 13:11:14.290 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2584b82d{STOPPED} added {InflaterPool@5a7fe64f{STOPPED,size=-1,capacity=1024},AUTO} 13:11:14.294 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2584b82d{STOPPED} added {DeflaterPool@38145825{STOPPED,size=-1,capacity=1024},AUTO} 13:11:14.294 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2584b82d{STOPPED} added {MappedByteBufferPool@41330d4f{maxQueueLength=-1, factor=4096},POJO} 13:11:14.295 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2584b82d{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@1b66c0fb,POJO} 13:11:14.295 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2584b82d{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:14.295 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2584b82d{STOPPED} added {QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:14.306 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@e3b3b2f{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@50f6ac94,POJO} 13:11:14.306 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@6cc4cdb9{STOPPED} added {ClientConnector@e3b3b2f{STOPPED},AUTO} 13:11:14.307 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HTTP11@3214ee6[http/1.1] added {org.eclipse.jetty.client.http.HttpClientConnectionFactory@383dc82c,POJO} 13:11:14.316 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@376a0d86{STOPPED} added {HttpClientTransportOverHTTP@6cc4cdb9{STOPPED},AUTO} 13:11:14.316 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@376a0d86{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@3cce57c7,POJO} 13:11:14.316 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@376a0d86{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@1cf56a1c,POJO} 13:11:14.316 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@e3b3b2f{STOPPED} added {QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:14.317 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@33f676f6{STOPPED} added {HttpClient@376a0d86{STOPPED},AUTO} 13:11:14.368 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@33f676f6{STOPPED} added {WebSocketComponents@2584b82d{STOPPED},AUTO} 13:11:14.368 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@5a3889c4[coreClient=WebSocketCoreClient@33f676f6{STOPPED},openSessions.size=0] added {WebSocketCoreClient@33f676f6{STOPPED},MANAGED} 13:11:14.370 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@5a3889c4[coreClient=WebSocketCoreClient@33f676f6{STOPPED},openSessions.size=0] added {SessionTracker@4808bc9b{STOPPED},AUTO} 13:11:14.370 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@5a3889c4[coreClient=WebSocketCoreClient@33f676f6{STOPPED},openSessions.size=0] 13:11:14.370 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@33f676f6{STOPPED} 13:11:14.370 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@376a0d86{STOPPED} 13:11:14.371 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@e3b3b2f{STOPPED} added {MappedByteBufferPool@70e38ce1{maxQueueLength=100, factor=2048},POJO} 13:11:14.371 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@376a0d86{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@2ca923bb{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:14.372 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@e3b3b2f{STOPPED} added {ScheduledExecutorScheduler@51bf5add{STOPPED},AUTO} 13:11:14.373 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@376a0d86{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@478db956,POJO} 13:11:14.380 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@6cc4cdb9{STOPPED} 13:11:14.380 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@e3b3b2f{STOPPED} 13:11:14.383 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@e3b3b2f{STARTING} added {Client@723e88f9[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:14.385 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@e3b3b2f{STARTING} added {ClientSelectorManager@352ff4da{STOPPED},AUTO} 13:11:14.386 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:14.387 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0} 13:11:14.387 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] added {ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0},AUTO} 13:11:14.388 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0} 13:11:14.391 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1235ms ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0} 13:11:14.395 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@629454893-17,5,main] 13:11:14.395 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@629454893-18,5,main] 13:11:14.395 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.395 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@629454893-19,5,main] 13:11:14.395 [WebSocket@629454893-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.396 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@629454893-20,5,main] 13:11:14.396 [WebSocket@629454893-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.396 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@629454893-21,5,main] 13:11:14.396 [WebSocket@629454893-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.396 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@629454893-22,5,main] 13:11:14.396 [WebSocket@629454893-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.396 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@629454893-23,5,main] 13:11:14.396 [WebSocket@629454893-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.397 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@629454893-24,5,main] 13:11:14.397 [WebSocket@629454893-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.397 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1241ms QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.397 [WebSocket@629454893-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.397 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@51bf5add{STOPPED} 13:11:14.398 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1242ms ScheduledExecutorScheduler@51bf5add{STARTED} 13:11:14.398 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@723e88f9[provider=null,keyStore=null,trustStore=null] 13:11:14.881 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:14.881 [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] 13:11:14.883 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161074883|SSL_NULL_WITH_NULL_NULL)] 13:11:14.889 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1733ms Client@723e88f9[provider=null,keyStore=null,trustStore=null] 13:11:14.889 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@352ff4da{STOPPED} 13:11:14.895 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.896291128Z added {SelectorProducer@4ff4357f,POJO} 13:11:14.896 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.897138129Z added {QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}],UNMANAGED} 13:11:14.897 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.898181459Z created 13:11:14.898 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@49cb9cb5{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.898943343Z,MANAGED} 13:11:14.899 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@352ff4da{STARTING} added {ManagedSelector@49cb9cb5{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:14.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@49cb9cb5{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:14.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.900033862Z 13:11:14.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1744ms AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.90049319Z 13:11:14.905 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@28ec166e startThread=0 13:11:14.905 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@28ec166e in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:14.905 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.905760212Z tryProduce false 13:11:14.905 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@12c7a01b on ManagedSelector@49cb9cb5{STARTING} id=0 keys=0 selected=0 updates=0 13:11:14.906 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:14.907 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@12c7a01b 13:11:14.908 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:14.909 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af waiting with 0 keys 13:11:14.908 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1753ms ManagedSelector@49cb9cb5{STARTED} id=0 keys=0 selected=0 updates=0 13:11:14.909 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1753ms ClientSelectorManager@352ff4da{STARTED} 13:11:14.909 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1753ms ClientConnector@e3b3b2f{STARTED} 13:11:14.909 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1753ms HttpClientTransportOverHTTP@6cc4cdb9{STARTED} 13:11:14.909 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1753ms HttpClient@376a0d86{STARTED} 13:11:14.909 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@2584b82d{STOPPED} 13:11:14.910 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@5a7fe64f{STOPPED,size=-1,capacity=1024} 13:11:14.910 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@5a7fe64f{STARTING,size=0,capacity=1024} added {Pool@2826f61[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:14.969 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1813ms InflaterPool@5a7fe64f{STARTED,size=0,capacity=1024} 13:11:14.969 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@38145825{STOPPED,size=-1,capacity=1024} 13:11:14.969 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@38145825{STARTING,size=0,capacity=1024} added {Pool@687ef2e0[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:14.969 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1813ms DeflaterPool@38145825{STARTED,size=0,capacity=1024} 13:11:14.969 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1813ms WebSocketComponents@2584b82d{STARTED} 13:11:14.969 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1813ms WebSocketCoreClient@33f676f6{STARTED} 13:11:14.969 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@4808bc9b{STOPPED} 13:11:14.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1814ms SessionTracker@4808bc9b{STARTED} 13:11:14.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1814ms WebSocketClient@5a3889c4[coreClient=WebSocketCoreClient@33f676f6{STARTED},openSessions.size=0] 13:11:14.977 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp154988899]@93cf163{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@1852a3ff,POJO} 13:11:14.977 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7203c7ff{STOPPED} added {InflaterPool@25bfcafd{STOPPED,size=-1,capacity=1024},AUTO} 13:11:14.977 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7203c7ff{STOPPED} added {DeflaterPool@4b6690c0{STOPPED,size=-1,capacity=1024},AUTO} 13:11:14.977 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7203c7ff{STOPPED} added {MappedByteBufferPool@46268f08{maxQueueLength=-1, factor=4096},POJO} 13:11:14.977 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7203c7ff{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@2a76840c,POJO} 13:11:14.977 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7203c7ff{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:14.977 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7203c7ff{STOPPED} added {QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:14.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@71454b9d{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@eda25e5,POJO} 13:11:14.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@7cf6a5f9{STOPPED} added {ClientConnector@71454b9d{STOPPED},AUTO} 13:11:14.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@623e088f{STOPPED} added {HttpClientTransportOverHTTP@7cf6a5f9{STOPPED},AUTO} 13:11:14.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@623e088f{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@39fcbef6,POJO} 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@623e088f{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@66565121,POJO} 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@71454b9d{STOPPED} added {QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@2fc6f97f{STOPPED} added {HttpClient@623e088f{STOPPED},AUTO} 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@2fc6f97f{STOPPED} added {WebSocketComponents@7203c7ff{STOPPED},AUTO} 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@9df971eb[coreClient=WebSocketCoreClient@2fc6f97f{STOPPED},openSessions.size=0] added {WebSocketCoreClient@2fc6f97f{STOPPED},MANAGED} 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@9df971eb[coreClient=WebSocketCoreClient@2fc6f97f{STOPPED},openSessions.size=0] added {SessionTracker@3d2ee678{STOPPED},AUTO} 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@9df971eb[coreClient=WebSocketCoreClient@2fc6f97f{STOPPED},openSessions.size=0] 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@2fc6f97f{STOPPED} 13:11:14.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@623e088f{STOPPED} 13:11:14.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@71454b9d{STOPPED} added {MappedByteBufferPool@6179e425{maxQueueLength=100, factor=2048},POJO} 13:11:14.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@623e088f{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@35f26e72{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:14.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@71454b9d{STOPPED} added {ScheduledExecutorScheduler@2d6764b2{STOPPED},AUTO} 13:11:14.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@623e088f{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@67304a40,POJO} 13:11:14.980 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@7cf6a5f9{STOPPED} 13:11:14.980 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@71454b9d{STOPPED} 13:11:14.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@71454b9d{STARTING} added {Client@49c6c24f[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:14.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@71454b9d{STARTING} added {ClientSelectorManager@6fe1b4fb{STOPPED},AUTO} 13:11:14.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:14.981 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@79351f41{reserved=0/2,pending=0} 13:11:14.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] added {ReservedThreadExecutor@79351f41{reserved=0/2,pending=0},AUTO} 13:11:14.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@79351f41{reserved=0/2,pending=0} 13:11:14.982 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1826ms ReservedThreadExecutor@79351f41{reserved=0/2,pending=0} 13:11:14.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1912850431-25,5,main] 13:11:14.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1912850431-26,5,main] 13:11:14.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1912850431-27,5,main] 13:11:14.982 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.982 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.983 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1912850431-28,5,main] 13:11:14.983 [WebSocket@1912850431-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.983 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1912850431-29,5,main] 13:11:14.983 [WebSocket@1912850431-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.983 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1912850431-30,5,main] 13:11:14.983 [WebSocket@1912850431-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.984 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1912850431-31,5,main] 13:11:14.984 [WebSocket@1912850431-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.984 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1912850431-32,5,main] 13:11:14.984 [WebSocket@1912850431-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.984 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1828ms QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.984 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2d6764b2{STOPPED} 13:11:14.984 [WebSocket@1912850431-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.984 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1828ms ScheduledExecutorScheduler@2d6764b2{STARTED} 13:11:14.984 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@49c6c24f[provider=null,keyStore=null,trustStore=null] 13:11:14.987 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:14.987 [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] 13:11:14.987 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161074987|SSL_NULL_WITH_NULL_NULL)] 13:11:14.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1832ms Client@49c6c24f[provider=null,keyStore=null,trustStore=null] 13:11:14.989 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@6fe1b4fb{STOPPED} 13:11:14.989 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/IDLE/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.989533498Z added {SelectorProducer@3e30646a,POJO} 13:11:14.989 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/IDLE/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.989796737Z added {QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}],UNMANAGED} 13:11:14.989 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/IDLE/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.990083677Z created 13:11:14.990 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@5cde6747{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/IDLE/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.990342046Z,MANAGED} 13:11:14.990 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@6fe1b4fb{STARTING} added {ManagedSelector@5cde6747{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:14.990 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@5cde6747{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:14.990 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/IDLE/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.990782099Z 13:11:14.990 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1834ms AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/IDLE/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.990967389Z 13:11:14.991 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@63a270c9 startThread=0 13:11:14.991 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@63a270c9 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:14.991 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@37c7595 on ManagedSelector@5cde6747{STARTING} id=0 keys=0 selected=0 updates=0 13:11:14.991 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/IDLE/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:14.991554198Z tryProduce false 13:11:14.991 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:14.991 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@37c7595 13:11:14.991 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:14.991 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 waiting with 0 keys 13:11:14.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1835ms ManagedSelector@5cde6747{STARTED} id=0 keys=0 selected=0 updates=0 13:11:14.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1835ms ClientSelectorManager@6fe1b4fb{STARTED} 13:11:14.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1835ms ClientConnector@71454b9d{STARTED} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1836ms HttpClientTransportOverHTTP@7cf6a5f9{STARTED} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1836ms HttpClient@623e088f{STARTED} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@7203c7ff{STOPPED} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@25bfcafd{STOPPED,size=-1,capacity=1024} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@25bfcafd{STARTING,size=0,capacity=1024} added {Pool@3ed242a4[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1836ms InflaterPool@25bfcafd{STARTED,size=0,capacity=1024} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@4b6690c0{STOPPED,size=-1,capacity=1024} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@4b6690c0{STARTING,size=0,capacity=1024} added {Pool@1199fe66[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1836ms DeflaterPool@4b6690c0{STARTED,size=0,capacity=1024} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1836ms WebSocketComponents@7203c7ff{STARTED} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1836ms WebSocketCoreClient@2fc6f97f{STARTED} 13:11:14.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@3d2ee678{STOPPED} 13:11:14.993 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1837ms SessionTracker@3d2ee678{STARTED} 13:11:14.993 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1837ms WebSocketClient@9df971eb[coreClient=WebSocketCoreClient@2fc6f97f{STARTED},openSessions.size=0] May 31, 2024 1:11:15 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 13:11:15.081 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 13:11:15.088 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@623e088f{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 13:11:15.088 [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]]]@68ead359,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 13:11:15.090 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@3d97a632[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]] added {Pool@37efd131[inUse=0,size=0,max=64,closed=false],POJO} 13:11:15.091 [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]]]@68ead359,state=STARTING,queue=0,pool=DuplexConnectionPool@3d97a632[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@3d97a632[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]],MANAGED} 13:11:15.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@3d97a632[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]] 13:11:15.092 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1936ms DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]] 13:11:15.092 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1936ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STARTED,queue=0,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:15.092 [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]]]@68ead359,state=STARTED,queue=0,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 13:11:15.093 [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]]]@68ead359,state=STARTED,queue=0,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@60957c0f 13:11:15.095 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@60957c0f] 13:11:15.095 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@60957c0f for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STARTED,queue=1,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:15.095 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]] 13:11:15.095 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 13:11:15.095 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 13:11:15.096 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@37efd131[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@366c4480{PENDING,usage=0,multiplex=0,pooled=null} 13:11:15.096 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@366c4480{PENDING,usage=0,multiplex=0,pooled=null} 13:11:15.098 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@4218500f startThread=0 13:11:15.098 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@4218500f in QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:15.104 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 3 ms 13:11:15.171 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 13:11:15.172 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@103e5d96{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@7cf6a5f9{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STARTED,queue=1,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@37efd131[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@71454b9d{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@623e088f{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@63602f17, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@117014fc}} on ManagedSelector@5cde6747{STARTED} id=0 keys=0 selected=0 updates=0 13:11:15.173 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@5cde6747{STARTED} id=0 keys=0 selected=0 updates=1 13:11:15.173 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 woken with none selected 13:11:15.173 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 woken up from select, 0/0/0 selected 13:11:15.173 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@4218500f in QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:15.173 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 processing 0 keys, 1 updates 13:11:15.173 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:15.173 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@103e5d96{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@7cf6a5f9{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STARTED,queue=1,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@37efd131[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@71454b9d{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@623e088f{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@63602f17, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@117014fc}} 13:11:15.174 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:15.175 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 waiting with 1 keys 13:11:15.175 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 woken up from select, 1/1/1 selected 13:11:15.175 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 processing 1 keys, 0 updates 13:11:15.175 [WebSocket@1912850431-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@3e37f673, interestOps=8, readyOps=8 Connect@103e5d96{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@7cf6a5f9{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STARTED,queue=1,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@37efd131[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@71454b9d{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@623e088f{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@63602f17, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@117014fc}} 13:11:15.178 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ClientConnector -- Could not connect to localhost/127.0.0.1:14001 13:11:15.179 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/[0:0:0:0:0:0:0:1]:14001 13:11:15.179 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@10b62939{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@7cf6a5f9{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STARTED,queue=1,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@37efd131[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@71454b9d{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@623e088f{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@26edd143, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@647c2676}} on ManagedSelector@5cde6747{STARTED} id=0 keys=1 selected=1 updates=0 13:11:15.179 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:15.180 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@10b62939{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@7cf6a5f9{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STARTED,queue=1,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@37efd131[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@71454b9d{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@623e088f{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@26edd143, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@647c2676}} 13:11:15.180 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:15.180 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 waiting with 2 keys 13:11:15.180 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 woken up from select, 1/1/1 selected 13:11:15.181 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 processing 1 keys, 0 updates 13:11:15.181 [WebSocket@1912850431-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@3e37f673, interestOps=8, readyOps=8 Connect@10b62939{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@7cf6a5f9{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@68ead359,state=STARTED,queue=1,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@37efd131[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@71454b9d{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@623e088f{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@26edd143, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@647c2676}} 13:11:15.181 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ClientConnector -- Could not connect to localhost/127.0.0.1:14001 13:11:15.181 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation failed MultiEntry@366c4480{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) 13:11:15.184 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@4765057c{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@60957c0f[COMPLETED/java.net.ConnectException: Connection refused] res=HttpResponse[null 0 null]@67633e56[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) 13:11:15.185 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.client.HttpExchange -- Aborting while queued HttpExchange@4765057c{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@60957c0f[COMPLETED/java.net.ConnectException: Connection refused] res=HttpResponse[null 0 null]@67633e56[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) 13:11:15.186 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@60957c0f > HttpResponse[null 0 null]@67633e56] java.net.ConnectException: Connection refused 13:11:15.189 [WebSocket@1912850431-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) 13:11:15.189 [WebSocket@1912850431-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) 13:11:15.189 [WebSocket@1912850431-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) 13:11:15.190 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@9df971eb[coreClient=WebSocketCoreClient@2fc6f97f{STARTED},openSessions.size=0] 13:11:15.190 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@9df971eb[coreClient=WebSocketCoreClient@2fc6f97f{STARTED},openSessions.size=0] 13:11:15.190 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:15.190 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:15.191 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 waiting with 1 keys 13:11:15.191 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@3d2ee678{STARTED} 13:11:15.195 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@3d2ee678{STARTED} 13:11:15.195 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@3d2ee678{STOPPED} 13:11:15.196 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@2fc6f97f{STARTED} 13:11:15.196 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@7203c7ff{STARTED} 13:11:15.196 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@4b6690c0{STARTED,size=0,capacity=1024} 13:11:15.196 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@1199fe66[inUse=0,size=0,max=1024,closed=false] 13:11:15.196 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@4b6690c0{STOPPED,size=-1,capacity=1024} 13:11:15.196 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@25bfcafd{STARTED,size=0,capacity=1024} 13:11:15.196 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@3ed242a4[inUse=0,size=0,max=1024,closed=false] 13:11:15.196 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@25bfcafd{STOPPED,size=-1,capacity=1024} 13:11:15.197 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@7203c7ff{STOPPED} 13:11:15.197 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@623e088f{STARTED} 13:11:15.197 [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]]]@68ead359,state=STARTED,queue=0,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:15.197 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@37efd131[inUse=0,size=0,max=64,closed=false] 13:11:15.198 [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]]]@68ead359,state=STARTED,queue=0,pool=DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:15.198 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@3d97a632[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=true]] 13:11:15.198 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@37efd131[inUse=0,size=0,max=64,closed=true] 13:11:15.198 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@3d97a632[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=true]] 13:11:15.199 [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]]]@68ead359,state=STOPPED,queue=0,pool=DuplexConnectionPool@3d97a632[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@37efd131[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:15.199 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@7cf6a5f9{STARTED} 13:11:15.199 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@71454b9d{STARTED} 13:11:15.199 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@6fe1b4fb{STARTED} 13:11:15.199 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@5cde6747{STARTED} id=0 keys=0 selected=0 updates=0 13:11:15.200 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@3c9bfddc on ManagedSelector@5cde6747{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:15.200 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@5cde6747{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:15.200 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 woken with none selected 13:11:15.200 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 woken up from select, 0/0/0 selected 13:11:15.200 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 processing 0 keys, 1 updates 13:11:15.200 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:15.200 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@3c9bfddc 13:11:15.200 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@5cde6747{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:15.201 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:15.201 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 waiting with 0 keys 13:11:15.201 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@2f4205be on ManagedSelector@5cde6747{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:15.201 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@5cde6747{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:15.201 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 woken with none selected 13:11:15.201 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 woken up from select, 0/0/0 selected 13:11:15.201 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3e37f673 processing 0 keys, 1 updates 13:11:15.201 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:15.201 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@2f4205be 13:11:15.202 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:15.202 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/PRODUCING/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:15.20233939Z 13:11:15.202 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@63a270c9 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:15.202 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@7642df8f/SelectorProducer@3e30646a/IDLE/p=false/QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:15.202536339Z 13:11:15.202 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@5cde6747{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:15.202 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@6fe1b4fb{STOPPED} 13:11:15.202 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@49c6c24f[provider=null,keyStore=null,trustStore=null] 13:11:15.202 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@49c6c24f[provider=null,keyStore=null,trustStore=null] 13:11:15.202 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@2d6764b2{STARTED} 13:11:15.203 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@2d6764b2{STOPPED} 13:11:15.203 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@1912850431]@93cf163{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:15.203 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@79351f41{reserved=0/2,pending=0}] 13:11:15.203 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@79351f41{reserved=0/2,pending=0} 13:11:15.205 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@79351f41{reserved=-1/2,pending=0} 13:11:15.205 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1912850431-30,5,main] for 2499 13:11:15.205 [WebSocket@1912850431-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1912850431-27,5,main] exited for QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1912850431-29,5,main] exited for QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1912850431-28,5,main] exited for QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1912850431-26,5,main] exited for QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.205 [WebSocket@1912850431-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1912850431-32,5,main] exited for QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1912850431-31,5,main] exited for QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1912850431-30,5,main] exited for QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:15.206 [WebSocket@1912850431-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1912850431-25,5,main] exited for QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1912850431-26,5,] for 2498 13:11:15.206 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1912850431-32,5,] for 2498 13:11:15.206 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@1912850431]@93cf163{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:15.206 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@71454b9d{STOPPED} 13:11:15.206 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@7cf6a5f9{STOPPED} 13:11:15.207 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@623e088f{STOPPED} 13:11:15.207 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@2fc6f97f{STOPPED} 13:11:15.207 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@9df971eb[coreClient=WebSocketCoreClient@2fc6f97f{STOPPED},openSessions.size=0] May 31, 2024 1:11:15 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 13:11:15.480 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:11:15.496 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:11:15.497 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:11:15.499 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:11:15.613 [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] 13:11:15.614 [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. 13:11:15.614 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 13:11:15.621 [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 13:11:15.621 [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] 13:11:15.621 [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 13:11:15.624 [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 13:11:15.624 [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] 13:11:15.624 [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 13:11:15.626 [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 13:11:15.626 [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] 13:11:15.627 [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 13:11:15.629 [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 13:11:15.629 [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] 13:11:15.629 [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 13:11:15.633 [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 13:11:15.633 [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] 13:11:15.633 [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 13:11:15.636 [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 13:11:15.636 [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] 13:11:15.636 [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 13:11:15.668 [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 13:11:15.668 [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] 13:11:15.668 [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 13:11:15.671 [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 13:11:15.671 [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] 13:11:15.671 [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 13:11:15.673 [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 13:11:15.673 [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] 13:11:15.673 [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 13:11:15.676 [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 13:11:15.676 [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] 13:11:15.677 [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 13:11:15.683 [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 13:11:15.683 [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] 13:11:15.684 [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 13:11:15.686 [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 13:11:15.686 [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] 13:11:15.686 [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 13:11:15.688 [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 13:11:15.688 [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] 13:11:15.688 [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 13:11:15.691 [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 13:11:15.692 [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] 13:11:15.692 [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 13:11:15.698 [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 13:11:15.698 [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] 13:11:15.698 [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 13:11:15.701 [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 13:11:15.701 [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] 13:11:15.701 [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 13:11:15.705 [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 13:11:15.705 [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] 13:11:15.705 [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 13:11:15.707 [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 13:11:15.707 [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 in repositories [target/it/repository] 13:11:15.708 [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 is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.jar 13:11:15.710 [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 13:11:15.710 [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] 13:11:15.710 [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 13:11:16.082 [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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started 13:11:16.323 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 13:11:16.325 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 13:11:16.327 [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 13:11:16.327 [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] 13:11:16.327 [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 13:11:16.336 [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 13:11:16.336 [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] 13:11:16.336 [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 May 31, 2024 1:11:16 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 May 31, 2024 1:11:16 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 13:11:16.496 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@6c9f186b,POJO} 13:11:16.496 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:16.509 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@74c291d5{size=0},AUTO} 13:11:16.514 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[null] added {org.eclipse.jetty.security.DefaultIdentityService@627c386d,POJO} 13:11:16.514 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[OSGi HTTP Service Realm] added {UserStore@3da9f8b6[users.count=0],AUTO} 13:11:16.514 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {HashLoginService@d5f7467[OSGi HTTP Service Realm],AUTO} 13:11:16.591 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]},MANAGED} 13:11:16.598 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2f969c9b{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@3c936fb0} 13:11:16.604 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@21b34839{STOPPED} added {o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED},AUTO} 13:11:16.615 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1,MANAGED} 13:11:16.617 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1 added {ServletHandler@31ff5c33{STOPPED},MANAGED} 13:11:16.617 [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) 13:11:16.618 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:16.619 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:16.634 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:16.636 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc,POJO} 13:11:16.637 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@21b34839{STOPPED},MANAGED} 13:11:16.637 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:11:16.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {ErrorHandler@4307249b{STOPPED},AUTO} 13:11:16.644 [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.10+7 13:11:16.699 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@5c27024b{STARTING}[11.0.13,sto=0] 13:11:16.699 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:16.710 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:16.710 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] added {ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0},AUTO} 13:11:16.711 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:16.723 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3017ms ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:16.727 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-29,5,Configuration Admin Service] 13:11:16.727 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-30,5,Configuration Admin Service] 13:11:16.728 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-31,5,Configuration Admin Service] 13:11:16.728 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.728 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.728 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-32,5,Configuration Admin Service] 13:11:16.728 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.728 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-33,5,Configuration Admin Service] 13:11:16.728 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.728 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-34,5,Configuration Admin Service] 13:11:16.729 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.729 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-35,5,Configuration Admin Service] 13:11:16.729 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.729 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-36,5,Configuration Admin Service] 13:11:16.729 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3023ms QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.729 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.729 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@74c291d5{size=0} 13:11:16.729 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.729 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3023ms AttributeContainerMap@74c291d5{size=0} 13:11:16.729 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:16.730 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3da9f8b6[users.count=0] 13:11:16.730 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3023ms UserStore@3da9f8b6[users.count=0] 13:11:16.730 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3023ms HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:16.730 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@21b34839{STOPPED} 13:11:16.730 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@21b34839{STARTING} 13:11:16.730 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:16.731 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@52671e0a 13:11:16.777 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@3115f2d0, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@426b8d54] 13:11:16.798 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} 13:11:16.798 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:16.798 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@5ee4e5dc,POJO} 13:11:16.798 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3092ms SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:16.799 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:16.803 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:11:16.805 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600],AUTO} 13:11:16.808 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=null] 13:11:16.809 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@4f3a5d02{STARTING}[worker=node0] added {HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:11:16.812 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:11:16.813 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:11:16.814 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1094ddef{STOPPED} 13:11:16.814 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3108ms ScheduledExecutorScheduler@1094ddef{STARTED} 13:11:16.815 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:11:16.815 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:16.818 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3112ms HouseKeeper@16d2383c{STARTED}[interval=600000, ownscheduler=true] 13:11:16.819 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3112ms DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:11:16.819 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],MANAGED} 13:11:16.819 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],UNMANAGED} 13:11:16.819 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2b031045{STOPPED} 13:11:16.819 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3113ms ScheduledExecutorScheduler@2b031045{STARTED} 13:11:16.820 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:16.820 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@31ff5c33{STOPPED} 13:11:16.829 [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-36669bcc[EMBEDDED:null] 13:11:16.833 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:16.833 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServletd2fe65a{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:16.834 [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-36669bcc=MappedServlet8805c63{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:16.834 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@31ff5c33{STARTING} 13:11:16.834 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:16.835 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228,POJO} 13:11:16.835 [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-36669bcc[EMBEDDED:null] 13:11:16.835 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:16.835 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet387f435d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:16.835 [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-32966228[EMBEDDED:null] 13:11:16.835 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet632d13c8{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:16.835 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:16.835 [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-36669bcc[EMBEDDED:null] 13:11:16.835 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:16.835 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet42db580d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:16.836 [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-32966228[EMBEDDED:null] 13:11:16.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4963a0cd{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:16.836 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:16.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@31ff5c33{STARTING} 13:11:16.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3130ms ServletHandler@31ff5c33{STARTED} 13:11:16.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:16.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:16.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3130ms org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:16.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3130ms org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:16.837 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3130ms org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:16.839 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:16.841 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3134ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:16.841 [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-36669bcc 13:11:16.841 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:16.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3136ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:16.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:16.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3136ms o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:16.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3136ms ContextHandlerCollection@21b34839{STARTED} 13:11:16.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4307249b{STOPPED} 13:11:16.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4307249b{STARTING} 13:11:16.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3136ms ErrorHandler@4307249b{STARTED} 13:11:16.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@5c27024b{STARTING}[11.0.13,sto=0] @3136ms 13:11:16.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3136ms Server@5c27024b{STARTED}[11.0.13,sto=0] 13:11:16.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:16.877 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@7fcd872a[HTTP/1.1] added {HttpConfiguration@6754a7c8{32768/8192,8192/8192,https://:0,[]},POJO} 13:11:16.894 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:11:16.895 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@656a4c30{STOPPED},AUTO} 13:11:16.909 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:11:16.909 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:11:16.910 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5fa4585e{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:11:16.910 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@60f79695,POJO} 13:11:16.911 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@7fcd872a[HTTP/1.1],AUTO} 13:11:16.911 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:16.915 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:11:16.915 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 13:11:16.915 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:16.923 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{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} 13:11:16.926 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@656a4c30{STOPPED} 13:11:16.926 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3220ms ScheduledExecutorScheduler@656a4c30{STARTED} 13:11:16.926 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:16.926 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3220ms HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:16.926 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:16.933 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:16.933929795Z added {SelectorProducer@16c08c61,POJO} 13:11:16.934 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:16.934269828Z added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:11:16.934 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:16.934558886Z created 13:11:16.934 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:16.934760017Z,MANAGED} 13:11:16.934 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:16.934 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:16.935 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:16.935142704Z 13:11:16.935 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3228ms AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:16.93534431Z 13:11:16.937 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f31c830b3e0@6f385bc8 startThread=0 13:11:16.937 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f31c830b3e0@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.937 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:16.93770507Z tryProduce false 13:11:16.937 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@75c314ab on ManagedSelector@73d9839c{STARTING} id=0 keys=0 selected=0 updates=0 13:11:16.968 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:16.968 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@75c314ab 13:11:16.968 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:16.968 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3262ms ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:11:16.968 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 waiting with 0 keys 13:11:16.968 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3262ms SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:16.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@457d3d75,POJO} 13:11:16.970 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@457d3d75 startThread=0 13:11:16.970 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@457d3d75 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:16.970 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:16.970 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3263ms ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:16.972 [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] 13:11:17.018 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4649cbeb,POJO} 13:11:17.020 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@5c27024b{STARTED}[11.0.13,sto=0] 13:11:17.021 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:17.021 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:17.021 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:17.021 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:17.021 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:11:17.021 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1196120511-30-acceptor-0@457d3d75-ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:17.022 [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@5b7d393e on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:17.022 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 13:11:17.022 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:17.022 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken with none selected 13:11:17.022 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken up from select, 0/0/0 selected 13:11:17.022 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 processing 0 keys, 1 updates 13:11:17.023 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.023 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b7d393e 13:11:17.023 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:17.023 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.023 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 waiting with 0 keys 13:11:17.023 [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@542bab37 on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:17.023 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:17.023 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken with none selected 13:11:17.024 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken up from select, 0/0/0 selected 13:11:17.024 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 processing 0 keys, 1 updates 13:11:17.024 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.024 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@542bab37 13:11:17.027 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.027 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/PRODUCING/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.02786852Z 13:11:17.027 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f31c830b3e0@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:17.028 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.02808744Z 13:11:17.028 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:17.067 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@656a4c30{STARTED} 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@656a4c30{STOPPED} 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@16d2383c{STARTED}[interval=600000, ownscheduler=true] 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1094ddef{STARTED} 13:11:17.068 [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 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1094ddef{STOPPED} 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=node0] 13:11:17.068 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@4307249b{STARTED} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@4307249b{STOPPING} 13:11:17.069 [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 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@4307249b{STOPPED} 13:11:17.069 [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] 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@21b34839{STARTED} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@21b34839{STOPPING} 13:11:17.069 [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 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@2b031045{STARTED} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@2b031045{STOPPED} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@31ff5c33{STARTED} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@31ff5c33{STOPPING} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:17.069 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:17.069 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:17.070 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:17.072 [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-36669bcc[EMBEDDED:null] 13:11:17.072 [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") 13:11:17.072 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4ab2129c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:17.072 [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-36669bcc=MappedServlet5abb99ff{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:17.073 [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 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@31ff5c33{STOPPED} 13:11:17.073 [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] 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:17.073 [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 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@21b34839{STOPPED} 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:17.073 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@3da9f8b6[users.count=0] 13:11:17.074 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@3da9f8b6[users.count=0] 13:11:17.074 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:17.074 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@74c291d5{size=0} 13:11:17.074 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@74c291d5{size=0} 13:11:17.074 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:17.074 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:17.074 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:17.075 [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 13:11:17.075 [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] 13:11:17.075 [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 13:11:17.076 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@3b3a2b43{reserved=-1/2,pending=0} 13:11:17.076 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-33,5,Configuration Admin Service] for 2499 13:11:17.076 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-35,5,Configuration Admin Service] for 2499 13:11:17.076 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.076 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f31c827e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.077 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.077 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-29,5,Configuration Admin Service] for 2499 13:11:17.077 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.077 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.077 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.077 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:11:17.077 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 13:11:17.077 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@46e0b11f,POJO} 13:11:17.077 [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 13:11:17.077 [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] 13:11:17.077 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:17.077 [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 13:11:17.077 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@1eb5f629{size=0},AUTO} 13:11:17.078 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[null] added {org.eclipse.jetty.security.DefaultIdentityService@7d7f5119,POJO} 13:11:17.078 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[OSGi HTTP Service Realm] added {UserStore@3fc7be5e[users.count=0],AUTO} 13:11:17.078 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {HashLoginService@3ed46795[OSGi HTTP Service Realm],AUTO} 13:11:17.078 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]},MANAGED} 13:11:17.078 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@14774955{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@164020cb} 13:11:17.078 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@83552b9{STOPPED} added {o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED},AUTO} 13:11:17.078 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1,MANAGED} 13:11:17.078 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1 added {ServletHandler@c262c75{STOPPED},MANAGED} 13:11:17.078 [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) 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342,POJO} 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@83552b9{STOPPED},MANAGED} 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@2ead8af2{STOPPED}[11.0.13,sto=0] 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {ErrorHandler@39f53a1f{STOPPED},AUTO} 13:11:17.079 [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.10+7 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@2ead8af2{STARTING}[11.0.13,sto=0] 13:11:17.079 [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 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:17.079 [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] 13:11:17.079 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:17.080 [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 13:11:17.080 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0},AUTO} 13:11:17.080 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:17.080 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3373ms ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:17.080 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-39,5,Configuration Admin Service] 13:11:17.080 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-40,5,Configuration Admin Service] 13:11:17.080 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.080 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-41,5,Configuration Admin Service] 13:11:17.080 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.081 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-42,5,Configuration Admin Service] 13:11:17.081 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.081 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-43,5,Configuration Admin Service] 13:11:17.081 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.081 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-44,5,Configuration Admin Service] 13:11:17.081 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.081 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-45,5,Configuration Admin Service] 13:11:17.081 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.081 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-46,5,Configuration Admin Service] 13:11:17.081 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.081 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3375ms QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@1eb5f629{size=0} 13:11:17.082 [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 13:11:17.082 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.082 [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] 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3375ms AttributeContainerMap@1eb5f629{size=0} 13:11:17.082 [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 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3fc7be5e[users.count=0] 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3375ms UserStore@3fc7be5e[users.count=0] 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3376ms HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@83552b9{STOPPED} 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@83552b9{STARTING} 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@17b9e5b0 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@57ccdfaf,POJO} 13:11:17.082 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3376ms SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600],AUTO} 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@61534f09{STOPPED}[worker=null] 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@61534f09{STARTING}[worker=node0] added {HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false] 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@46d41f31{STOPPED} 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3377ms ScheduledExecutorScheduler@46d41f31{STARTED} 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:11:17.083 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:17.083 [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 13:11:17.083 [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] 13:11:17.084 [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 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3377ms HouseKeeper@50d3d52b{STARTED}[interval=600000, ownscheduler=true] 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3377ms DefaultSessionIdManager@61534f09{STARTED}[worker=node0] 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],MANAGED} 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],UNMANAGED} 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@7990ba83{STOPPED} 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3378ms ScheduledExecutorScheduler@7990ba83{STARTED} 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@c262c75{STOPPED} 13:11:17.084 [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-1bf71342[EMBEDDED:null] 13:11:17.084 [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") 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet37a44217{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:17.084 [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-1bf71342=MappedServlet516ffe45{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:17.084 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@c262c75{STARTING} 13:11:17.085 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:17.085 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03,POJO} 13:11:17.085 [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-1bf71342[EMBEDDED:null] 13:11:17.085 [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") 13:11:17.085 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b27d0d1{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:17.085 [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-579f3c03[EMBEDDED:null] 13:11:17.085 [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 13:11:17.085 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3e868b58{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:17.085 [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] 13:11:17.085 [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 13:11:17.085 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:17.085 [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-1bf71342[EMBEDDED:null] 13:11:17.085 [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") 13:11:17.085 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b50606f{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:17.086 [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-579f3c03[EMBEDDED:null] 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet2106f216{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:17.086 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@c262c75{STARTING} 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3380ms ServletHandler@c262c75{STARTED} 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3380ms org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3380ms org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3380ms org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:17.086 [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-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:17.086 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3380ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:17.087 [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-1bf71342 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3380ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:17.087 [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 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:17.087 [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] 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3380ms o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:17.087 [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 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3381ms ContextHandlerCollection@83552b9{STARTED} 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@39f53a1f{STOPPED} 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@39f53a1f{STARTING} 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3381ms ErrorHandler@39f53a1f{STARTED} 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@2ead8af2{STARTING}[11.0.13,sto=0] @3381ms 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3381ms Server@2ead8af2{STARTED}[11.0.13,sto=0] 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@1fb5e422[HTTP/1.1] added {HttpConfiguration@53a2c20{32768/8192,8192/8192,https://:0,[]},POJO} 13:11:17.087 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:11:17.088 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@3bc1a61c{STOPPED},AUTO} 13:11:17.088 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:11:17.088 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:11:17.088 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5feaa7c2{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:11:17.088 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@79b22538,POJO} 13:11:17.088 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1fb5e422[HTTP/1.1],AUTO} 13:11:17.088 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:17.089 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:11:17.089 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001},UNMANAGED} 13:11:17.089 [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 13:11:17.089 [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] 13:11:17.089 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:17.089 [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 13:11:17.089 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{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} 13:11:17.089 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3bc1a61c{STOPPED} 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3383ms ScheduledExecutorScheduler@3bc1a61c{STARTED} 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3383ms HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.090532003Z added {SelectorProducer@6ab8ad59,POJO} 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.090656508Z added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.090783927Z created 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.090907691Z,MANAGED} 13:11:17.090 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} added {ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:17.091 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:17.091 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.091241966Z 13:11:17.091 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3384ms AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.091368203Z 13:11:17.091 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f31c830b3e0@815b1aa startThread=0 13:11:17.091 [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@6b6992c1 on ManagedSelector@6066d37b{STARTING} id=0 keys=0 selected=0 updates=0 13:11:17.091 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f31c830b3e0@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.091 [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 13:11:17.091 [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] 13:11:17.091 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.091709783Z tryProduce false 13:11:17.091 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.091 [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 13:11:17.091 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@6b6992c1 13:11:17.091 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.091 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 0 keys 13:11:17.091 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3385ms ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:17.091 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3385ms SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:17.092 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} added {acceptor-0@44942890,POJO} 13:11:17.092 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@44942890 startThread=0 13:11:17.092 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@44942890 in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.092 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:17.092 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3385ms ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:17.092 [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] 13:11:17.094 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@756fa4f6,POJO} 13:11:17.096 [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 13:11:17.096 [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] 13:11:17.096 [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 13:11:17.169 [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 13:11:17.169 [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] 13:11:17.169 [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 13:11:17.172 [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 13:11:17.173 [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] 13:11:17.173 [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 13:11:17.175 [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 13:11:17.175 [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] 13:11:17.175 [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 13:11:17.177 [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 13:11:17.177 [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] 13:11:17.177 [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 13:11:17.178 [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 13:11:17.178 [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] 13:11:17.179 [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 13:11:17.180 [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 13:11:17.180 [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] 13:11:17.181 [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 13:11:17.183 [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 13:11:17.183 [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] 13:11:17.183 [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 13:11:17.185 [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 13:11:17.185 [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] 13:11:17.185 [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 13:11:17.186 [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 13:11:17.186 [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] 13:11:17.186 [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 13:11:17.188 [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 13:11:17.188 [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] 13:11:17.189 [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 13:11:17.190 [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 13:11:17.190 [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] 13:11:17.190 [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 13:11:17.192 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 13:11:17.192 [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] 13:11:17.192 [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 13:11:17.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 13:11:17.195 [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] 13:11:17.195 [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 13:11:17.207 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@5a3889c4[coreClient=WebSocketCoreClient@33f676f6{STARTED},openSessions.size=0] 13:11:17.207 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@5a3889c4[coreClient=WebSocketCoreClient@33f676f6{STARTED},openSessions.size=0] 13:11:17.208 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@4808bc9b{STARTED} 13:11:17.208 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@4808bc9b{STARTED} 13:11:17.208 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@4808bc9b{STOPPED} 13:11:17.208 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@33f676f6{STARTED} 13:11:17.208 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@2584b82d{STARTED} 13:11:17.208 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@38145825{STARTED,size=0,capacity=1024} 13:11:17.208 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@687ef2e0[inUse=0,size=0,max=1024,closed=false] 13:11:17.208 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@38145825{STOPPED,size=-1,capacity=1024} 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@5a7fe64f{STARTED,size=0,capacity=1024} 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@2826f61[inUse=0,size=0,max=1024,closed=false] 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@5a7fe64f{STOPPED,size=-1,capacity=1024} 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@2584b82d{STOPPED} 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@376a0d86{STARTED} 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@6cc4cdb9{STARTED} 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@e3b3b2f{STARTED} 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@352ff4da{STARTED} 13:11:17.209 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@49cb9cb5{STARTED} id=0 keys=0 selected=0 updates=0 13:11:17.209 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@7d42c224 on ManagedSelector@49cb9cb5{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:17.209 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@49cb9cb5{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:17.209 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af woken with none selected 13:11:17.209 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af woken up from select, 0/0/0 selected 13:11:17.209 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af processing 0 keys, 1 updates 13:11:17.209 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.209 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@7d42c224 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@49cb9cb5{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af waiting with 0 keys 13:11:17.210 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@56aaaecd on ManagedSelector@49cb9cb5{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:17.210 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@49cb9cb5{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af woken with none selected 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af woken up from select, 0/0/0 selected 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af processing 0 keys, 1 updates 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@56aaaecd 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.210 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@28ec166e in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:17.210 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.210994392Z 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@12ed9db6/SelectorProducer@4ff4357f/IDLE/p=false/QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.211263275Z 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@49cb9cb5{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@352ff4da{STOPPED} 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@723e88f9[provider=null,keyStore=null,trustStore=null] 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@723e88f9[provider=null,keyStore=null,trustStore=null] 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@51bf5add{STARTED} 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@51bf5add{STOPPED} 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0}] 13:11:17.211 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@7a3793c7{reserved=0/2,pending=0} 13:11:17.212 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@7a3793c7{reserved=-1/2,pending=0} 13:11:17.212 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@629454893-24,5,main] for 2499 13:11:17.212 [WebSocket@629454893-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@629454893-18,5,main] exited for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@629454893-19,5,main] exited for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@629454893-20,5,main] exited for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@629454893-21,5,main] exited for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@629454893-22,5,main] exited for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.212 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.213 [WebSocket@629454893-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@629454893-23,5,main] exited for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.213 [WebSocket@629454893-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@629454893-17,5,main] exited for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.213 [WebSocket@629454893-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@629454893-24,5,main] exited for QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.213 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@629454893-23,5,] for 2498 13:11:17.213 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@629454893]@5e7cd6cc{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.213 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@e3b3b2f{STOPPED} 13:11:17.213 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@6cc4cdb9{STOPPED} 13:11:17.213 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@376a0d86{STOPPED} 13:11:17.213 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@33f676f6{STOPPED} 13:11:17.213 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@5a3889c4[coreClient=WebSocketCoreClient@33f676f6{STOPPED},openSessions.size=0] 13:11:17.268 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp600958416]@23d1e5d0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@704f1591,POJO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@58fb7731{STOPPED} added {InflaterPool@13e547a9{STOPPED,size=-1,capacity=1024},AUTO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@58fb7731{STOPPED} added {DeflaterPool@3fb6cf60{STOPPED,size=-1,capacity=1024},AUTO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@58fb7731{STOPPED} added {MappedByteBufferPool@37ddb69a{maxQueueLength=-1, factor=4096},POJO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@58fb7731{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@349c1daf,POJO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@58fb7731{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@58fb7731{STOPPED} added {QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@dfddc9a{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@4b9df8a,POJO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@5e8ac0e1{STOPPED} added {ClientConnector@dfddc9a{STOPPED},AUTO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aafcffa{STOPPED} added {HttpClientTransportOverHTTP@5e8ac0e1{STOPPED},AUTO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aafcffa{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@6955cb39,POJO} 13:11:17.269 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aafcffa{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@235a0c16,POJO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@dfddc9a{STOPPED} added {QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@2b5f4d54{STOPPED} added {HttpClient@aafcffa{STOPPED},AUTO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@2b5f4d54{STOPPED} added {WebSocketComponents@58fb7731{STOPPED},AUTO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@1dcf4d1b[coreClient=WebSocketCoreClient@2b5f4d54{STOPPED},openSessions.size=0] added {WebSocketCoreClient@2b5f4d54{STOPPED},MANAGED} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@1dcf4d1b[coreClient=WebSocketCoreClient@2b5f4d54{STOPPED},openSessions.size=0] added {SessionTracker@5f7b97da{STOPPED},AUTO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@1dcf4d1b[coreClient=WebSocketCoreClient@2b5f4d54{STOPPED},openSessions.size=0] 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@2b5f4d54{STOPPED} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@aafcffa{STOPPED} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@dfddc9a{STOPPED} added {MappedByteBufferPool@18b0930f{maxQueueLength=100, factor=2048},POJO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aafcffa{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@6b7906b3{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@dfddc9a{STOPPED} added {ScheduledExecutorScheduler@3a1dd365{STOPPED},AUTO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aafcffa{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@395b56bb,POJO} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@5e8ac0e1{STOPPED} 13:11:17.270 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@dfddc9a{STOPPED} 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@dfddc9a{STARTING} added {Client@256f8274[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@dfddc9a{STARTING} added {ClientSelectorManager@68044f4{STOPPED},AUTO} 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0} 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] added {ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0},AUTO} 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0} 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4115ms ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0} 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1492875057-36,5,main] 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1492875057-37,5,main] 13:11:17.271 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1492875057-38,5,main] 13:11:17.271 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.272 [WebSocket@1492875057-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1492875057-39,5,main] 13:11:17.272 [WebSocket@1492875057-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1492875057-40,5,main] 13:11:17.272 [WebSocket@1492875057-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1492875057-41,5,main] 13:11:17.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1492875057-42,5,main] 13:11:17.272 [WebSocket@1492875057-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1492875057-43,5,main] 13:11:17.272 [WebSocket@1492875057-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.272 [WebSocket@1492875057-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.272 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4116ms QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.273 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3a1dd365{STOPPED} 13:11:17.273 [WebSocket@1492875057-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.273 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4117ms ScheduledExecutorScheduler@3a1dd365{STARTED} 13:11:17.273 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@256f8274[provider=null,keyStore=null,trustStore=null] 13:11:17.274 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:17.274 [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] 13:11:17.274 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161077274|SSL_NULL_WITH_NULL_NULL)] 13:11:17.275 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4119ms Client@256f8274[provider=null,keyStore=null,trustStore=null] 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@68044f4{STOPPED} 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.276224042Z added {SelectorProducer@3f6db3fb,POJO} 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.2763568Z added {QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}],UNMANAGED} 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.276486267Z created 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@52de51b6{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.276613499Z,MANAGED} 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@68044f4{STARTING} added {ManagedSelector@52de51b6{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@52de51b6{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.276835339Z 13:11:17.276 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4120ms AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.276956564Z 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@18c5069b startThread=0 13:11:17.277 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@18c5069b in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:17.277 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@3a0d172f on ManagedSelector@52de51b6{STARTING} id=0 keys=0 selected=0 updates=0 13:11:17.277 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.277320426Z tryProduce false 13:11:17.277 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.277 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@3a0d172f 13:11:17.277 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.277 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3cc1a404 waiting with 0 keys 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4121ms ManagedSelector@52de51b6{STARTED} id=0 keys=0 selected=0 updates=0 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4121ms ClientSelectorManager@68044f4{STARTED} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4121ms ClientConnector@dfddc9a{STARTED} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4121ms HttpClientTransportOverHTTP@5e8ac0e1{STARTED} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4121ms HttpClient@aafcffa{STARTED} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@58fb7731{STOPPED} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@13e547a9{STOPPED,size=-1,capacity=1024} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@13e547a9{STARTING,size=0,capacity=1024} added {Pool@68ad99fe[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4121ms InflaterPool@13e547a9{STARTED,size=0,capacity=1024} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@3fb6cf60{STOPPED,size=-1,capacity=1024} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@3fb6cf60{STARTING,size=0,capacity=1024} added {Pool@485e36bc[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:17.277 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4121ms DeflaterPool@3fb6cf60{STARTED,size=0,capacity=1024} 13:11:17.278 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4122ms WebSocketComponents@58fb7731{STARTED} 13:11:17.278 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4122ms WebSocketCoreClient@2b5f4d54{STARTED} 13:11:17.278 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@5f7b97da{STOPPED} 13:11:17.278 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4122ms SessionTracker@5f7b97da{STARTED} 13:11:17.278 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4122ms WebSocketClient@1dcf4d1b[coreClient=WebSocketCoreClient@2b5f4d54{STARTED},openSessions.size=0] 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1936550492]@736d6a5c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@2371aaca,POJO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5b529706{STOPPED} added {InflaterPool@63fdab07{STOPPED,size=-1,capacity=1024},AUTO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5b529706{STOPPED} added {DeflaterPool@7b5a12ae{STOPPED,size=-1,capacity=1024},AUTO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5b529706{STOPPED} added {MappedByteBufferPool@5553d0f5{maxQueueLength=-1, factor=4096},POJO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5b529706{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@1af687fe,POJO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5b529706{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5b529706{STOPPED} added {QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@14dda234{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@3f390d63,POJO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@74a6a609{STOPPED} added {ClientConnector@14dda234{STOPPED},AUTO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5a411614{STOPPED} added {HttpClientTransportOverHTTP@74a6a609{STOPPED},AUTO} 13:11:17.279 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5a411614{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@2374d36a,POJO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5a411614{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@54d18072,POJO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@14dda234{STOPPED} added {QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@1506f20f{STOPPED} added {HttpClient@5a411614{STOPPED},AUTO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@1506f20f{STOPPED} added {WebSocketComponents@5b529706{STOPPED},AUTO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@95db8178[coreClient=WebSocketCoreClient@1506f20f{STOPPED},openSessions.size=0] added {WebSocketCoreClient@1506f20f{STOPPED},MANAGED} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@95db8178[coreClient=WebSocketCoreClient@1506f20f{STOPPED},openSessions.size=0] added {SessionTracker@47a5b70d{STOPPED},AUTO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@95db8178[coreClient=WebSocketCoreClient@1506f20f{STOPPED},openSessions.size=0] 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@1506f20f{STOPPED} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@5a411614{STOPPED} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@14dda234{STOPPED} added {MappedByteBufferPool@424fd310{maxQueueLength=100, factor=2048},POJO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5a411614{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@1a45193b{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@14dda234{STOPPED} added {ScheduledExecutorScheduler@38f116f6{STOPPED},AUTO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5a411614{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@5286c33a,POJO} 13:11:17.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@74a6a609{STOPPED} 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@14dda234{STOPPED} 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@14dda234{STARTING} added {Client@6e6d5d29[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@14dda234{STARTING} added {ClientSelectorManager@5c530d1e{STOPPED},AUTO} 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0} 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] added {ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0},AUTO} 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0} 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4125ms ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0} 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1532139270-44,5,main] 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1532139270-45,5,main] 13:11:17.281 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.281 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1532139270-46,5,main] 13:11:17.282 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.282 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1532139270-47,5,main] 13:11:17.282 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.282 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1532139270-48,5,main] 13:11:17.282 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1532139270-49,5,main] 13:11:17.282 [WebSocket@1532139270-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.282 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.282 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1532139270-50,5,main] 13:11:17.282 [WebSocket@1532139270-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.282 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1532139270-51,5,main] 13:11:17.283 [WebSocket@1532139270-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4127ms QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@38f116f6{STOPPED} 13:11:17.283 [WebSocket@1532139270-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4127ms ScheduledExecutorScheduler@38f116f6{STARTED} 13:11:17.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@6e6d5d29[provider=null,keyStore=null,trustStore=null] 13:11:17.284 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:17.284 [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] 13:11:17.284 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161077284|SSL_NULL_WITH_NULL_NULL)] 13:11:17.285 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4129ms Client@6e6d5d29[provider=null,keyStore=null,trustStore=null] 13:11:17.285 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@5c530d1e{STOPPED} 13:11:17.285 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.285862673Z added {SelectorProducer@4e70a728,POJO} 13:11:17.285 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.286007228Z added {QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}],UNMANAGED} 13:11:17.286 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.286142907Z created 13:11:17.286 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@b7838a9{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.286322193Z,MANAGED} 13:11:17.286 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@5c530d1e{STARTING} added {ManagedSelector@b7838a9{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:17.286 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@b7838a9{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:17.286 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.286533104Z 13:11:17.286 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4130ms AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.286662746Z 13:11:17.286 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@696f0212 startThread=0 13:11:17.286 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@5733f295 on ManagedSelector@b7838a9{STARTING} id=0 keys=0 selected=0 updates=0 13:11:17.286 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@696f0212 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.286 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.286961141Z tryProduce false 13:11:17.287 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.287 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@5733f295 13:11:17.287 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.287 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf waiting with 0 keys 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms ManagedSelector@b7838a9{STARTED} id=0 keys=0 selected=0 updates=0 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms ClientSelectorManager@5c530d1e{STARTED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms ClientConnector@14dda234{STARTED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms HttpClientTransportOverHTTP@74a6a609{STARTED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms HttpClient@5a411614{STARTED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@5b529706{STOPPED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@63fdab07{STOPPED,size=-1,capacity=1024} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@63fdab07{STARTING,size=0,capacity=1024} added {Pool@1c3146bc[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms InflaterPool@63fdab07{STARTED,size=0,capacity=1024} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@7b5a12ae{STOPPED,size=-1,capacity=1024} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@7b5a12ae{STARTING,size=0,capacity=1024} added {Pool@56c698e3[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms DeflaterPool@7b5a12ae{STARTED,size=0,capacity=1024} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms WebSocketComponents@5b529706{STARTED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms WebSocketCoreClient@1506f20f{STARTED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@47a5b70d{STOPPED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms SessionTracker@47a5b70d{STARTED} 13:11:17.287 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4131ms WebSocketClient@95db8178[coreClient=WebSocketCoreClient@1506f20f{STARTED},openSessions.size=0] 13:11:17.288 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 13:11:17.288 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5a411614{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 13:11:17.288 [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]]]@47a86fbb,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 13:11:17.288 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@f478a81[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]] added {Pool@19553973[inUse=0,size=0,max=64,closed=false],POJO} 13:11:17.288 [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]]]@47a86fbb,state=STARTING,queue=0,pool=DuplexConnectionPool@f478a81[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@f478a81[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]],MANAGED} 13:11:17.289 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@f478a81[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]] 13:11:17.289 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4133ms DuplexConnectionPool@f478a81[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]] 13:11:17.289 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4133ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STARTED,queue=0,pool=DuplexConnectionPool@f478a81[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:17.289 [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]]]@47a86fbb,state=STARTED,queue=0,pool=DuplexConnectionPool@f478a81[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 13:11:17.289 [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]]]@47a86fbb,state=STARTED,queue=0,pool=DuplexConnectionPool@f478a81[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.289 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a] 13:11:17.289 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STARTED,queue=1,pool=DuplexConnectionPool@f478a81[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:17.289 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@f478a81[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@19553973[inUse=0,size=0,max=64,closed=false]] 13:11:17.289 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 13:11:17.290 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 13:11:17.290 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@19553973[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@7fe7c640{PENDING,usage=0,multiplex=0,pooled=null} 13:11:17.290 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@7fe7c640{PENDING,usage=0,multiplex=0,pooled=null} 13:11:17.290 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@4c4748bf startThread=0 13:11:17.290 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@4c4748bf in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.290 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 0 ms 13:11:17.290 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 May 31, 2024 1:11:17 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 13:11:17.290 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@2758de23{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@74a6a609{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STARTED,queue=1,pool=DuplexConnectionPool@f478a81[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@19553973[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@14dda234{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@5a411614{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@23675e10, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6665d418}} on ManagedSelector@b7838a9{STARTED} id=0 keys=0 selected=0 updates=0 13:11:17.291 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@b7838a9{STARTED} id=0 keys=0 selected=0 updates=1 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken with none selected 13:11:17.291 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@4c4748bf in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken up from select, 0/0/0 selected 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf processing 0 keys, 1 updates 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@2758de23{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@74a6a609{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STARTED,queue=1,pool=DuplexConnectionPool@f478a81[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@19553973[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@14dda234{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@5a411614{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@23675e10, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6665d418}} 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf waiting with 1 keys 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken up from select, 1/1/1 selected 13:11:17.291 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf processing 1 keys, 0 updates 13:11:17.291 [WebSocket@1532139270-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@636327bf, interestOps=8, readyOps=8 Connect@2758de23{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@74a6a609{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STARTED,queue=1,pool=DuplexConnectionPool@f478a81[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@19553973[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@14dda234{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@5a411614{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@23675e10, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6665d418}} 13:11:17.292 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:39368 remote=localhost/127.0.0.1:14001] 13:11:17.292 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39368]] on ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:17.292 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=1 13:11:17.292 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@1d7f95d2{Connect@2758de23{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39368 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@74a6a609{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STARTED,queue=1,pool=DuplexConnectionPool@f478a81[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@19553973[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@14dda234{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@5a411614{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@23675e10, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6665d418}}} startThread=0 13:11:17.292 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:17.292 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.292 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf waiting with 1 keys 13:11:17.292 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:17.292 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:17.292 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@1d7f95d2{Connect@2758de23{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39368 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@74a6a609{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STARTED,queue=1,pool=DuplexConnectionPool@f478a81[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@19553973[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@14dda234{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@5a411614{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@23675e10, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6665d418}}} in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] 13:11:17.293 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:17.293 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.293 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39368]] 13:11:17.294 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39368]] startThread=0 13:11:17.294 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39368]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.294 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.294 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:17.367 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=71/30000}{io=0/0,kio=0,kro=8}]->[] 13:11:17.368 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=72/30000}{io=0/0,kio=0,kro=8}]->[] idle timeout check, elapsed: 72 ms, remaining: 29928 ms 13:11:17.378 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:17.379 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 4 ms, remaining: 59996 ms 13:11:17.390 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@461499a5] 13:11:17.396 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.http.HttpClientTransportOverHTTP -- Created HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=99/30000}{io=0/0,kio=0,kro=8}]->[] 13:11:17.396 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007f81f4215438@59bad5e2 on ManagedSelector@b7838a9{STARTED} id=0 keys=1 selected=0 updates=0 13:11:17.396 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=100/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.396 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=100/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.397 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=100/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.397 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@3ed8530a{ReadCallback@6a53cc1a{HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:17.397 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.397 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@36c6a00f on ManagedSelector@b7838a9{STARTED} id=0 keys=1 selected=0 updates=1 13:11:17.397 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@b7838a9{STARTED} id=0 keys=1 selected=0 updates=2 13:11:17.397 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken with none selected 13:11:17.397 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken up from select, 0/0/1 selected 13:11:17.397 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@7fe7c640{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.398 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf processing 0 keys, 2 updates 13:11:17.398 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:17.398 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007f81f4215438@59bad5e2 13:11:17.398 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@36c6a00f 13:11:17.398 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.398 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.398 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on DuplexConnectionPool@f478a81[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=Pool@19553973[inUse=0,size=1,max=64,closed=false]] 13:11:17.398 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf waiting with 1 keys 13:11:17.398 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@7fe7c640{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@19553973[inUse=1,size=1,max=64,closed=false] 13:11:17.398 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[PENDING/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]} on HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(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]]]@47a86fbb,state=STARTED,queue=0,pool=DuplexConnectionPool@f478a81[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@19553973[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 13:11:17.399 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.405 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[PENDING/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]} associated true to HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[PENDING/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:11:17.406 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.468 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@19654e06[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@35f1dfbd 13:11:17.468 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: pwe2zsL4coquUDT0P3RaDA== Pragma: no-cache Cache-Control: no-cache 13:11:17.468 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@19654e06[demand=1,stalled=false,committed=false,emitInitial=true] 13:11:17.469 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@19654e06[demand=0,stalled=false,committed=true,emitInitial=true] 13:11:17.470 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.472 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.473 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@28ce80e7{s=START} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.475 [WebSocket@1532139270-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@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:17.476 [WebSocket@1532139270-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: pwe2zsL4coquUDT0P3RaDA== Pragma: no-cache Cache-Control: no-cache 13:11:17.476 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 13:11:17.476 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (259 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@28ce80e7{s=COMPLETING} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.476 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@2cbd5c72{IDLE}->null [DirectByteBuffer@12af886[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@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>}] 13:11:17.476 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2cbd5c72{WRITING}->null:IDLE-->WRITING 13:11:17.477 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 259 SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=W,to=80/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[PENDING/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=HEADERS,failure=null)[HttpGenerator@28ce80e7{s=COMPLETING}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.477 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=259 remaining=0 WriteFlusher@2cbd5c72{WRITING}->null 13:11:17.477 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2cbd5c72{IDLE}->null:WRITING-->IDLE 13:11:17.479 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@28ce80e7{s=END} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.480 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.480 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpSender -- Request success JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.480 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]}, result: null 13:11:17.480 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a 13:11:17.480 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@19654e06[demand=0,stalled=true,committed=true,emitInitial=true] 13:11:17.480 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.480 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@1d7f95d2{Connect@2758de23{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39368 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@74a6a609{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@47a86fbb,state=STARTED,queue=0,pool=DuplexConnectionPool@f478a81[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@19553973[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@14dda234{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@5a411614{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@23675e10, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6665d418}}} in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0}] May 31, 2024 1:11:17 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 13:11:17.507 [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 13:11:17.514 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=139/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:17.586 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=211/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:17.587 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$408/0x00007f31c834c670@7c97025 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:17.587 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=212/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.588 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=213/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.588 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=213/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.588 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@566b7028{ReadCallback@454957f1{HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}]}} 13:11:17.588 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.588 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@94d5f25 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:17.588 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=2 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:17.589 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 2 updates 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$408/0x00007f31c834c670@7c97025 13:11:17.589 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39368]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@94d5f25 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:17.589 [qtp1142721449-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:39368], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.589 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.590 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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 13:11:17.590 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 13:11:17.590 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:11:17.591 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@1ac985c3{PENDING,thread=null} startThread=0 13:11:17.591 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@1ac985c3{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:11:17.591 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{PENDING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:17.591 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:17.591 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.59135654Z 13:11:17.591 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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 13:11:17.591 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:17.591 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.591 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:17.591 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.591 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:17.591 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@566b7028{ReadCallback@454957f1{HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}]}} 13:11:17.591 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:17.592 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@65a48186[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@4089ec19{PENDING,pooled=null} 13:11:17.595 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 259 DirectByteBuffer@1763bf47[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.595 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:17.596 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:17.596 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.596 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:17.599 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:17.599 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:17.599 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:17.599 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:17.600 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> IN_VALUE 13:11:17.600 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> FIELD 13:11:17.601 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:11:17.601 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:11:17.601 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:11:17.601 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:11:17.601 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:11:17.601 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> IN_VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> FIELD 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> IN_VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> FIELD 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> IN_VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> FIELD 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> IN_VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> FIELD 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> IN_VALUE 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> FIELD 13:11:17.603 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT May 31, 2024 1:11:17 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 13:11:17.605 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@245133865 cs=HttpChannelState@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=false 13:11:17.611 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@5f6d791 13:11:17.611 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7934e1ea[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=7}] 13:11:17.612 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /ws/sensinact on HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=8} 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: pwe2zsL4coquUDT0P3RaDA== Pragma: no-cache Cache-Control: no-cache 13:11:17.612 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=8} Upgrade: websocket 13:11:17.668 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: websocket in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:17.668 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=73/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=64}] parsed true HttpParser{s=CONTENT,0 of -1} 13:11:17.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=73/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=65}] 13:11:17.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:14001/ws/sensinact HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=65} 13:11:17.669 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:17.670 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=66} 13:11:17.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-rest-feature 13:11:17.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /ws/sensinact ?null on HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=68} 13:11:17.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:17.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:17.672 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:17.673 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:17.674 [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 13:11:17.674 [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 13:11:17.675 [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 13:11:17.675 [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] 13:11:17.675 [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 13:11:17.679 [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 13:11:17.679 [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] 13:11:17.679 [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 13:11:17.675 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/ws/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/ws/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:17.681 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:17.682 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 13:11:17.682 [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] 13:11:17.682 [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 13:11:17.686 [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 13:11:17.686 [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] 13:11:17.686 [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 13:11:17.686 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@13633fc6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:17.687 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:17.687 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=83} 13:11:17.687 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@13633fc6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:11:17.688 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@13633fc6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:17.688 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=84} 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@245133865 cs=HttpChannelState@13633fc6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=false 13:11:17.689 [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 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=85} 13:11:17.689 [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] 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:17.689 [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 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=93/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=85}] parse null 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@16a0150a[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=85} 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:17.689 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=85} 13:11:17.690 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:17.690 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=94/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=END,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] parsed false HttpParser{s=END,0 of -1} 13:11:17.690 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:17.690 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:17.690 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.690 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@245133865 cs=HttpChannelState@13633fc6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:17.691 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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}] 13:11:17.691 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@245133865 cs=HttpChannelState@13633fc6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:17.693 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT 13:11:17.693 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:17.693 [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:security-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar 13:11:17.699 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@13633fc6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:17.700 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@28b763bf[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@28ecca2a 13:11:17.700 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /ws/sensinact on HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=96} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:17.702 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT 13:11:17.702 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:17.702 [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.session:session-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar 13:11:17.704 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT 13:11:17.704 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:17.704 [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.session:session-impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.jar 13:11:17.768 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@2e231386[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3608121d] (null,[p=0,l=439,c=32768,r=439],true)@START 13:11:17.769 [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 13:11:17.769 [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] 13:11:17.769 [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 13:11:17.769 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@28b763bf[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} 13:11:17.769 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:17.769 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:17.770 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@2e231386[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3608121d] ([p=0,l=141,c=16384,r=141],[p=0,l=439,c=32768,r=439],true)@COMPLETING 13:11:17.770 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@149e225a{IDLE}->null [DirectByteBuffer@6433ddf7[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@28b763bf[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}] 13:11:17.770 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@149e225a{WRITING}->null:IDLE-->WRITING 13:11:17.770 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken up from select, 1/1/1 selected 13:11:17.770 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 580 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=W,to=175/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=END,0 of -1},g=HttpGenerator@62325677{s=COMPLETING}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=167}] 13:11:17.771 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=580 remaining=0 WriteFlusher@149e225a{WRITING}->null 13:11:17.771 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@149e225a{IDLE}->null:WRITING-->IDLE 13:11:17.771 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf processing 1 keys, 0 updates 13:11:17.771 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@2e231386[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3608121d] ([p=141,l=141,c=16384,r=0],[p=439,l=439,c=32768,r=0],true)@END 13:11:17.771 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:39368 remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@636327bf, interestOps=1, readyOps=1 SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=293/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.771 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=294/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.771 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=294/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 13:11:17.772 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$394/0x00007f81f41c3b60@2eb15f86 13:11:17.772 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=1} startReservedThread p=1 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@13633fc6{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@13633fc6{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:17.772 [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 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@13633fc6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:17.772 [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] 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=168} 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /ws/sensinact written=439 13:11:17.772 [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 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@245133865 cs=HttpChannelState@13633fc6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:17.772 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@35b53621{PENDING,thread=null} startThread=0 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=168} 13:11:17.772 [WebSocket@1532139270-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@35b53621{PENDING,thread=null} in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=0/2,pending=1}] 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=168}] 13:11:17.772 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@245133865 cs=HttpChannelState@13633fc6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:17.773 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=169}] 13:11:17.773 [WebSocket@1532139270-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@35b53621{PENDING,thread=Thread[WebSocket@1532139270-47,5,main]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:17.773 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@245133865 cs=HttpChannelState@13633fc6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:17.773 [WebSocket@1532139270-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@35b53621{RESERVED,thread=Thread[WebSocket@1532139270-47,5,main]} waiting ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0} 13:11:17.773 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@13633fc6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:17.773 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=295/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/PRODUCING/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:17.77332735Z 13:11:17.773 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@245133865 cs=HttpChannelState@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:17.773 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@5f6d791 13:11:17.773 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{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=169}] 13:11:17.773 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=295/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 13:11:17.773 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:17.773 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.773 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=296/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.773 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf waiting with 1 keys 13:11:17.773 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=296/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}] 13:11:17.774 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@3ed8530a{ReadCallback@6a53cc1a{HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=296/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:17.774 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@2ce58abc[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@28da0bf8{PENDING,pooled=null} 13:11:17.775 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 13:11:17.775 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:17.775 [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 13:11:17.775 [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] 13:11:17.775 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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} 13:11:17.776 [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 13:11:17.776 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.776 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.776 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:17.776 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:17.776 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.776 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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} 13:11:17.776 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.776 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.777 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@566b7028{ReadCallback@454957f1{HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}]}} 13:11:17.777 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.777 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@94d5f25 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:17.777 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:17.777 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:17.777 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:17.777 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:17.777 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.777 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@94d5f25 13:11:17.777 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:17.777 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.777 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.777 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:17.777 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@9b98686{DirectByteBuffer@6446b66[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} 13:11:17.777 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:17.777 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@6446b66[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.778 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:11:17.778 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@9b98686{DirectByteBuffer@6446b66[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} 13:11:17.778 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 580 DirectByteBuffer@6446b66[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} 13:11:17.778 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 580 bytes in RetainableByteBuffer@9b98686{DirectByteBuffer@6446b66[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@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[null 0 null]@414b40fe[PENDING/null]})[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.779 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@6446b66[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} 13:11:17.780 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 13:11:17.780 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 13:11:17.780 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 13:11:17.780 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 13:11:17.780 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 13:11:17.780 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 13:11:17.781 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a] 13:11:17.781 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 404 Not Found]@414b40fe 13:11:17.781 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> VALUE 13:11:17.781 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> IN_VALUE 13:11:17.781 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> FIELD 13:11:17.782 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> IN_VALUE 13:11:17.782 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> FIELD 13:11:17.782 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 13:11:17.782 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 13:11:17.782 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 13:11:17.782 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:17.782 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 404 Not Found]@414b40fe Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=ISO-8859-1 Content-Length: 439 13:11:17.783 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 13:11:17.783 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 404 Not Found]@414b40fe 13:11:17.785 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 404 Not Found]@414b40fe DirectByteBufferR@2d14b297[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} 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 404 Not Found]@414b40fe, hasDemand=true 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,439 of 439} 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 404 Not Found]@414b40fe 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[HTTP/1.1 404 Not Found]@414b40fe[TERMINATED/null]}, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a > HttpResponse[HTTP/1.1 404 Not Found]@414b40fe] null 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 404 Not Found]@414b40fe, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a > HttpResponse[HTTP/1.1 404 Not Found]@414b40fe] null 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[HTTP/1.1 404 Not Found]@414b40fe[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:11:17.787 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.788 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.788 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@7fe7c640{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@19553973[inUse=0,size=1,max=64,closed=false] 13:11:17.788 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a > HttpResponse[HTTP/1.1 404 Not Found]@414b40fe] null, notifying [JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a] 13:11:17.788 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a > HttpResponse[HTTP/1.1 404 Not Found]@414b40fe] null 13:11:17.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@95db8178[coreClient=WebSocketCoreClient@1506f20f{STARTED},openSessions.size=0] 13:11:17.789 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@95db8178[coreClient=WebSocketCoreClient@1506f20f{STARTED},openSessions.size=0] 13:11:17.789 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@47a5b70d{STARTED} 13:11:17.789 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@38072ba4{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@7bb6ab3a[TERMINATED/null] res=HttpResponse[HTTP/1.1 404 Not Found]@414b40fe[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) 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@47a5b70d{STARTED} 13:11:17.790 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@47a5b70d{STOPPED} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@1506f20f{STARTED} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@5b529706{STARTED} 13:11:17.790 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@9b98686{DirectByteBuffer@6446b66[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} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@7b5a12ae{STARTED,size=0,capacity=1024} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@56c698e3[inUse=0,size=0,max=1024,closed=false] 13:11:17.790 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@6446b66[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@7b5a12ae{STOPPED,size=-1,capacity=1024} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@63fdab07{STARTED,size=0,capacity=1024} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@1c3146bc[inUse=0,size=0,max=1024,closed=false] 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@63fdab07{STOPPED,size=-1,capacity=1024} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@5b529706{STOPPED} 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@5a411614{STARTED} 13:11:17.790 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@9b98686{DirectByteBuffer@6446b66[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.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]]]@47a86fbb,state=STARTED,queue=0,pool=DuplexConnectionPool@f478a81[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=Pool@19553973[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@19553973[inUse=0,size=0,max=64,closed=false] 13:11:17.790 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@9b98686{DirectByteBuffer@6446b66[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 13:11:17.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]]]@47a86fbb,state=STARTED,queue=0,pool=DuplexConnectionPool@f478a81[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@f478a81[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=true]] 13:11:17.790 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@19553973[inUse=0,size=0,max=64,closed=true] 13:11:17.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@f478a81[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=true]] 13:11:17.791 [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]]]@47a86fbb,state=STOPPED,queue=0,pool=DuplexConnectionPool@f478a81[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@19553973[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:17.791 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@74a6a609{STARTED} 13:11:17.791 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@14dda234{STARTED} 13:11:17.791 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@5c530d1e{STARTED} 13:11:17.791 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@b7838a9{STARTED} id=0 keys=1 selected=0 updates=0 13:11:17.790 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@3ed8530a{ReadCallback@6a53cc1a{HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:17.791 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@7ce97ee5 on ManagedSelector@b7838a9{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:17.791 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@b7838a9{STOPPING} id=0 keys=1 selected=0 updates=1 13:11:17.791 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken with none selected 13:11:17.791 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken up from select, 0/0/1 selected 13:11:17.791 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf processing 0 keys, 1 updates 13:11:17.791 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:17.791 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@7ce97ee5 13:11:17.791 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.791 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 1 connections on ManagedSelector@b7838a9{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:17.791 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@36c6a00f on ManagedSelector@b7838a9{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:17.791 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}] 13:11:17.791 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Removed (false) MultiEntry@7fe7c640{CLOSED,usage=0,multiplex=0,pooled=HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@19553973[inUse=0,size=0,max=64,closed=true] 13:11:17.791 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.792 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Shutdown HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.792 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.792 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.792 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@143429f9[{l=/127.0.0.1:39368,r=localhost/127.0.0.1:14001,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:/127.0.0.1:39368 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.792 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@3ed8530a{ReadCallback@6a53cc1a{HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=null,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:17.792 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:17.792 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:17.792 [qtp1142721449-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:39368], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=15/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.792 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=15/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.792 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=15/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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 13:11:17.792 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 13:11:17.792 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:11:17.792 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@593df14b{PENDING,thread=null} startThread=0 13:11:17.793 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.AbstractConnection -- HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(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) 13:11:17.792 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@593df14b{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:11:17.793 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} 13:11:17.793 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{PENDING,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:17.793 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:17.868 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@b7838a9{STOPPING} id=0 keys=1 selected=0 updates=1 13:11:17.793 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:17.793294055Z tryProduce true 13:11:17.793 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:17.793 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.793 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=16/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.793 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:17.792 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=15/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:17.793124804Z 13:11:17.867 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@566b7028{ReadCallback@454957f1{HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=FI,flush=-,to=91/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}]}} 13:11:17.868 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=91/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:17.868 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@191eaccc startThread=0 13:11:17.868 [WebSocket@1532139270-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@191eaccc in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}] 13:11:17.868 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Closed HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=null,r=null,CLOSED,fill=-,flush=-,to=78/30000}{io=0/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 1 13:11:17.869 [WebSocket@1532139270-49] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@143429f9[{l=null,r=null,CLOSED,fill=-,flush=-,to=78/30000}{io=0/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- wakeup on updates SelectorProducer@4e70a728 13:11:17.869 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@32c8e539 on ManagedSelector@b7838a9{STOPPING} id=0 keys=1 selected=0 updates=1 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf waiting with 1 keys 13:11:17.869 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownInput SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,OPEN,fill=-,flush=-,to=92/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.869 [WebSocket@1532139270-49] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnectionOverHTTP@2ec7b3e4::SocketChannelEndPoint@143429f9[{l=null,r=null,CLOSED,fill=-,flush=-,to=78/30000}{io=0/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.869 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled -1 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken with none selected 13:11:17.869 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- atEOF HttpParser{s=START,0 of -1} 13:11:17.869 [WebSocket@1532139270-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@191eaccc in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}] 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf woken up from select, 0/0/0 selected 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@636327bf processing 0 keys, 2 updates 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@36c6a00f 13:11:17.869 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,ISHUT,fill=-,flush=-,to=92/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:17.869 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,ISHUT,fill=-,flush=-,to=92/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:17.869 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:17.869 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> CLOSED 13:11:17.869 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Ignoring key update for cancelled key SocketChannelEndPoint@143429f9[{l=null,r=null,CLOSED,fill=-,flush=-,to=78/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] java.nio.channels.CancelledKeyException: null at java.base/sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:75) at java.base/sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:104) at org.eclipse.jetty.io.SelectableChannelEndPoint.updateKey(SelectableChannelEndPoint.java:271) at org.eclipse.jetty.io.SelectableChannelEndPoint.updateKeyAction(SelectableChannelEndPoint.java:250) 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) 13:11:17.870 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,ISHUT,fill=-,flush=-,to=93/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.870 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,ISHUT,fill=-,flush=-,to=93/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.870 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@143429f9[{l=null,r=null,CLOSED,fill=-,flush=-,to=79/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.870 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:14001,r=/127.0.0.1:39368,CLOSED,fill=-,flush=-,to=93/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.870 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@143429f9[{l=null,r=null,CLOSED,fill=-,flush=-,to=79/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@2ec7b3e4(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@5aa867be(exchange=null)[send=HttpSenderOverHTTP@4963b79c(req=QUEUED,failure=null)[HttpGenerator@28ce80e7{s=START}],recv=HttpReceiverOverHTTP@27d455d9(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:17.870 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@32c8e539 13:11:17.870 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.870 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@696f0212 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}] 13:11:17.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:17.871057104Z 13:11:17.871 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@566b7028{null} 13:11:17.871 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@435fb7b5/SelectorProducer@4e70a728/IDLE/p=false/QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:17.871290689Z 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@b7838a9{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:17.871 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@5c530d1e{STOPPED} 13:11:17.871 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@6e6d5d29[provider=null,keyStore=null,trustStore=null] 13:11:17.871 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 0 updates 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@6e6d5d29[provider=null,keyStore=null,trustStore=null] 13:11:17.871 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:17.871 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@38f116f6{STARTED} 13:11:17.871 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 0 keys 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@38f116f6{STOPPED} 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}] 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0}] 13:11:17.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@6c25e6c4{reserved=1/2,pending=0} 13:11:17.871 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a748660 startThread=0 13:11:17.872 [WebSocket@1532139270-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@35b53621{RESERVED,thread=Thread[WebSocket@1532139270-47,5,main]} task=STOP ReservedThreadExecutor@6c25e6c4{reserved=-1/2,pending=0} 13:11:17.872 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@6c25e6c4{reserved=-1/2,pending=0} 13:11:17.871 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a748660 in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:17.872 [WebSocket@1532139270-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@35b53621{RESERVED,thread=Thread[WebSocket@1532139270-47,5,main]} exited ReservedThreadExecutor@6c25e6c4{reserved=-1/2,pending=0} 13:11:17.872 [WebSocket@1532139270-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran ReservedThread@35b53621{RESERVED,thread=null} in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1532139270-45,5,main] for 2499 13:11:17.872 [WebSocket@1532139270-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1532139270-47,5,main] exited for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.871 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=null,r=null,CLOSED,fill=-,flush=-,to=95/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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} 13:11:17.872 [WebSocket@1532139270-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1532139270-50,5,main] exited for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1532139270-51,5,main] exited for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@73375fd7[{l=null,r=null,CLOSED,fill=-,flush=-,to=95/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.872 [WebSocket@1532139270-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1532139270-46,5,main] exited for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1532139270-48,5,main] exited for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1532139270-45,5,main] exited for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:17.872 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=null,r=null,CLOSED,fill=-,flush=-,to=95/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.872 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1532139270-49,5,main] exited for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1532139270-47,5,] for 2499 13:11:17.872 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1532139270-44,5,main] for 2499 13:11:17.872 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [WebSocket@1532139270-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1532139270-44,5,main] exited for QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.872 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@73375fd7[{l=null,r=null,CLOSED,fill=-,flush=-,to=95/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.872 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=null,r=null,CLOSED,fill=-,flush=-,to=95/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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}] 13:11:17.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@1532139270]@736d6a5c{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:17.873 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a748660 in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:17.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@14dda234{STOPPED} 13:11:17.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@74a6a609{STOPPED} 13:11:17.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@5a411614{STOPPED} 13:11:17.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@1506f20f{STOPPED} 13:11:17.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@95db8178[coreClient=WebSocketCoreClient@1506f20f{STOPPED},openSessions.size=0] 13:11:17.872 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@7c9ca98f::SocketChannelEndPoint@73375fd7[{l=null,r=null,CLOSED,fill=-,flush=-,to=95/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@7c9ca98f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62325677{s=START}]=>HttpChannelOverHttp@54681f10{s=HttpChannelState@13633fc6{s=IDLE 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@13633fc6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:17.873 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f31c830b3e0@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:17.997 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy DENY_ALL 13:11:18.071 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-websocket-feature 13:11:18.074 [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 13:11:18.074 [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 13:11:18.074 [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 13:11:18.074 [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] 13:11:18.074 [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 13:11:18.077 [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 13:11:18.077 [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] 13:11:18.077 [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 13:11:18.080 [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 13:11:18.080 [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] 13:11:18.080 [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 13:11:18.083 [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 13:11:18.083 [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] 13:11:18.083 [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 13:11:18.086 [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 13:11:18.086 [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] 13:11:18.086 [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 13:11:18.088 [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 13:11:18.088 [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] 13:11:18.088 [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 13:11:18.090 [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 13:11:18.090 [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] 13:11:18.091 [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 13:11:18.093 [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 13:11:18.093 [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] 13:11:18.093 [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 13:11:18.095 [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 13:11:18.095 [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] 13:11:18.095 [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 13:11:18.097 [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 13:11:18.097 [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] 13:11:18.097 [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 13:11:18.099 [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 13:11:18.099 [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] 13:11:18.099 [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 13:11:18.101 [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 13:11:18.101 [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] 13:11:18.101 [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 13:11:18.104 [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 13:11:18.104 [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] 13:11:18.104 [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 13:11:18.168 [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 13:11:18.168 [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] 13:11:18.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: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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 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 May 31, 2024 1:11:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11: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. May 31, 2024 1:11: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. May 31, 2024 1:11: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 May 31, 2024 1:11:18 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter 13:11:18.677 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. May 31, 2024 1:11:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11: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. May 31, 2024 1:11: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. May 31, 2024 1:11:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11: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. May 31, 2024 1:11: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. 13:11:19.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@1dcf4d1b[coreClient=WebSocketCoreClient@2b5f4d54{STARTED},openSessions.size=0] 13:11:19.873 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@1dcf4d1b[coreClient=WebSocketCoreClient@2b5f4d54{STARTED},openSessions.size=0] 13:11:19.873 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@5f7b97da{STARTED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@5f7b97da{STARTED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@5f7b97da{STOPPED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@2b5f4d54{STARTED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@58fb7731{STARTED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@3fb6cf60{STARTED,size=0,capacity=1024} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@485e36bc[inUse=0,size=0,max=1024,closed=false] 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@3fb6cf60{STOPPED,size=-1,capacity=1024} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@13e547a9{STARTED,size=0,capacity=1024} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@68ad99fe[inUse=0,size=0,max=1024,closed=false] 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@13e547a9{STOPPED,size=-1,capacity=1024} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@58fb7731{STOPPED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@aafcffa{STARTED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@5e8ac0e1{STARTED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@dfddc9a{STARTED} 13:11:19.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@68044f4{STARTED} 13:11:19.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@52de51b6{STARTED} id=0 keys=0 selected=0 updates=0 13:11:19.875 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@73dce0e6 on ManagedSelector@52de51b6{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:19.875 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@52de51b6{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3cc1a404 woken with none selected 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3cc1a404 woken up from select, 0/0/0 selected 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3cc1a404 processing 0 keys, 1 updates 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@73dce0e6 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@52de51b6{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.875 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@5a85c92 on ManagedSelector@52de51b6{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3cc1a404 waiting with 0 keys 13:11:19.875 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@52de51b6{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3cc1a404 woken with none selected 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3cc1a404 woken up from select, 0/0/0 selected 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3cc1a404 processing 0 keys, 1 updates 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@5a85c92 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.875 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@18c5069b in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:19.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.87581038Z 13:11:19.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@64a8c844/SelectorProducer@3f6db3fb/IDLE/p=false/QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.875909725Z 13:11:19.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@52de51b6{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:19.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@68044f4{STOPPED} 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@256f8274[provider=null,keyStore=null,trustStore=null] 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@256f8274[provider=null,keyStore=null,trustStore=null] 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@3a1dd365{STARTED} 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@3a1dd365{STOPPED} 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0}] 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@52d239ba{reserved=0/2,pending=0} 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@52d239ba{reserved=-1/2,pending=0} 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1492875057-37,5,main] for 2499 13:11:19.876 [WebSocket@1492875057-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1492875057-37,5,main] exited for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1492875057-41,5,main] for 2499 13:11:19.876 [WebSocket@1492875057-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1492875057-38,5,main] exited for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1492875057-39,5,main] exited for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1492875057-40,5,main] exited for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1492875057-42,5,main] exited for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1492875057-43,5,main] exited for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1492875057-41,5,main] exited for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.876 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1492875057-42,5,] for 2499 13:11:19.876 [WebSocket@1492875057-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1492875057-36,5,main] exited for QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@1492875057]@23d1e5d0{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@dfddc9a{STOPPED} 13:11:19.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@5e8ac0e1{STOPPED} 13:11:19.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@aafcffa{STOPPED} 13:11:19.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@2b5f4d54{STOPPED} 13:11:19.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@1dcf4d1b[coreClient=WebSocketCoreClient@2b5f4d54{STOPPED},openSessions.size=0] 13:11:19.878 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1204088028]@47c4ecdc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@42f33b5d,POJO} 13:11:19.878 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5c8504fd{STOPPED} added {InflaterPool@4b7e96a{STOPPED,size=-1,capacity=1024},AUTO} 13:11:19.878 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5c8504fd{STOPPED} added {DeflaterPool@6475472c{STOPPED,size=-1,capacity=1024},AUTO} 13:11:19.878 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5c8504fd{STOPPED} added {MappedByteBufferPool@3f07b12c{maxQueueLength=-1, factor=4096},POJO} 13:11:19.878 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5c8504fd{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@4bd1f8dd,POJO} 13:11:19.878 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5c8504fd{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:19.878 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5c8504fd{STOPPED} added {QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:19.878 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@7096b474{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@3e14c16d,POJO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@3c989952{STOPPED} added {ClientConnector@7096b474{STOPPED},AUTO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@784b990c{STOPPED} added {HttpClientTransportOverHTTP@3c989952{STOPPED},AUTO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@784b990c{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@3d3ba765,POJO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@784b990c{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@25bc0606,POJO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@7096b474{STOPPED} added {QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@5d1659ea{STOPPED} added {HttpClient@784b990c{STOPPED},AUTO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@5d1659ea{STOPPED} added {WebSocketComponents@5c8504fd{STOPPED},AUTO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@a9f4d97d[coreClient=WebSocketCoreClient@5d1659ea{STOPPED},openSessions.size=0] added {WebSocketCoreClient@5d1659ea{STOPPED},MANAGED} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@a9f4d97d[coreClient=WebSocketCoreClient@5d1659ea{STOPPED},openSessions.size=0] added {SessionTracker@793138bd{STOPPED},AUTO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@a9f4d97d[coreClient=WebSocketCoreClient@5d1659ea{STOPPED},openSessions.size=0] 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@5d1659ea{STOPPED} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@784b990c{STOPPED} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@7096b474{STOPPED} added {MappedByteBufferPool@1951b871{maxQueueLength=100, factor=2048},POJO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@784b990c{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@5c18016b{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@7096b474{STOPPED} added {ScheduledExecutorScheduler@33aeca0b{STOPPED},AUTO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@784b990c{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@43aaf813,POJO} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@3c989952{STOPPED} 13:11:19.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@7096b474{STOPPED} 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@7096b474{STARTING} added {Client@57ac5227[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@7096b474{STARTING} added {ClientSelectorManager@4ba302e0{STOPPED},AUTO} 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@e98770d{reserved=0/2,pending=0} 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] added {ReservedThreadExecutor@e98770d{reserved=0/2,pending=0},AUTO} 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@e98770d{reserved=0/2,pending=0} 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6724ms ReservedThreadExecutor@e98770d{reserved=0/2,pending=0} 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1552221437-55,5,main] 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1552221437-56,5,main] 13:11:19.880 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1552221437-57,5,main] 13:11:19.880 [WebSocket@1552221437-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.880 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1552221437-58,5,main] 13:11:19.881 [WebSocket@1552221437-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.881 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1552221437-59,5,main] 13:11:19.881 [WebSocket@1552221437-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.881 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1552221437-60,5,main] 13:11:19.881 [WebSocket@1552221437-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.881 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1552221437-61,5,main] 13:11:19.881 [WebSocket@1552221437-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.881 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1552221437-62,5,main] 13:11:19.881 [WebSocket@1552221437-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6725ms QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@33aeca0b{STOPPED} 13:11:19.881 [WebSocket@1552221437-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6725ms ScheduledExecutorScheduler@33aeca0b{STARTED} 13:11:19.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@57ac5227[provider=null,keyStore=null,trustStore=null] 13:11:19.882 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:19.882 [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] 13:11:19.883 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161079883|SSL_NULL_WITH_NULL_NULL)] 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6728ms Client@57ac5227[provider=null,keyStore=null,trustStore=null] 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@4ba302e0{STOPPED} 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.884308005Z added {SelectorProducer@13f17eb4,POJO} 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.884418485Z added {QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}],UNMANAGED} 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.884560679Z created 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@1d0d6318{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.884650998Z,MANAGED} 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@4ba302e0{STARTING} added {ManagedSelector@1d0d6318{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@1d0d6318{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.884807215Z 13:11:19.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6728ms AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.884895921Z 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@4bc28c33 startThread=0 13:11:19.885 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@4bc28c33 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:19.885 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@4409e975 on ManagedSelector@1d0d6318{STARTING} id=0 keys=0 selected=0 updates=0 13:11:19.885 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.885152119Z tryProduce false 13:11:19.885 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.885 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@4409e975 13:11:19.885 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.885 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bfa05e0 waiting with 0 keys 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms ManagedSelector@1d0d6318{STARTED} id=0 keys=0 selected=0 updates=0 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms ClientSelectorManager@4ba302e0{STARTED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms ClientConnector@7096b474{STARTED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms HttpClientTransportOverHTTP@3c989952{STARTED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms HttpClient@784b990c{STARTED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@5c8504fd{STOPPED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@4b7e96a{STOPPED,size=-1,capacity=1024} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@4b7e96a{STARTING,size=0,capacity=1024} added {Pool@5c153b9e[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms InflaterPool@4b7e96a{STARTED,size=0,capacity=1024} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@6475472c{STOPPED,size=-1,capacity=1024} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@6475472c{STARTING,size=0,capacity=1024} added {Pool@2a7686a7[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms DeflaterPool@6475472c{STARTED,size=0,capacity=1024} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms WebSocketComponents@5c8504fd{STARTED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms WebSocketCoreClient@5d1659ea{STARTED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@793138bd{STOPPED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms SessionTracker@793138bd{STARTED} 13:11:19.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6729ms WebSocketClient@a9f4d97d[coreClient=WebSocketCoreClient@5d1659ea{STARTED},openSessions.size=0] 13:11:19.886 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1447353473]@5644dc81{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@246f8b8b,POJO} 13:11:19.886 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@278bb07e{STOPPED} added {InflaterPool@4351c8c3{STOPPED,size=-1,capacity=1024},AUTO} 13:11:19.886 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@278bb07e{STOPPED} added {DeflaterPool@3381b4fc{STOPPED,size=-1,capacity=1024},AUTO} 13:11:19.886 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@278bb07e{STOPPED} added {MappedByteBufferPool@6bea52d4{maxQueueLength=-1, factor=4096},POJO} 13:11:19.886 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@278bb07e{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@11981797,POJO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@278bb07e{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@278bb07e{STOPPED} added {QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5c42d2b7{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@625abb97,POJO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@5b1f29fa{STOPPED} added {ClientConnector@5c42d2b7{STOPPED},AUTO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aeab9a1{STOPPED} added {HttpClientTransportOverHTTP@5b1f29fa{STOPPED},AUTO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aeab9a1{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@40f70521,POJO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aeab9a1{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@774698ab,POJO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5c42d2b7{STOPPED} added {QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@55342f40{STOPPED} added {HttpClient@aeab9a1{STOPPED},AUTO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@55342f40{STOPPED} added {WebSocketComponents@278bb07e{STOPPED},AUTO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@7cc0fa8d[coreClient=WebSocketCoreClient@55342f40{STOPPED},openSessions.size=0] added {WebSocketCoreClient@55342f40{STOPPED},MANAGED} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@7cc0fa8d[coreClient=WebSocketCoreClient@55342f40{STOPPED},openSessions.size=0] added {SessionTracker@a4ca3f6{STOPPED},AUTO} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@7cc0fa8d[coreClient=WebSocketCoreClient@55342f40{STOPPED},openSessions.size=0] 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@55342f40{STOPPED} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@aeab9a1{STOPPED} 13:11:19.887 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5c42d2b7{STOPPED} added {MappedByteBufferPool@72ea6193{maxQueueLength=100, factor=2048},POJO} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aeab9a1{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@31aa3ca5{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5c42d2b7{STOPPED} added {ScheduledExecutorScheduler@45905bff{STOPPED},AUTO} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aeab9a1{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@2a2c13a8,POJO} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@5b1f29fa{STOPPED} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@5c42d2b7{STOPPED} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5c42d2b7{STARTING} added {Client@b6b1987[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5c42d2b7{STARTING} added {ClientSelectorManager@6b44435b{STOPPED},AUTO} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] added {ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0},AUTO} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6732ms ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0} 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@663466110-63,5,main] 13:11:19.888 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@663466110-64,5,main] 13:11:19.889 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.889 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@663466110-65,5,main] 13:11:19.889 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@663466110-66,5,main] 13:11:19.889 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.889 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.889 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@663466110-67,5,main] 13:11:19.889 [WebSocket@663466110-66] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.889 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@663466110-68,5,main] 13:11:19.889 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.889 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@663466110-69,5,main] 13:11:19.889 [WebSocket@663466110-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.889 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@663466110-70,5,main] 13:11:19.890 [WebSocket@663466110-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.890 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6734ms QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.890 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@45905bff{STOPPED} 13:11:19.890 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6734ms ScheduledExecutorScheduler@45905bff{STARTED} 13:11:19.890 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@b6b1987[provider=null,keyStore=null,trustStore=null] 13:11:19.890 [WebSocket@663466110-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.891 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:19.891 [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] 13:11:19.891 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161079891|SSL_NULL_WITH_NULL_NULL)] 13:11:19.892 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6736ms Client@b6b1987[provider=null,keyStore=null,trustStore=null] 13:11:19.892 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@6b44435b{STOPPED} 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/IDLE/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.893137749Z added {SelectorProducer@c1bd0be,POJO} 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/IDLE/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.893265899Z added {QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}],UNMANAGED} 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/IDLE/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.893346551Z created 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@476b0ae6{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/IDLE/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.893425993Z,MANAGED} 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@6b44435b{STARTING} added {ManagedSelector@476b0ae6{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@476b0ae6{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/IDLE/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.893625362Z 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6737ms AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/IDLE/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.893725715Z 13:11:19.893 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@1c6804cd startThread=0 13:11:19.893 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@655f7ea on ManagedSelector@476b0ae6{STARTING} id=0 keys=0 selected=0 updates=0 13:11:19.893 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@1c6804cd in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.893 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/IDLE/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.894013191Z tryProduce false 13:11:19.894 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.894 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@655f7ea 13:11:19.894 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.894 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb waiting with 0 keys 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms ManagedSelector@476b0ae6{STARTED} id=0 keys=0 selected=0 updates=0 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms ClientSelectorManager@6b44435b{STARTED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms ClientConnector@5c42d2b7{STARTED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms HttpClientTransportOverHTTP@5b1f29fa{STARTED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms HttpClient@aeab9a1{STARTED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@278bb07e{STOPPED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@4351c8c3{STOPPED,size=-1,capacity=1024} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@4351c8c3{STARTING,size=0,capacity=1024} added {Pool@549949be[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms InflaterPool@4351c8c3{STARTED,size=0,capacity=1024} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@3381b4fc{STOPPED,size=-1,capacity=1024} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@3381b4fc{STARTING,size=0,capacity=1024} added {Pool@4b3a45f1[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms DeflaterPool@3381b4fc{STARTED,size=0,capacity=1024} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms WebSocketComponents@278bb07e{STARTED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms WebSocketCoreClient@55342f40{STARTED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@a4ca3f6{STOPPED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms SessionTracker@a4ca3f6{STARTED} 13:11:19.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6738ms WebSocketClient@7cc0fa8d[coreClient=WebSocketCoreClient@55342f40{STARTED},openSessions.size=0] 13:11:19.895 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 13:11:19.895 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@aeab9a1{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 13:11:19.895 [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]]]@17a87e37,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 13:11:19.895 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@3eeb318f[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]] added {Pool@20a14b55[inUse=0,size=0,max=64,closed=false],POJO} 13:11:19.895 [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]]]@17a87e37,state=STARTING,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@3eeb318f[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]],MANAGED} 13:11:19.895 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@3eeb318f[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]] 13:11:19.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6740ms DuplexConnectionPool@3eeb318f[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]] 13:11:19.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6740ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STARTED,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:19.896 [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]]]@17a87e37,state=STARTED,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 13:11:19.896 [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]]]@17a87e37,state=STARTED,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.896 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d] 13:11:19.896 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STARTED,queue=1,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:19.896 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@3eeb318f[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=false]] 13:11:19.896 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 13:11:19.896 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 13:11:19.896 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@20a14b55[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@6da00fb9{PENDING,usage=0,multiplex=0,pooled=null} 13:11:19.896 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@6da00fb9{PENDING,usage=0,multiplex=0,pooled=null} 13:11:19.896 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@a202ccb startThread=0 13:11:19.896 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@a202ccb in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.897 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 0 ms 13:11:19.897 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 13:11:19.897 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@34c4b289{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@5b1f29fa{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STARTED,queue=1,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@20a14b55[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@5c42d2b7{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@aeab9a1{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@30fb30c9, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@75f9b8b2}} on ManagedSelector@476b0ae6{STARTED} id=0 keys=0 selected=0 updates=0 13:11:19.897 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@476b0ae6{STARTED} id=0 keys=0 selected=0 updates=1 13:11:19.897 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@a202ccb in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.897 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken with none selected 13:11:19.897 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken up from select, 0/0/0 selected 13:11:19.897 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@4723ef76[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39384]] on ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb processing 0 keys, 1 updates 13:11:19.897 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=1 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.898 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:19.898 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:19.898 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:19.898 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.898 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@4723ef76[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39384]] 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@34c4b289{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@5b1f29fa{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STARTED,queue=1,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@20a14b55[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@5c42d2b7{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@aeab9a1{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@30fb30c9, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@75f9b8b2}} 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb waiting with 1 keys 13:11:19.898 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@4723ef76[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39384]] startThread=0 13:11:19.898 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.898 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken up from select, 1/1/1 selected 13:11:19.898 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@4723ef76[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39384]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb processing 1 keys, 0 updates 13:11:19.898 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:19.898 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 0 ms, remaining: 60000 ms 13:11:19.898 [WebSocket@663466110-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@7d816bfb, interestOps=8, readyOps=8 Connect@34c4b289{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@5b1f29fa{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STARTED,queue=1,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@20a14b55[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@5c42d2b7{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@aeab9a1{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@30fb30c9, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@75f9b8b2}} 13:11:19.898 [qtp1142721449-46] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@35e9dec2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:39384 remote=localhost/127.0.0.1:14001] 13:11:19.898 [qtp1142721449-46] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:19.898 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$408/0x00007f31c834c670@42e5c191 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:19.898 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.898 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@7779008b{Connect@34c4b289{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39384 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@5b1f29fa{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STARTED,queue=1,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@20a14b55[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@5c42d2b7{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@aeab9a1{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@30fb30c9, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@75f9b8b2}}} in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.898 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@7779008b{Connect@34c4b289{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39384 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@5b1f29fa{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STARTED,queue=1,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@20a14b55[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@5c42d2b7{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@aeab9a1{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@30fb30c9, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@75f9b8b2}}} startThread=0 13:11:19.898 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.899 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:19.899 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 13:11:19.899 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.899 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.899 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,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 13:11:19.899 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb waiting with 1 keys 13:11:19.899 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@3ab5eb87{ReadCallback@10c4b954{HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}]}} 13:11:19.899 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.http.HttpClientTransportOverHTTP -- Created HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 13:11:19.899 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.899 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@7c411b94 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:19.899 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=2 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:19.899 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007f81f4215438@310ebd70 on ManagedSelector@476b0ae6{STARTED} id=0 keys=1 selected=0 updates=0 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:19.899 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 2 updates 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$408/0x00007f31c834c670@42e5c191 13:11:19.899 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@4723ef76[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:39384]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:19.899 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@7c411b94 13:11:19.899 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.899 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.899 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1423da7a{ReadCallback@50fbff27{HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:19.900 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.900 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@93dd9 on ManagedSelector@476b0ae6{STARTED} id=0 keys=1 selected=0 updates=1 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.900 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@476b0ae6{STARTED} id=0 keys=1 selected=0 updates=2 13:11:19.899 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken with none selected 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken up from select, 0/0/1 selected 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb processing 0 keys, 2 updates 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007f81f4215438@310ebd70 13:11:19.900 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@6da00fb9{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@93dd9 13:11:19.900 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on DuplexConnectionPool@3eeb318f[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=Pool@20a14b55[inUse=0,size=1,max=64,closed=false]] 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.900 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb waiting with 1 keys 13:11:19.900 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@6da00fb9{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@20a14b55[inUse=1,size=1,max=64,closed=false] 13:11:19.900 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[PENDING/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]} on HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(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]]]@17a87e37,state=STARTED,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@20a14b55[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 13:11:19.900 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[PENDING/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]} associated true to HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[PENDING/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@1fe07505[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@56ce64d5 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: nzVmhiZRPJu26OuvV1K8fQ== Pragma: no-cache Cache-Control: no-cache 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@1fe07505[demand=1,stalled=false,committed=false,emitInitial=true] 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@1fe07505[demand=0,stalled=false,committed=true,emitInitial=true] 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@45b2b20b{s=START} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.901 [WebSocket@663466110-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@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:19.901 [WebSocket@663466110-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: nzVmhiZRPJu26OuvV1K8fQ== Pragma: no-cache Cache-Control: no-cache 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (259 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@45b2b20b{s=COMPLETING} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@ba02a13{IDLE}->null [DirectByteBuffer@7627acdd[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@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>}] 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@ba02a13{WRITING}->null:IDLE-->WRITING 13:11:19.902 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:19.902 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:19.901 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 259 SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=W,to=2/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[PENDING/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=HEADERS,failure=null)[HttpGenerator@45b2b20b{s=COMPLETING}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=259 remaining=0 WriteFlusher@ba02a13{WRITING}->null 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@ba02a13{IDLE}->null:WRITING-->IDLE 13:11:19.902 [qtp1142721449-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:39384], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=3/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@45b2b20b{s=END} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpSender -- Request success JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.902 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]}, result: null 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@1fe07505[demand=0,stalled=true,committed=true,emitInitial=true] 13:11:19.902 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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 13:11:19.902 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 13:11:19.902 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:11:19.902 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@66b8ba05{PENDING,thread=null} startThread=0 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.902 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} 13:11:19.902 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@66b8ba05{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:11:19.902 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:11:19.903035568Z tryProduce true 13:11:19.903 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:19.903 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@66b8ba05{PENDING,thread=Thread[qtp1142721449-41,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:19.903 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.902 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@7779008b{Connect@34c4b289{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39384 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@5b1f29fa{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@17a87e37,state=STARTED,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@20a14b55[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@5c42d2b7{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@aeab9a1{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@30fb30c9, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@75f9b8b2}}} in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0}] 13:11:19.903 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@66b8ba05{RESERVED,thread=Thread[qtp1142721449-41,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:19.902 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:11:19.903169524Z 13:11:19.903 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.903 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@3ab5eb87{ReadCallback@10c4b954{HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}]}} 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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@35e9dec2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 259 DirectByteBuffer@1763bf47[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:19.903 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> IN_VALUE 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> FIELD 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@599406774 cs=HttpChannelState@35e9dec2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@499b8ecd eof=false 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@499b8ecd 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@12d3de29[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /ws/sensinact on HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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: nzVmhiZRPJu26OuvV1K8fQ== Pragma: no-cache Cache-Control: no-cache 13:11:19.904 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: websocket in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] parsed true HttpParser{s=CONTENT,0 of -1} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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}] 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:14001/ws/sensinact HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@35e9dec2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /ws/sensinact ?null on HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/ws/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/ws/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:19.905 [qtp1142721449-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:19.911 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@35e9dec2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:19.911 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:19.911 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=7} 13:11:19.911 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@35e9dec2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:11:19.911 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@35e9dec2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:19.911 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=7} 13:11:19.911 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@599406774 cs=HttpChannelState@35e9dec2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@499b8ecd eof=false 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=8} 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=8}] parse null 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@16a0150a[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=8} 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=8} 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=8}] parsed false HttpParser{s=END,0 of -1} 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@12d3de29[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=8}] 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@599406774 cs=HttpChannelState@35e9dec2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@499b8ecd eof=true 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@12d3de29[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=8}] 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@599406774 cs=HttpChannelState@35e9dec2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@499b8ecd eof=true 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@35e9dec2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:19.912 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@28b763bf[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@508501ef 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /ws/sensinact on HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=9} 503 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@43bc8243[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ce4cac1] (null,[p=0,l=469,c=32768,r=469],true)@START 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=503,h=2,cl=-1} last=true content=DirectByteBuffer@28b763bf[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} 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@43bc8243[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ce4cac1] ([p=0,l=151,c=16384,r=151],[p=0,l=469,c=32768,r=469],true)@COMPLETING 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@3e02243c{IDLE}->null [DirectByteBuffer@6433ddf7[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@28b763bf[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}] 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@3e02243c{WRITING}->null:IDLE-->WRITING 13:11:19.913 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken up from select, 1/1/1 selected 13:11:19.913 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb processing 1 keys, 0 updates 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 620 SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=W,to=9/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@415132a1{s=COMPLETING}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=9}] 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=620 remaining=0 WriteFlusher@3e02243c{WRITING}->null 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@3e02243c{IDLE}->null:WRITING-->IDLE 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@43bc8243[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ce4cac1] ([p=151,l=151,c=16384,r=0],[p=469,l=469,c=32768,r=0],true)@END 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@35e9dec2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@35e9dec2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@35e9dec2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=9} 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /ws/sensinact written=469 13:11:19.913 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:39384 remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@7d816bfb, interestOps=1, readyOps=1 SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=11/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.913 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@599406774 cs=HttpChannelState@35e9dec2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@499b8ecd eof=true 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=10} 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@12d3de29[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=10}] 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@599406774 cs=HttpChannelState@35e9dec2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@499b8ecd eof=true 13:11:19.914 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=11/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@12d3de29[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=10}] 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@599406774 cs=HttpChannelState@35e9dec2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@499b8ecd eof=true 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@35e9dec2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@599406774 cs=HttpChannelState@35e9dec2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@499b8ecd eof=true 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@499b8ecd 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@12d3de29[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{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=10}] 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:19.914 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=12/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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} 13:11:19.914 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$394/0x00007f81f41c3b60@327b8000 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.914 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=1} startReservedThread p=1 13:11:19.914 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@4453eb07{PENDING,thread=null} startThread=0 13:11:19.914 [WebSocket@663466110-66] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@4453eb07{PENDING,thread=null} in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=0/2,pending=1}] 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:19.914 [WebSocket@663466110-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@4453eb07{PENDING,thread=Thread[WebSocket@663466110-66,5,main]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:19.914 [WebSocket@663466110-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@4453eb07{RESERVED,thread=Thread[WebSocket@663466110-66,5,main]} waiting ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0} 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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} 13:11:19.914 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=12/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/PRODUCING/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:19.914907952Z 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.914 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.915 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@3ab5eb87{ReadCallback@10c4b954{HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}]}} 13:11:19.915 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=12/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 13:11:19.915 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.915 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:19.915 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.915 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=13/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.915 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb waiting with 1 keys 13:11:19.915 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=13/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}] 13:11:19.915 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1423da7a{ReadCallback@50fbff27{HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=13/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:19.915 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@7cfc5bbc[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@723baa53{PENDING,pooled=null} 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@760430cc{DirectByteBuffer@3306a068[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} 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3306a068[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@760430cc{DirectByteBuffer@3306a068[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} 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 620 DirectByteBuffer@3306a068[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} 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 620 bytes in RetainableByteBuffer@760430cc{DirectByteBuffer@3306a068[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@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[null 0 null]@106da2e8[PENDING/null]})[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3306a068[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} 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d] 13:11:19.916 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8 13:11:19.917 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> VALUE 13:11:19.917 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> IN_VALUE 13:11:19.917 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> FIELD 13:11:19.915 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@7c411b94 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:19.915 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:19.915 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:19.915 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:19.967 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> IN_VALUE 13:11:19.915 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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@35e9dec2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:19.915 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:19.915 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.915 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@7c411b94 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> FIELD 13:11:19.915 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RUNNING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:11:19.915 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 13:11:19.915 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.915 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.915 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=ISO-8859-1 Content-Length: 469 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8 DirectByteBufferR@2db92c0f[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} 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8, hasDemand=true 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,469 of 469} 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8[TERMINATED/null]}, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d > HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8] null 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d > HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8] null 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=52/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=52/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.968 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@6da00fb9{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=52/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@20a14b55[inUse=0,size=1,max=64,closed=false] 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d > HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8] null, notifying [JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d] 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d > HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8] null 13:11:19.969 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@7cc0fa8d[coreClient=WebSocketCoreClient@55342f40{STARTED},openSessions.size=0] 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@1a974bca{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@39ad977d[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@106da2e8[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) 13:11:19.969 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@7cc0fa8d[coreClient=WebSocketCoreClient@55342f40{STARTED},openSessions.size=0] 13:11:19.969 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@a4ca3f6{STARTED} 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@760430cc{DirectByteBuffer@3306a068[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} 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@3306a068[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@760430cc{DirectByteBuffer@3306a068[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=53/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@760430cc{DirectByteBuffer@3306a068[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 13:11:19.969 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=53/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@a4ca3f6{STARTED} 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@a4ca3f6{STOPPED} 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@55342f40{STARTED} 13:11:19.970 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1423da7a{ReadCallback@50fbff27{HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@278bb07e{STARTED} 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@3381b4fc{STARTED,size=0,capacity=1024} 13:11:19.970 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@4b3a45f1[inUse=0,size=0,max=1024,closed=false] 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@3381b4fc{STOPPED,size=-1,capacity=1024} 13:11:19.970 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@93dd9 on ManagedSelector@476b0ae6{STARTED} id=0 keys=1 selected=0 updates=0 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@4351c8c3{STARTED,size=0,capacity=1024} 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@549949be[inUse=0,size=0,max=1024,closed=false] 13:11:19.970 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@476b0ae6{STARTED} id=0 keys=1 selected=0 updates=1 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@4351c8c3{STOPPED,size=-1,capacity=1024} 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@278bb07e{STOPPED} 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@aeab9a1{STARTED} 13:11:19.970 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken with none selected 13:11:19.970 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken up from select, 0/0/1 selected 13:11:19.970 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}] 13:11:19.970 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb processing 0 keys, 1 updates 13:11:19.970 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.970 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@93dd9 13:11:19.970 [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]]]@17a87e37,state=STARTED,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=Pool@20a14b55[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@20a14b55[inUse=0,size=0,max=64,closed=false] 13:11:19.970 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.970 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.970 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb waiting with 1 keys 13:11:19.970 [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]]]@17a87e37,state=STARTED,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@3eeb318f[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=true]] 13:11:19.970 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@20a14b55[inUse=0,size=0,max=64,closed=true] 13:11:19.971 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@3eeb318f[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=true]] 13:11:19.971 [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]]]@17a87e37,state=STOPPED,queue=0,pool=DuplexConnectionPool@3eeb318f[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@20a14b55[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:19.971 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@5b1f29fa{STARTED} 13:11:19.971 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@5c42d2b7{STARTED} 13:11:19.971 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@6b44435b{STARTED} 13:11:19.971 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@476b0ae6{STARTED} id=0 keys=1 selected=0 updates=0 13:11:19.971 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@20f12539 on ManagedSelector@476b0ae6{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:19.971 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@476b0ae6{STOPPING} id=0 keys=1 selected=0 updates=1 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken with none selected 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken up from select, 0/0/1 selected 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb processing 0 keys, 1 updates 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@20f12539 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 1 connections on ManagedSelector@476b0ae6{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Removed (false) MultiEntry@6da00fb9{CLOSED,usage=0,multiplex=0,pooled=HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@20a14b55[inUse=0,size=0,max=64,closed=true] 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Shutdown HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.971 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:19.971 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:19.971 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.972 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@3bf6d600[{l=/127.0.0.1:39384,r=localhost/127.0.0.1:14001,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@35312f0e(l:/127.0.0.1:39384 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.972 [qtp1142721449-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:39384], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=57/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.972 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=57/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.972 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@1423da7a{ReadCallback@50fbff27{HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=null,r=null,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@35312f0e(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:19.972 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=57/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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 13:11:19.972 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 13:11:19.972 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:19.972 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=2]@2024-05-31T13:11:19.972796018Z tryProduce true 13:11:19.972 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:19.972 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.972 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.AbstractConnection -- HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@35312f0e(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(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) 13:11:19.972 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@476b0ae6{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:19.972 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=57/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=2]@2024-05-31T13:11:19.97291044Z 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3cc18357 startThread=0 13:11:19.972 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=57/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.973 [WebSocket@663466110-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3cc18357 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}] 13:11:19.973 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:19.972 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@3ab5eb87{ReadCallback@10c4b954{HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=FI,flush=-,to=57/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}]}} 13:11:19.973 [WebSocket@663466110-68] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@3bf6d600[{l=null,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@35312f0e(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=58/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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@35e9dec2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Closed HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=null,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@35312f0e(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb waiting with 1 keys 13:11:19.973 [WebSocket@663466110-68] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnectionOverHTTP@35312f0e::SocketChannelEndPoint@3bf6d600[{l=null,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@35312f0e(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@740c2535(exchange=null)[send=HttpSenderOverHTTP@79c7ab62(req=QUEUED,failure=null)[HttpGenerator@45b2b20b{s=START}],recv=HttpReceiverOverHTTP@19362f0(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownInput SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,OPEN,fill=-,flush=-,to=58/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.973 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@75b25825 on ManagedSelector@476b0ae6{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:19.973 [WebSocket@663466110-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3cc18357 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}] 13:11:19.973 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@476b0ae6{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled -1 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- atEOF HttpParser{s=START,0 of -1} 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken with none selected 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb woken up from select, 0/0/0 selected 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d816bfb processing 0 keys, 1 updates 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@75b25825 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,ISHUT,fill=-,flush=-,to=58/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:19.973 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/PRODUCING/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:19.973848106Z 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,ISHUT,fill=-,flush=-,to=58/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:19.973 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@1c6804cd in QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}] 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- START --> CLOSED 13:11:19.973 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@5bd82fed/SelectorProducer@c1bd0be/IDLE/p=false/QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:19.973994071Z 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@476b0ae6{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:19.973 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,ISHUT,fill=-,flush=-,to=58/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@6b44435b{STOPPED} 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@b6b1987[provider=null,keyStore=null,trustStore=null] 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@b6b1987[provider=null,keyStore=null,trustStore=null] 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@45905bff{STARTED} 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@45905bff{STOPPED} 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@663466110]@5644dc81{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}] 13:11:19.974 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,ISHUT,fill=-,flush=-,to=59/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0}] 13:11:19.974 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@3f11b5b2[{l=/127.0.0.1:14001,r=/127.0.0.1:39384,CLOSED,fill=-,flush=-,to=59/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@2ccca26f{reserved=1/2,pending=0} 13:11:19.974 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@3ab5eb87{null} 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@2ccca26f{reserved=-1/2,pending=0} 13:11:19.974 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:19.974 [WebSocket@663466110-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@4453eb07{RESERVED,thread=Thread[WebSocket@663466110-66,5,main]} task=STOP ReservedThreadExecutor@2ccca26f{reserved=-1/2,pending=0} 13:11:19.974 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@349b7cef startThread=0 13:11:19.974 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@663466110-65,5,main] for 2499 13:11:19.974 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:19.974 [WebSocket@663466110-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@4453eb07{RESERVED,thread=Thread[WebSocket@663466110-66,5,main]} exited ReservedThreadExecutor@2ccca26f{reserved=-1/2,pending=0} 13:11:19.974 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:19.974 [WebSocket@663466110-66] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran ReservedThread@4453eb07{RESERVED,thread=null} in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 0 updates 13:11:19.974 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:19.974 [WebSocket@663466110-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:19.974 [WebSocket@663466110-66] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@663466110-66,5,main] exited for QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 0 keys 13:11:19.974 [WebSocket@663466110-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@349b7cef in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:19.974 [WebSocket@663466110-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=null,r=null,CLOSED,fill=-,flush=-,to=59/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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} 13:11:19.974 [WebSocket@663466110-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@663466110-69,5,main] exited for QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@3f11b5b2[{l=null,r=null,CLOSED,fill=-,flush=-,to=59/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.974 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=null,r=null,CLOSED,fill=-,flush=-,to=59/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.974 [WebSocket@663466110-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@663466110-70,5,main] exited for QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.975 [WebSocket@663466110-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@663466110-63,5,main] exited for QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=null,r=null,CLOSED,fill=-,flush=-,to=59/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.974 [WebSocket@663466110-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@663466110-64,5,main] exited for QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:19.974 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.975 [WebSocket@663466110-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.975 [WebSocket@663466110-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@663466110-65,5,main] exited for QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.975 [WebSocket@663466110-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@663466110-67,5,main] exited for QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.975 [WebSocket@663466110-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@663466110-68,5,main] exited for QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.974 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@3f11b5b2[{l=null,r=null,CLOSED,fill=-,flush=-,to=59/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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}] 13:11:19.975 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@663466110-69,5,] for 2499 13:11:19.975 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@349b7cef in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:19.975 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@663466110]@5644dc81{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:19.975 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@5c42d2b7{STOPPED} 13:11:19.975 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@5b1f29fa{STOPPED} 13:11:19.975 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@aeab9a1{STOPPED} 13:11:19.975 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@70eb461b::SocketChannelEndPoint@3f11b5b2[{l=null,r=null,CLOSED,fill=-,flush=-,to=60/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@70eb461b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@415132a1{s=START}]=>HttpChannelOverHttp@31d64c20{s=HttpChannelState@35e9dec2{s=IDLE 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@35e9dec2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:19.975 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@55342f40{STOPPED} 13:11:19.975 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RUNNING,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:11:19.975 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@7cc0fa8d[coreClient=WebSocketCoreClient@55342f40{STOPPED},openSessions.size=0] 13:11:19.975 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} 13:11:21.975 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@a9f4d97d[coreClient=WebSocketCoreClient@5d1659ea{STARTED},openSessions.size=0] 13:11:21.976 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@a9f4d97d[coreClient=WebSocketCoreClient@5d1659ea{STARTED},openSessions.size=0] 13:11:21.976 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@793138bd{STARTED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@793138bd{STARTED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@793138bd{STOPPED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@5d1659ea{STARTED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@5c8504fd{STARTED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@6475472c{STARTED,size=0,capacity=1024} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@2a7686a7[inUse=0,size=0,max=1024,closed=false] 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@6475472c{STOPPED,size=-1,capacity=1024} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@4b7e96a{STARTED,size=0,capacity=1024} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@5c153b9e[inUse=0,size=0,max=1024,closed=false] 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@4b7e96a{STOPPED,size=-1,capacity=1024} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@5c8504fd{STOPPED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@784b990c{STARTED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@3c989952{STARTED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@7096b474{STARTED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@4ba302e0{STARTED} 13:11:21.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@1d0d6318{STARTED} id=0 keys=0 selected=0 updates=0 13:11:21.977 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@18025ced on ManagedSelector@1d0d6318{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:21.977 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@1d0d6318{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:21.977 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bfa05e0 woken with none selected 13:11:21.977 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bfa05e0 woken up from select, 0/0/0 selected 13:11:21.977 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bfa05e0 processing 0 keys, 1 updates 13:11:21.977 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:21.977 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@18025ced 13:11:21.977 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@1d0d6318{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:21.977 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.977 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bfa05e0 waiting with 0 keys 13:11:21.977 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@13cf7d52 on ManagedSelector@1d0d6318{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:21.978 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@1d0d6318{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:21.978 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bfa05e0 woken with none selected 13:11:21.978 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bfa05e0 woken up from select, 0/0/0 selected 13:11:21.978 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bfa05e0 processing 0 keys, 1 updates 13:11:21.978 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:21.978 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@13cf7d52 13:11:21.978 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.978 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@4bc28c33 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.978340617Z 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@f001896/SelectorProducer@13f17eb4/IDLE/p=false/QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.978435793Z 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@1d0d6318{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@4ba302e0{STOPPED} 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@57ac5227[provider=null,keyStore=null,trustStore=null] 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@57ac5227[provider=null,keyStore=null,trustStore=null] 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@33aeca0b{STARTED} 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@33aeca0b{STOPPED} 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e98770d{reserved=0/2,pending=0}] 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@e98770d{reserved=0/2,pending=0} 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@e98770d{reserved=-1/2,pending=0} 13:11:21.978 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1552221437-61,5,main] for 2499 13:11:21.978 [WebSocket@1552221437-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.978 [WebSocket@1552221437-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.978 [WebSocket@1552221437-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.978 [WebSocket@1552221437-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.978 [WebSocket@1552221437-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.978 [WebSocket@1552221437-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.978 [WebSocket@1552221437-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1552221437-56,5,main] exited for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1552221437-57,5,main] exited for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1552221437-58,5,main] exited for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1552221437-59,5,main] exited for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1552221437-60,5,main] exited for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1552221437-61,5,main] exited for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1552221437-62,5,main] exited for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:21.979 [WebSocket@1552221437-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1552221437-55,5,main] exited for QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1552221437-56,5,] for 2499 13:11:21.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@1552221437]@47c4ecdc{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:21.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@7096b474{STOPPED} 13:11:21.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@3c989952{STOPPED} 13:11:21.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@784b990c{STOPPED} 13:11:21.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@5d1659ea{STOPPED} 13:11:21.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@a9f4d97d[coreClient=WebSocketCoreClient@5d1659ea{STOPPED},openSessions.size=0] 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2029780820]@78fbff54{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@3e10dc6,POJO} 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e22550a{STOPPED} added {InflaterPool@45e37a7e{STOPPED,size=-1,capacity=1024},AUTO} 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e22550a{STOPPED} added {DeflaterPool@62452cc9{STOPPED,size=-1,capacity=1024},AUTO} 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e22550a{STOPPED} added {MappedByteBufferPool@6941827a{maxQueueLength=-1, factor=4096},POJO} 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e22550a{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@5a7005d,POJO} 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e22550a{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e22550a{STOPPED} added {QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5bc9ba1d{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@1021f6c9,POJO} 13:11:21.980 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@7516e4e5{STOPPED} added {ClientConnector@5bc9ba1d{STOPPED},AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@488eb7f2{STOPPED} added {HttpClientTransportOverHTTP@7516e4e5{STOPPED},AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@488eb7f2{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@5e81e5ac,POJO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@488eb7f2{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@4189d70b,POJO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5bc9ba1d{STOPPED} added {QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@3fa2213{STOPPED} added {HttpClient@488eb7f2{STOPPED},AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@3fa2213{STOPPED} added {WebSocketComponents@7e22550a{STOPPED},AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@30a9dfb6[coreClient=WebSocketCoreClient@3fa2213{STOPPED},openSessions.size=0] added {WebSocketCoreClient@3fa2213{STOPPED},MANAGED} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@30a9dfb6[coreClient=WebSocketCoreClient@3fa2213{STOPPED},openSessions.size=0] added {SessionTracker@3e7634b9{STOPPED},AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@30a9dfb6[coreClient=WebSocketCoreClient@3fa2213{STOPPED},openSessions.size=0] 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@3fa2213{STOPPED} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@488eb7f2{STOPPED} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5bc9ba1d{STOPPED} added {MappedByteBufferPool@6f0b0a5e{maxQueueLength=100, factor=2048},POJO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@488eb7f2{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@6035b93b{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5bc9ba1d{STOPPED} added {ScheduledExecutorScheduler@320de594{STOPPED},AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@488eb7f2{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@3dd1dc90,POJO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@7516e4e5{STOPPED} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@5bc9ba1d{STOPPED} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5bc9ba1d{STARTING} added {Client@abf688e[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5bc9ba1d{STARTING} added {ClientSelectorManager@478ee483{STOPPED},AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] added {ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0},AUTO} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8825ms ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0} 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2116179210-74,5,main] 13:11:21.981 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2116179210-75,5,main] 13:11:21.982 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2116179210-76,5,main] 13:11:21.982 [WebSocket@2116179210-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2116179210-77,5,main] 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2116179210-78,5,main] 13:11:21.982 [WebSocket@2116179210-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.982 [WebSocket@2116179210-77] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2116179210-79,5,main] 13:11:21.982 [WebSocket@2116179210-78] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2116179210-80,5,main] 13:11:21.982 [WebSocket@2116179210-79] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2116179210-81,5,main] 13:11:21.982 [WebSocket@2116179210-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8826ms QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@320de594{STOPPED} 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8826ms ScheduledExecutorScheduler@320de594{STARTED} 13:11:21.982 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@abf688e[provider=null,keyStore=null,trustStore=null] 13:11:21.983 [WebSocket@2116179210-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.984 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:21.984 [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] 13:11:21.984 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161081984|SSL_NULL_WITH_NULL_NULL)] 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8829ms Client@abf688e[provider=null,keyStore=null,trustStore=null] 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@478ee483{STOPPED} 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.98524378Z added {SelectorProducer@3b7ff809,POJO} 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.985331766Z added {QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}],UNMANAGED} 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.985409746Z created 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@1bb564e2{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.98548364Z,MANAGED} 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@478ee483{STARTING} added {ManagedSelector@1bb564e2{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@1bb564e2{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.985652889Z 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8829ms AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.985716367Z 13:11:21.985 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@62e6b5c8 startThread=0 13:11:21.985 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@3f792b9b on ManagedSelector@1bb564e2{STARTING} id=0 keys=0 selected=0 updates=0 13:11:21.985 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@62e6b5c8 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:21.985 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.985946173Z tryProduce false 13:11:21.986 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:21.986 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@3f792b9b 13:11:21.986 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.986 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@73e1b57b waiting with 0 keys 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms ManagedSelector@1bb564e2{STARTED} id=0 keys=0 selected=0 updates=0 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms ClientSelectorManager@478ee483{STARTED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms ClientConnector@5bc9ba1d{STARTED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms HttpClientTransportOverHTTP@7516e4e5{STARTED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms HttpClient@488eb7f2{STARTED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@7e22550a{STOPPED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@45e37a7e{STOPPED,size=-1,capacity=1024} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@45e37a7e{STARTING,size=0,capacity=1024} added {Pool@7b8233cd[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms InflaterPool@45e37a7e{STARTED,size=0,capacity=1024} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@62452cc9{STOPPED,size=-1,capacity=1024} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@62452cc9{STARTING,size=0,capacity=1024} added {Pool@4b20ca2b[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms DeflaterPool@62452cc9{STARTED,size=0,capacity=1024} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms WebSocketComponents@7e22550a{STARTED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms WebSocketCoreClient@3fa2213{STARTED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@3e7634b9{STOPPED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms SessionTracker@3e7634b9{STARTED} 13:11:21.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8830ms WebSocketClient@30a9dfb6[coreClient=WebSocketCoreClient@3fa2213{STARTED},openSessions.size=0] 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp632475595]@25b2cfcb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@72758afa,POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@fb9c7aa{STOPPED} added {InflaterPool@4c398c80{STOPPED,size=-1,capacity=1024},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@fb9c7aa{STOPPED} added {DeflaterPool@7fc6de5b{STOPPED,size=-1,capacity=1024},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@fb9c7aa{STOPPED} added {MappedByteBufferPool@21baa903{maxQueueLength=-1, factor=4096},POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@fb9c7aa{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@607fbe09,POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@fb9c7aa{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@fb9c7aa{STOPPED} added {QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60a2630a{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@29df4d43,POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@5dd91bca{STOPPED} added {ClientConnector@60a2630a{STOPPED},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@40cb698e{STOPPED} added {HttpClientTransportOverHTTP@5dd91bca{STOPPED},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@40cb698e{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@3382f8ae,POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@40cb698e{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@60641ec8,POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60a2630a{STOPPED} added {QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@75f65e45{STOPPED} added {HttpClient@40cb698e{STOPPED},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@75f65e45{STOPPED} added {WebSocketComponents@fb9c7aa{STOPPED},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@e81f8262[coreClient=WebSocketCoreClient@75f65e45{STOPPED},openSessions.size=0] added {WebSocketCoreClient@75f65e45{STOPPED},MANAGED} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@e81f8262[coreClient=WebSocketCoreClient@75f65e45{STOPPED},openSessions.size=0] added {SessionTracker@6eeade6c{STOPPED},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@e81f8262[coreClient=WebSocketCoreClient@75f65e45{STOPPED},openSessions.size=0] 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@75f65e45{STOPPED} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@40cb698e{STOPPED} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60a2630a{STOPPED} added {MappedByteBufferPool@4a891c97{maxQueueLength=100, factor=2048},POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@40cb698e{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@a5bd950{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60a2630a{STOPPED} added {ScheduledExecutorScheduler@4d18aa28{STOPPED},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@40cb698e{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@75390459,POJO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@5dd91bca{STOPPED} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@60a2630a{STOPPED} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60a2630a{STARTING} added {Client@7756c3cd[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60a2630a{STARTING} added {ClientSelectorManager@2313052e{STOPPED},AUTO} 13:11:21.987 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0} 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] added {ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0},AUTO} 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0} 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8832ms ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0} 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@263833514-82,5,main] 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@263833514-83,5,main] 13:11:21.988 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@263833514-84,5,main] 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@263833514-85,5,main] 13:11:21.988 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.988 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@263833514-86,5,main] 13:11:21.988 [WebSocket@263833514-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@263833514-87,5,main] 13:11:21.988 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@263833514-88,5,main] 13:11:21.989 [WebSocket@263833514-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.989 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@263833514-89,5,main] 13:11:21.989 [WebSocket@263833514-88] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.989 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8833ms QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.989 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@4d18aa28{STOPPED} 13:11:21.989 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8833ms ScheduledExecutorScheduler@4d18aa28{STARTED} 13:11:21.989 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@7756c3cd[provider=null,keyStore=null,trustStore=null] 13:11:21.989 [WebSocket@263833514-89] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.990 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:21.990 [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] 13:11:21.990 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161081990|SSL_NULL_WITH_NULL_NULL)] 13:11:21.990 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8834ms Client@7756c3cd[provider=null,keyStore=null,trustStore=null] 13:11:21.990 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@2313052e{STOPPED} 13:11:21.990 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.990993055Z added {SelectorProducer@58c34bb3,POJO} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.991120769Z added {QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}],UNMANAGED} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.991267049Z created 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@56a4479a{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.99134173Z,MANAGED} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@2313052e{STARTING} added {ManagedSelector@56a4479a{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@56a4479a{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.991477996Z 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8835ms AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.991566867Z 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@62163b39 startThread=0 13:11:21.991 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@20a8a64e on ManagedSelector@56a4479a{STARTING} id=0 keys=0 selected=0 updates=0 13:11:21.991 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@62163b39 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.991 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:21.991765003Z tryProduce false 13:11:21.991 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:21.991 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@20a8a64e 13:11:21.991 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.991 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf waiting with 0 keys 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8835ms ManagedSelector@56a4479a{STARTED} id=0 keys=0 selected=0 updates=0 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8835ms ClientSelectorManager@2313052e{STARTED} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8835ms ClientConnector@60a2630a{STARTED} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8835ms HttpClientTransportOverHTTP@5dd91bca{STARTED} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8835ms HttpClient@40cb698e{STARTED} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@fb9c7aa{STOPPED} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@4c398c80{STOPPED,size=-1,capacity=1024} 13:11:21.991 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@4c398c80{STARTING,size=0,capacity=1024} added {Pool@62f4ff3b[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8836ms InflaterPool@4c398c80{STARTED,size=0,capacity=1024} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@7fc6de5b{STOPPED,size=-1,capacity=1024} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@7fc6de5b{STARTING,size=0,capacity=1024} added {Pool@1698fc68[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8836ms DeflaterPool@7fc6de5b{STARTED,size=0,capacity=1024} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8836ms WebSocketComponents@fb9c7aa{STARTED} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8836ms WebSocketCoreClient@75f65e45{STARTED} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@6eeade6c{STOPPED} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8836ms SessionTracker@6eeade6c{STARTED} 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8836ms WebSocketClient@e81f8262[coreClient=WebSocketCoreClient@75f65e45{STARTED},openSessions.size=0] 13:11:21.992 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 13:11:21.992 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@40cb698e{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 13:11:21.992 [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]]]@4504d271,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 13:11:21.993 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@207b8649[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]] added {Pool@65b3a85a[inUse=0,size=0,max=64,closed=false],POJO} 13:11:21.993 [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]]]@4504d271,state=STARTING,queue=0,pool=DuplexConnectionPool@207b8649[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@207b8649[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]],MANAGED} 13:11:21.993 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@207b8649[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]] 13:11:21.993 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8837ms DuplexConnectionPool@207b8649[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]] 13:11:21.993 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8837ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STARTED,queue=0,pool=DuplexConnectionPool@207b8649[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:21.993 [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]]]@4504d271,state=STARTED,queue=0,pool=DuplexConnectionPool@207b8649[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 13:11:21.993 [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]]]@4504d271,state=STARTED,queue=0,pool=DuplexConnectionPool@207b8649[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.993 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338] 13:11:21.993 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STARTED,queue=1,pool=DuplexConnectionPool@207b8649[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:21.993 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@207b8649[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=false]] 13:11:21.993 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 13:11:21.993 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 13:11:21.993 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@65b3a85a[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@57eda880{PENDING,usage=0,multiplex=0,pooled=null} 13:11:21.993 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@57eda880{PENDING,usage=0,multiplex=0,pooled=null} 13:11:21.993 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@2b5825fa startThread=0 13:11:21.993 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@2b5825fa in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.994 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 0 ms 13:11:21.994 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 13:11:21.994 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@17a909ba{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@5dd91bca{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STARTED,queue=1,pool=DuplexConnectionPool@207b8649[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@65b3a85a[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60a2630a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@40cb698e{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@13968f97, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@56940381}} on ManagedSelector@56a4479a{STARTED} id=0 keys=0 selected=0 updates=0 13:11:21.994 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@56a4479a{STARTED} id=0 keys=0 selected=0 updates=1 13:11:21.994 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken with none selected 13:11:21.994 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@2b5825fa in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.994 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken up from select, 0/0/0 selected 13:11:21.994 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf processing 0 keys, 1 updates 13:11:21.994 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:21.994 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@4ac1c067[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33546]] on ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:21.994 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@17a909ba{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@5dd91bca{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STARTED,queue=1,pool=DuplexConnectionPool@207b8649[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@65b3a85a[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60a2630a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@40cb698e{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@13968f97, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@56940381}} 13:11:21.994 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=1 13:11:21.994 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:21.994 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.994 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf waiting with 1 keys 13:11:21.994 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:21.994 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:21.995 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:21.995 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken up from select, 1/1/1 selected 13:11:21.995 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf processing 1 keys, 0 updates 13:11:21.995 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@4ac1c067[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33546]] 13:11:21.995 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@4ac1c067[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33546]] startThread=0 13:11:21.995 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.995 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:21.995 [WebSocket@263833514-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@33eaecdf, interestOps=8, readyOps=8 Connect@17a909ba{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@5dd91bca{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STARTED,queue=1,pool=DuplexConnectionPool@207b8649[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@65b3a85a[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60a2630a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@40cb698e{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@13968f97, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@56940381}} 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@4ac1c067[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33546]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0}] 13:11:21.995 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:33546 remote=localhost/127.0.0.1:14001] 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 0 ms, remaining: 60000 ms 13:11:21.995 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@391287af{Connect@17a909ba{java.nio.channels.SocketChannel[connected local=/127.0.0.1:33546 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@5dd91bca{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STARTED,queue=1,pool=DuplexConnectionPool@207b8649[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@65b3a85a[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60a2630a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@40cb698e{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@13968f97, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@56940381}}} startThread=0 13:11:21.995 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@391287af{Connect@17a909ba{java.nio.channels.SocketChannel[connected local=/127.0.0.1:33546 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@5dd91bca{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STARTED,queue=1,pool=DuplexConnectionPool@207b8649[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@65b3a85a[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60a2630a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@40cb698e{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@13968f97, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@56940381}}} in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.995 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:21.995 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.995 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf waiting with 1 keys 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@754ad65f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:21.995 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 13:11:21.995 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,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 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$408/0x00007f31c834c670@5a79ce71 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:21.995 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.http.HttpClientTransportOverHTTP -- Created HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 13:11:21.995 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007f81f4215438@efdffa0 on ManagedSelector@56a4479a{STARTED} id=0 keys=1 selected=0 updates=0 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.995 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:21.995 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.995 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:21.996 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@22e987d4{ReadCallback@5067a9dd{HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}]}} 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@2bd08f54{ReadCallback@6e14d540{HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:21.996 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@6139719d on ManagedSelector@56a4479a{STARTED} id=0 keys=1 selected=0 updates=1 13:11:21.996 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@44f9ffe6 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@56a4479a{STARTED} id=0 keys=1 selected=0 updates=2 13:11:21.996 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=2 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken with none selected 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 2 updates 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@57eda880{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken up from select, 0/0/1 selected 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf processing 0 keys, 2 updates 13:11:21.996 [qtp1142721449-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on DuplexConnectionPool@207b8649[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=Pool@65b3a85a[inUse=0,size=1,max=64,closed=false]] 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$408/0x00007f31c834c670@5a79ce71 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007f81f4215438@efdffa0 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@44f9ffe6 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@6139719d 13:11:21.996 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@4ac1c067[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33546]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0}] 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@57eda880{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@65b3a85a[inUse=1,size=1,max=64,closed=false] 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[PENDING/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]} on HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(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]]]@4504d271,state=STARTED,queue=0,pool=DuplexConnectionPool@207b8649[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@65b3a85a[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 13:11:21.996 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:21.996 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf waiting with 1 keys 13:11:21.996 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[PENDING/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]} associated true to HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[PENDING/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@67683e5b[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@4df71eb2 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: +vzgIBR3OxkCVhJvRMhsaA== Pragma: no-cache Cache-Control: no-cache 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@67683e5b[demand=1,stalled=false,committed=false,emitInitial=true] 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@67683e5b[demand=0,stalled=false,committed=true,emitInitial=true] 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@7afebb84{s=START} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.997 [WebSocket@263833514-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@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:21.997 [WebSocket@263833514-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: +vzgIBR3OxkCVhJvRMhsaA== Pragma: no-cache Cache-Control: no-cache 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (259 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@7afebb84{s=COMPLETING} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@4e5aee42{IDLE}->null [DirectByteBuffer@13985bb4[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@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>}] 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@4e5aee42{WRITING}->null:IDLE-->WRITING 13:11:21.997 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:21.997 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 259 SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=W,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[PENDING/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=HEADERS,failure=null)[HttpGenerator@7afebb84{s=COMPLETING}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:21.997 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=259 remaining=0 WriteFlusher@4e5aee42{WRITING}->null 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@4e5aee42{IDLE}->null:WRITING-->IDLE 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@7afebb84{s=END} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.997 [qtp1142721449-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:33546], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpSender -- Request success JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]}, result: null 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@67683e5b[demand=0,stalled=true,committed=true,emitInitial=true] 13:11:21.998 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:21.998 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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 13:11:21.998 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 13:11:21.998 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@391287af{Connect@17a909ba{java.nio.channels.SocketChannel[connected local=/127.0.0.1:33546 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@5dd91bca{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4504d271,state=STARTED,queue=0,pool=DuplexConnectionPool@207b8649[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@65b3a85a[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60a2630a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@40cb698e{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@13968f97, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@56940381}}} in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0}] 13:11:21.998 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:21.998 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=3]@2024-05-31T13:11:21.998523162Z tryProduce true 13:11:21.998 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=3]@2024-05-31T13:11:21.998643753Z 13:11:21.998 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:21.998 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:21.998 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@22e987d4{ReadCallback@5067a9dd{HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}]}} 13:11:21.998 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:21.998 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:21.998 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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@754ad65f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 259 DirectByteBuffer@1763bf47[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> IN_VALUE 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> FIELD 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1635384445 cs=HttpChannelState@754ad65f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@3b119051 eof=false 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@3b119051 13:11:21.999 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@149d70cb[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /ws/sensinact on HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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} 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: +vzgIBR3OxkCVhJvRMhsaA== Pragma: no-cache Cache-Control: no-cache 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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} Upgrade: websocket 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: websocket in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] parsed true HttpParser{s=CONTENT,0 of -1} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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}] 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:14001/ws/sensinact HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@754ad65f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /ws/sensinact ?null on HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/ws/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/ws/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:22.000 [qtp1142721449-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@754ad65f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@754ad65f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@754ad65f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1635384445 cs=HttpChannelState@754ad65f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@3b119051 eof=false 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2}] parse null 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@16a0150a[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=END,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2}] parsed false HttpParser{s=END,0 of -1} 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@149d70cb[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2}] 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1635384445 cs=HttpChannelState@754ad65f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@3b119051 eof=true 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@149d70cb[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=2}] 13:11:22.001 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1635384445 cs=HttpChannelState@754ad65f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@3b119051 eof=true 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@754ad65f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@28b763bf[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@542e81a2 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /ws/sensinact on HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=3} 503 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@7a9a054e[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4dbe8154] (null,[p=0,l=469,c=32768,r=469],true)@START 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=503,h=2,cl=-1} last=true content=DirectByteBuffer@28b763bf[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} 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@7a9a054e[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4dbe8154] ([p=0,l=151,c=16384,r=151],[p=0,l=469,c=32768,r=469],true)@COMPLETING 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@32daab00{IDLE}->null [DirectByteBuffer@6433ddf7[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@28b763bf[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}] 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@32daab00{WRITING}->null:IDLE-->WRITING 13:11:22.002 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken up from select, 1/1/1 selected 13:11:22.002 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf processing 1 keys, 0 updates 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 620 SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=END,0 of -1},g=HttpGenerator@1324183{s=COMPLETING}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=3}] 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=620 remaining=0 WriteFlusher@32daab00{WRITING}->null 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@32daab00{IDLE}->null:WRITING-->IDLE 13:11:22.002 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:33546 remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@33eaecdf, interestOps=1, readyOps=1 SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=4/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.002 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@7a9a054e[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4dbe8154] ([p=151,l=151,c=16384,r=0],[p=469,l=469,c=32768,r=0],true)@END 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@754ad65f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@754ad65f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@754ad65f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=4} 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /ws/sensinact written=469 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$394/0x00007f81f41c3b60@7c101ee9 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1635384445 cs=HttpChannelState@754ad65f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@3b119051 eof=true 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=1} startReservedThread p=1 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@18f899a0{PENDING,thread=null} startThread=0 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=4} 13:11:22.003 [WebSocket@263833514-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@18f899a0{PENDING,thread=null} in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=0/2,pending=1}] 13:11:22.003 [WebSocket@263833514-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@18f899a0{PENDING,thread=Thread[WebSocket@263833514-85,5,main]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:22.003 [WebSocket@263833514-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@18f899a0{RESERVED,thread=Thread[WebSocket@263833514-85,5,main]} waiting ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0} 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@149d70cb[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=4}] 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1635384445 cs=HttpChannelState@754ad65f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@3b119051 eof=true 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/PRODUCING/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:22.0037114Z 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@149d70cb[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=4}] 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1635384445 cs=HttpChannelState@754ad65f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@3b119051 eof=true 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@754ad65f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1635384445 cs=HttpChannelState@754ad65f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@3b119051 eof=true 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@3b119051 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:22.003 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}] 13:11:22.003 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:22.003 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@149d70cb[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{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=4}] 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 13:11:22.003 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@2bd08f54{ReadCallback@6e14d540{HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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} 13:11:22.004 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@71cfa918[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@7f084951{PENDING,pooled=null} 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:22.004 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf waiting with 1 keys 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@7b37c268{DirectByteBuffer@3e35436a[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} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3e35436a[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@7b37c268{DirectByteBuffer@3e35436a[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} 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 620 DirectByteBuffer@3e35436a[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} 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 620 bytes in RetainableByteBuffer@7b37c268{DirectByteBuffer@3e35436a[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@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[null 0 null]@2f9e503d[PENDING/null]})[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3e35436a[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} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338] 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> VALUE 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> IN_VALUE 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@22e987d4{ReadCallback@5067a9dd{HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}]}} 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> FIELD 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> IN_VALUE 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> FIELD 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@44f9ffe6 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:22.004 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 13:11:22.004 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:22.004 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:22.004 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:22.005 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=ISO-8859-1 Content-Length: 469 13:11:22.005 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@44f9ffe6 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d 13:11:22.004 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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@754ad65f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d DirectByteBufferR@323eaadd[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} 13:11:22.005 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RUNNING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d, hasDemand=true 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,469 of 469} 13:11:22.005 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:22.005 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d 13:11:22.005 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d[TERMINATED/null]}, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 > HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d] null 13:11:22.005 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 > HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d] null 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@57eda880{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@65b3a85a[inUse=0,size=1,max=64,closed=false] 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 > HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d] null, notifying [JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338] 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338 > HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d] null 13:11:22.005 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@e81f8262[coreClient=WebSocketCoreClient@75f65e45{STARTED},openSessions.size=0] 13:11:22.005 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@e81f8262[coreClient=WebSocketCoreClient@75f65e45{STARTED},openSessions.size=0] 13:11:22.005 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@1bd545{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@34997338[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@2f9e503d[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) 13:11:22.006 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@6eeade6c{STARTED} 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@7b37c268{DirectByteBuffer@3e35436a[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} 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@3e35436a[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@7b37c268{DirectByteBuffer@3e35436a[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@7b37c268{DirectByteBuffer@3e35436a[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@6eeade6c{STARTED} 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@2bd08f54{ReadCallback@6e14d540{HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@6eeade6c{STOPPED} 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@75f65e45{STARTED} 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@fb9c7aa{STARTED} 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@7fc6de5b{STARTED,size=0,capacity=1024} 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@6139719d on ManagedSelector@56a4479a{STARTED} id=0 keys=1 selected=0 updates=0 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@1698fc68[inUse=0,size=0,max=1024,closed=false] 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@56a4479a{STARTED} id=0 keys=1 selected=0 updates=1 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@7fc6de5b{STOPPED,size=-1,capacity=1024} 13:11:22.006 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken with none selected 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@4c398c80{STARTED,size=0,capacity=1024} 13:11:22.006 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken up from select, 0/0/1 selected 13:11:22.006 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}] 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@62f4ff3b[inUse=0,size=0,max=1024,closed=false] 13:11:22.006 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf processing 0 keys, 1 updates 13:11:22.006 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@4c398c80{STOPPED,size=-1,capacity=1024} 13:11:22.006 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@6139719d 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@fb9c7aa{STOPPED} 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@40cb698e{STARTED} 13:11:22.006 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.006 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:22.006 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf waiting with 1 keys 13:11:22.006 [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]]]@4504d271,state=STARTED,queue=0,pool=DuplexConnectionPool@207b8649[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=Pool@65b3a85a[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@65b3a85a[inUse=0,size=0,max=64,closed=false] 13:11:22.006 [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]]]@4504d271,state=STARTED,queue=0,pool=DuplexConnectionPool@207b8649[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@207b8649[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=true]] 13:11:22.006 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@65b3a85a[inUse=0,size=0,max=64,closed=true] 13:11:22.007 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@207b8649[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=true]] 13:11:22.007 [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]]]@4504d271,state=STOPPED,queue=0,pool=DuplexConnectionPool@207b8649[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@65b3a85a[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:22.007 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@5dd91bca{STARTED} 13:11:22.007 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@60a2630a{STARTED} 13:11:22.007 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@2313052e{STARTED} 13:11:22.007 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@56a4479a{STARTED} id=0 keys=1 selected=0 updates=0 13:11:22.007 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@53d1b9b3 on ManagedSelector@56a4479a{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:22.007 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@56a4479a{STOPPING} id=0 keys=1 selected=0 updates=1 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken with none selected 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken up from select, 0/0/1 selected 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf processing 0 keys, 1 updates 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@53d1b9b3 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 1 connections on ManagedSelector@56a4479a{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Removed (false) MultiEntry@57eda880{CLOSED,usage=0,multiplex=0,pooled=HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@65b3a85a[inUse=0,size=0,max=64,closed=true] 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Shutdown HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.007 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:22.007 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@40594d0[{l=/127.0.0.1:33546,r=localhost/127.0.0.1:14001,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@ac27a20(l:/127.0.0.1:33546 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.007 [qtp1142721449-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:33546], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=3/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@2bd08f54{ReadCallback@6e14d540{HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=null,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@ac27a20(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:22.007 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.007 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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 13:11:22.008 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 13:11:22.007 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.AbstractConnection -- HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=null,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@ac27a20(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(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) 13:11:22.008 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@56a4479a{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60a45c0d startThread=0 13:11:22.008 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=4]@2024-05-31T13:11:22.008305565Z tryProduce true 13:11:22.008 [WebSocket@263833514-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60a45c0d in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}] 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Closed HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@ac27a20(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.008 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=4]@2024-05-31T13:11:22.008426187Z 13:11:22.008 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:22.008 [WebSocket@263833514-87] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@40594d0[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@ac27a20(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.008 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf waiting with 1 keys 13:11:22.008 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@22e987d4{ReadCallback@5067a9dd{HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}]}} 13:11:22.008 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@2cae1042 on ManagedSelector@56a4479a{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:22.008 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@56a4479a{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:22.008 [WebSocket@263833514-87] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnectionOverHTTP@ac27a20::SocketChannelEndPoint@40594d0[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@ac27a20(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@4bff701b(exchange=null)[send=HttpSenderOverHTTP@63f4cea0(req=QUEUED,failure=null)[HttpGenerator@7afebb84{s=START}],recv=HttpReceiverOverHTTP@1b1f5b84(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken with none selected 13:11:22.008 [WebSocket@263833514-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60a45c0d in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}] 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf woken up from select, 0/0/0 selected 13:11:22.008 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@33eaecdf processing 0 keys, 1 updates 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:22.008 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@2cae1042 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:22.008 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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@754ad65f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:22.008 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@62163b39 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}] 13:11:22.008 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownInput SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.008 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:22.008966389Z 13:11:22.008 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled -1 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:22.008 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- atEOF HttpParser{s=START,0 of -1} 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@73163d48/SelectorProducer@58c34bb3/IDLE/p=false/QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:22.009076478Z 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@56a4479a{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@2313052e{STOPPED} 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@7756c3cd[provider=null,keyStore=null,trustStore=null] 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@7756c3cd[provider=null,keyStore=null,trustStore=null] 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@4d18aa28{STARTED} 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@4d18aa28{STOPPED} 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}] 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0}] 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@2bd2b28e{reserved=1/2,pending=0} 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@2bd2b28e{reserved=-1/2,pending=0} 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:22.009 [WebSocket@263833514-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@18f899a0{RESERVED,thread=Thread[WebSocket@263833514-85,5,main]} task=STOP ReservedThreadExecutor@2bd2b28e{reserved=-1/2,pending=0} 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:22.009 [WebSocket@263833514-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@18f899a0{RESERVED,thread=Thread[WebSocket@263833514-85,5,main]} exited ReservedThreadExecutor@2bd2b28e{reserved=-1/2,pending=0} 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@263833514-84,5,main] for 2499 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- START --> CLOSED 13:11:22.009 [WebSocket@263833514-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran ReservedThread@18f899a0{RESERVED,thread=null} in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-88] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@263833514-85,5,main] exited for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-88] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.009 [WebSocket@263833514-89] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-88] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@263833514-88,5,main] exited for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.009 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-89] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-89] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@263833514-89,5,main] exited for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@7fb2bd2f[{l=/127.0.0.1:14001,r=/127.0.0.1:33546,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.009 [WebSocket@263833514-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@263833514-83,5,main] exited for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@263833514-84,5,main] exited for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@263833514-86,5,main] for 2499 13:11:22.009 [WebSocket@263833514-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@263833514-82,5,main] exited for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [WebSocket@263833514-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@263833514-86,5,main] exited for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@22e987d4{null} 13:11:22.009 [WebSocket@263833514-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@263833514-87,5,main] exited for QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.009 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:22.010 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@263833514-87,5,] for 2499 13:11:22.010 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a5c840c startThread=0 13:11:22.010 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@263833514]@25b2cfcb{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:22.010 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:22.010 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@60a2630a{STOPPED} 13:11:22.010 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:22.010 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@5dd91bca{STOPPED} 13:11:22.010 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 0 updates 13:11:22.010 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@40cb698e{STOPPED} 13:11:22.010 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:22.010 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@75f65e45{STOPPED} 13:11:22.010 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:22.010 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 0 keys 13:11:22.010 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@e81f8262[coreClient=WebSocketCoreClient@75f65e45{STOPPED},openSessions.size=0] 13:11:22.010 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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} 13:11:22.010 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.010 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@7fb2bd2f[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.010 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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@754ad65f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:22.010 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RUNNING,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:11:22.010 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} 13:11:22.010 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a5c840c in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0}] 13:11:22.068 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@7fb2bd2f[{l=null,r=null,CLOSED,fill=-,flush=-,to=63/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.068 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnection@30485692::SocketChannelEndPoint@7fb2bd2f[{l=null,r=null,CLOSED,fill=-,flush=-,to=63/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@30485692[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1324183{s=START}]=>HttpChannelOverHttp@71755ca9{s=HttpChannelState@754ad65f{s=IDLE 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}] 13:11:22.068 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a5c840c in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0}] 13:11:24.010 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@30a9dfb6[coreClient=WebSocketCoreClient@3fa2213{STARTED},openSessions.size=0] 13:11:24.010 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@30a9dfb6[coreClient=WebSocketCoreClient@3fa2213{STARTED},openSessions.size=0] 13:11:24.010 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@3e7634b9{STARTED} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@3e7634b9{STARTED} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@3e7634b9{STOPPED} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@3fa2213{STARTED} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@7e22550a{STARTED} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@62452cc9{STARTED,size=0,capacity=1024} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@4b20ca2b[inUse=0,size=0,max=1024,closed=false] 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@62452cc9{STOPPED,size=-1,capacity=1024} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@45e37a7e{STARTED,size=0,capacity=1024} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@7b8233cd[inUse=0,size=0,max=1024,closed=false] 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@45e37a7e{STOPPED,size=-1,capacity=1024} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@7e22550a{STOPPED} 13:11:24.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@488eb7f2{STARTED} 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@7516e4e5{STARTED} 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@5bc9ba1d{STARTED} 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@478ee483{STARTED} 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@1bb564e2{STARTED} id=0 keys=0 selected=0 updates=0 13:11:24.012 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@163d04ff on ManagedSelector@1bb564e2{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:24.012 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@1bb564e2{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@73e1b57b woken with none selected 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@73e1b57b woken up from select, 0/0/0 selected 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@73e1b57b processing 0 keys, 1 updates 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@163d04ff 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@1bb564e2{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@73e1b57b waiting with 0 keys 13:11:24.012 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@7c209437 on ManagedSelector@1bb564e2{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:24.012 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@1bb564e2{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@73e1b57b woken with none selected 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@73e1b57b woken up from select, 0/0/0 selected 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@73e1b57b processing 0 keys, 1 updates 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@7c209437 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.012 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@62e6b5c8 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.012624189Z 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@5c00384f/SelectorProducer@3b7ff809/IDLE/p=false/QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.012715682Z 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@1bb564e2{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@478ee483{STOPPED} 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@abf688e[provider=null,keyStore=null,trustStore=null] 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@abf688e[provider=null,keyStore=null,trustStore=null] 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@320de594{STARTED} 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@320de594{STOPPED} 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@2116179210]@78fbff54{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0}] 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@1a7288a3{reserved=0/2,pending=0} 13:11:24.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@1a7288a3{reserved=-1/2,pending=0} 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2116179210-78,5,main] for 2499 13:11:24.013 [WebSocket@2116179210-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-77] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2116179210-75,5,main] exited for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-77] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-78] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2116179210-76,5,main] exited for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-77] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2116179210-77,5,main] exited for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-78] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-79] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-78] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2116179210-78,5,main] exited for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2116179210-80,5,main] exited for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2116179210-80,5,main] for 2499 13:11:24.013 [WebSocket@2116179210-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2116179210-79,5,main] for 2499 13:11:24.013 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-79] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2116179210-81,5,main] exited for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2116179210-74,5,main] exited for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:24.013 [WebSocket@2116179210-79] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2116179210-79,5,main] exited for QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2116179210-74,5,] for 2499 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@2116179210]@78fbff54{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@5bc9ba1d{STOPPED} 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@7516e4e5{STOPPED} 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@488eb7f2{STOPPED} 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@3fa2213{STOPPED} 13:11:24.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@30a9dfb6[coreClient=WebSocketCoreClient@3fa2213{STOPPED},openSessions.size=0] 13:11:24.014 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp635610193]@25e2a451{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@1698ee84,POJO} 13:11:24.014 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@10c626be{STOPPED} added {InflaterPool@2fc0cc3{STOPPED,size=-1,capacity=1024},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@10c626be{STOPPED} added {DeflaterPool@328cf0e1{STOPPED,size=-1,capacity=1024},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@10c626be{STOPPED} added {MappedByteBufferPool@63b1d4fa{maxQueueLength=-1, factor=4096},POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@10c626be{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@42e3ede4,POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@10c626be{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@10c626be{STOPPED} added {QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@201b6b6f{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@75459c75,POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@183e8023{STOPPED} added {ClientConnector@201b6b6f{STOPPED},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@45efc20d{STOPPED} added {HttpClientTransportOverHTTP@183e8023{STOPPED},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@45efc20d{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@3e5499cc,POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@45efc20d{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@67ab1c47,POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@201b6b6f{STOPPED} added {QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@b78a709{STOPPED} added {HttpClient@45efc20d{STOPPED},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@b78a709{STOPPED} added {WebSocketComponents@10c626be{STOPPED},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@58c09958[coreClient=WebSocketCoreClient@b78a709{STOPPED},openSessions.size=0] added {WebSocketCoreClient@b78a709{STOPPED},MANAGED} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@58c09958[coreClient=WebSocketCoreClient@b78a709{STOPPED},openSessions.size=0] added {SessionTracker@30bcf3c1{STOPPED},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@58c09958[coreClient=WebSocketCoreClient@b78a709{STOPPED},openSessions.size=0] 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@b78a709{STOPPED} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@45efc20d{STOPPED} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@201b6b6f{STOPPED} added {MappedByteBufferPool@2a3c96e3{maxQueueLength=100, factor=2048},POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@45efc20d{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@15cafec7{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@201b6b6f{STOPPED} added {ScheduledExecutorScheduler@5b444398{STOPPED},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@45efc20d{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@cb191ca,POJO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@183e8023{STOPPED} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@201b6b6f{STOPPED} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@201b6b6f{STARTING} added {Client@42f48531[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@201b6b6f{STARTING} added {ClientSelectorManager@a776e{STOPPED},AUTO} 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:24.015 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0} 13:11:24.016 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] added {ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0},AUTO} 13:11:24.016 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0} 13:11:24.016 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10860ms ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0} 13:11:24.016 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@281421502-93,5,main] 13:11:24.016 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@281421502-94,5,main] 13:11:24.016 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@281421502-95,5,main] 13:11:24.016 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.016 [WebSocket@281421502-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.016 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@281421502-96,5,main] 13:11:24.016 [WebSocket@281421502-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.016 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@281421502-97,5,main] 13:11:24.016 [WebSocket@281421502-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.017 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@281421502-98,5,main] 13:11:24.017 [WebSocket@281421502-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.017 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@281421502-99,5,main] 13:11:24.017 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@281421502-100,5,main] 13:11:24.017 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10861ms QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.017 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5b444398{STOPPED} 13:11:24.017 [WebSocket@281421502-98] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.017 [WebSocket@281421502-99] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.017 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10861ms ScheduledExecutorScheduler@5b444398{STARTED} 13:11:24.017 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@42f48531[provider=null,keyStore=null,trustStore=null] 13:11:24.017 [WebSocket@281421502-100] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.018 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:24.018 [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] 13:11:24.018 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161084018|SSL_NULL_WITH_NULL_NULL)] 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10863ms Client@42f48531[provider=null,keyStore=null,trustStore=null] 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@a776e{STOPPED} 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/IDLE/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.019338395Z added {SelectorProducer@19ae6bb,POJO} 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/IDLE/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.019464288Z added {QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}],UNMANAGED} 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/IDLE/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.019553558Z created 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@10993713{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/IDLE/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.019623284Z,MANAGED} 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@a776e{STARTING} added {ManagedSelector@10993713{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@10993713{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/IDLE/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.019743259Z 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10863ms AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/IDLE/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.019805677Z 13:11:24.019 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@58359ebd startThread=0 13:11:24.019 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@24b6b8f6 on ManagedSelector@10993713{STARTING} id=0 keys=0 selected=0 updates=0 13:11:24.019 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@58359ebd in QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:24.020 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/IDLE/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.020068461Z tryProduce false 13:11:24.020 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.020 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@24b6b8f6 13:11:24.020 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms ManagedSelector@10993713{STARTED} id=0 keys=0 selected=0 updates=0 13:11:24.020 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d138888 waiting with 0 keys 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms ClientSelectorManager@a776e{STARTED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms ClientConnector@201b6b6f{STARTED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms HttpClientTransportOverHTTP@183e8023{STARTED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms HttpClient@45efc20d{STARTED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@10c626be{STOPPED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@2fc0cc3{STOPPED,size=-1,capacity=1024} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@2fc0cc3{STARTING,size=0,capacity=1024} added {Pool@72cf2de5[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms InflaterPool@2fc0cc3{STARTED,size=0,capacity=1024} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@328cf0e1{STOPPED,size=-1,capacity=1024} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@328cf0e1{STARTING,size=0,capacity=1024} added {Pool@2bb7bd00[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms DeflaterPool@328cf0e1{STARTED,size=0,capacity=1024} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms WebSocketComponents@10c626be{STARTED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms WebSocketCoreClient@b78a709{STARTED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@30bcf3c1{STOPPED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms SessionTracker@30bcf3c1{STARTED} 13:11:24.020 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10864ms WebSocketClient@58c09958[coreClient=WebSocketCoreClient@b78a709{STARTED},openSessions.size=0] 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1105416433]@41e350f1{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@422c3c7a,POJO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@18230356{STOPPED} added {InflaterPool@d8305c2{STOPPED,size=-1,capacity=1024},AUTO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@18230356{STOPPED} added {DeflaterPool@56bca85b{STOPPED,size=-1,capacity=1024},AUTO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@18230356{STOPPED} added {MappedByteBufferPool@75d0911a{maxQueueLength=-1, factor=4096},POJO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@18230356{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@75e91545,POJO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@18230356{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@18230356{STOPPED} added {QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60d1a32f{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@531c311e,POJO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@22b53226{STOPPED} added {ClientConnector@60d1a32f{STOPPED},AUTO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@1fcb4808{STOPPED} added {HttpClientTransportOverHTTP@22b53226{STOPPED},AUTO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@1fcb4808{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@726e5805,POJO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@1fcb4808{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@40c80397,POJO} 13:11:24.021 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60d1a32f{STOPPED} added {QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@4b672daa{STOPPED} added {HttpClient@1fcb4808{STOPPED},AUTO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@4b672daa{STOPPED} added {WebSocketComponents@18230356{STOPPED},AUTO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@67f04f3a[coreClient=WebSocketCoreClient@4b672daa{STOPPED},openSessions.size=0] added {WebSocketCoreClient@4b672daa{STOPPED},MANAGED} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@67f04f3a[coreClient=WebSocketCoreClient@4b672daa{STOPPED},openSessions.size=0] added {SessionTracker@ea9b7c6{STOPPED},AUTO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@67f04f3a[coreClient=WebSocketCoreClient@4b672daa{STOPPED},openSessions.size=0] 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@4b672daa{STOPPED} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@1fcb4808{STOPPED} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60d1a32f{STOPPED} added {MappedByteBufferPool@e077866{maxQueueLength=100, factor=2048},POJO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@1fcb4808{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@ed3068a{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60d1a32f{STOPPED} added {ScheduledExecutorScheduler@7c2b6087{STOPPED},AUTO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@1fcb4808{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@3fffff43,POJO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@22b53226{STOPPED} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@60d1a32f{STOPPED} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60d1a32f{STARTING} added {Client@a8e6492[provider=null,keyStore=null,trustStore=null],AUTO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@60d1a32f{STARTING} added {ClientSelectorManager@1c7fd41f{STOPPED},AUTO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] added {ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0},AUTO} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10866ms ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0} 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@404947798-101,5,main] 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@404947798-102,5,main] 13:11:24.022 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.022 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@404947798-103,5,main] 13:11:24.023 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@404947798-104,5,main] 13:11:24.023 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@404947798-105,5,main] 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@404947798-106,5,main] 13:11:24.023 [WebSocket@404947798-104] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@404947798-107,5,main] 13:11:24.023 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.023 [WebSocket@404947798-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@404947798-108,5,main] 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10867ms QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@7c2b6087{STOPPED} 13:11:24.023 [WebSocket@404947798-107] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10867ms ScheduledExecutorScheduler@7c2b6087{STARTED} 13:11:24.023 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@a8e6492[provider=null,keyStore=null,trustStore=null] 13:11:24.023 [WebSocket@404947798-108] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.024 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 13:11:24.024 [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] 13:11:24.024 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161084024|SSL_NULL_WITH_NULL_NULL)] 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10869ms Client@a8e6492[provider=null,keyStore=null,trustStore=null] 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@1c7fd41f{STOPPED} 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/IDLE/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.02550321Z added {SelectorProducer@6f8f9349,POJO} 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/IDLE/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.02559244Z added {QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}],UNMANAGED} 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/IDLE/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.025653825Z created 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@75c9e76b{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/IDLE/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.02572113Z,MANAGED} 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@1c7fd41f{STARTING} added {ManagedSelector@75c9e76b{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@75c9e76b{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/IDLE/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.025863046Z 13:11:24.025 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10869ms AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/IDLE/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.025927147Z 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@7446d8d5 startThread=0 13:11:24.026 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@7446d8d5 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.026 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@5c3b6c6e on ManagedSelector@75c9e76b{STARTING} id=0 keys=0 selected=0 updates=0 13:11:24.026 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/IDLE/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.026119358Z tryProduce false 13:11:24.026 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.026 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@5c3b6c6e 13:11:24.026 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.026 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d waiting with 0 keys 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms ManagedSelector@75c9e76b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms ClientSelectorManager@1c7fd41f{STARTED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms ClientConnector@60d1a32f{STARTED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms HttpClientTransportOverHTTP@22b53226{STARTED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms HttpClient@1fcb4808{STARTED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@18230356{STOPPED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@d8305c2{STOPPED,size=-1,capacity=1024} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@d8305c2{STARTING,size=0,capacity=1024} added {Pool@4fbda97b[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms InflaterPool@d8305c2{STARTED,size=0,capacity=1024} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@56bca85b{STOPPED,size=-1,capacity=1024} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@56bca85b{STARTING,size=0,capacity=1024} added {Pool@75f5fd58[inUse=0,size=0,max=1024,closed=false],POJO} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms DeflaterPool@56bca85b{STARTED,size=0,capacity=1024} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms WebSocketComponents@18230356{STARTED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms WebSocketCoreClient@4b672daa{STARTED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@ea9b7c6{STOPPED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms SessionTracker@ea9b7c6{STARTED} 13:11:24.026 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10870ms WebSocketClient@67f04f3a[coreClient=WebSocketCoreClient@4b672daa{STARTED},openSessions.size=0] 13:11:24.027 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 13:11:24.027 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@1fcb4808{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 13:11:24.027 [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]]]@37b70343,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 13:11:24.027 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@306851c7[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]] added {Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false],POJO} 13:11:24.027 [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]]]@37b70343,state=STARTING,queue=0,pool=DuplexConnectionPool@306851c7[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@306851c7[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]],MANAGED} 13:11:24.027 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@306851c7[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]] 13:11:24.027 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10871ms DuplexConnectionPool@306851c7[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]] 13:11:24.027 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10871ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STARTED,queue=0,pool=DuplexConnectionPool@306851c7[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:24.027 [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]]]@37b70343,state=STARTED,queue=0,pool=DuplexConnectionPool@306851c7[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 13:11:24.027 [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]]]@37b70343,state=STARTED,queue=0,pool=DuplexConnectionPool@306851c7[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.027 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2] 13:11:24.027 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STARTED,queue=1,pool=DuplexConnectionPool@306851c7[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:11:24.027 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@306851c7[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false]] 13:11:24.027 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 13:11:24.027 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 13:11:24.027 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@47db5fa5{PENDING,usage=0,multiplex=0,pooled=null} 13:11:24.027 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@47db5fa5{PENDING,usage=0,multiplex=0,pooled=null} 13:11:24.028 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@354fc8f0 startThread=0 13:11:24.028 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@354fc8f0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.028 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 0 ms 13:11:24.028 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 13:11:24.028 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@429f54c0{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@22b53226{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STARTED,queue=1,pool=DuplexConnectionPool@306851c7[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60d1a32f{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@1fcb4808{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@46a0d84b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3a25efb}} on ManagedSelector@75c9e76b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:24.028 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@75c9e76b{STARTED} id=0 keys=0 selected=0 updates=1 13:11:24.028 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007f81f41df258@354fc8f0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.028 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken with none selected 13:11:24.028 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken up from select, 0/0/0 selected 13:11:24.028 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d processing 0 keys, 1 updates 13:11:24.028 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.028 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@429f54c0{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@22b53226{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STARTED,queue=1,pool=DuplexConnectionPool@306851c7[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60d1a32f{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@1fcb4808{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@46a0d84b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3a25efb}} 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.028 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@569d0d03[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33554]] on ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d waiting with 1 keys 13:11:24.029 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=1 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken up from select, 1/1/1 selected 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d processing 1 keys, 0 updates 13:11:24.029 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:24.029 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:24.029 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:24.029 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.029 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@569d0d03[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33554]] 13:11:24.029 [WebSocket@404947798-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@1f82443d, interestOps=8, readyOps=8 Connect@429f54c0{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@22b53226{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STARTED,queue=1,pool=DuplexConnectionPool@306851c7[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60d1a32f{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@1fcb4808{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@46a0d84b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3a25efb}} 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:33554 remote=localhost/127.0.0.1:14001] 13:11:24.029 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@569d0d03[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33554]] startThread=0 13:11:24.029 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.029 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:24.029 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@569d0d03[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33554]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0}] 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@157a2f4d{Connect@429f54c0{java.nio.channels.SocketChannel[connected local=/127.0.0.1:33554 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@22b53226{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STARTED,queue=1,pool=DuplexConnectionPool@306851c7[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60d1a32f{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@1fcb4808{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@46a0d84b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3a25efb}}} startThread=0 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.029 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@157a2f4d{Connect@429f54c0{java.nio.channels.SocketChannel[connected local=/127.0.0.1:33554 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@22b53226{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STARTED,queue=1,pool=DuplexConnectionPool@306851c7[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60d1a32f{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@1fcb4808{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@46a0d84b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3a25efb}}} in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.029 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:24.029 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d waiting with 1 keys 13:11:24.029 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 0 ms, remaining: 60000 ms 13:11:24.029 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 13:11:24.029 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,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 13:11:24.029 [qtp1142721449-46] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@148ac521{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.http.HttpClientTransportOverHTTP -- Created HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007f81f4215438@709556e1 on ManagedSelector@75c9e76b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$408/0x00007f31c834c670@3ba126c6 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@55b829d8{ReadCallback@5c947a82{HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@18a68cda on ManagedSelector@75c9e76b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@75c9e76b{STARTED} id=0 keys=1 selected=0 updates=2 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken with none selected 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken up from select, 0/0/1 selected 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@47db5fa5{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d processing 0 keys, 2 updates 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@566cd893{ReadCallback@297c24c8{HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}]}} 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007f81f4215438@709556e1 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@18a68cda 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on DuplexConnectionPool@306851c7[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false]] 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@1bd9a037 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=2 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@47db5fa5{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@12bcd0c0[inUse=1,size=1,max=64,closed=false] 13:11:24.030 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.030 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:24.030 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d waiting with 1 keys 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.030 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 2 updates 13:11:24.030 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:24.030 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$408/0x00007f31c834c670@3ba126c6 13:11:24.030 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[PENDING/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]} on HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(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]]]@37b70343,state=STARTED,queue=0,pool=DuplexConnectionPool@306851c7[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@12bcd0c0[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 13:11:24.030 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@569d0d03[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:33554]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0}] 13:11:24.030 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@1bd9a037 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.030 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.031 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.031 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[PENDING/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]} associated true to HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[PENDING/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@2e49b01f[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@2253950 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: qUcSDflDsv2lETWOAelyzg== Pragma: no-cache Cache-Control: no-cache 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@2e49b01f[demand=1,stalled=false,committed=false,emitInitial=true] 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@2e49b01f[demand=0,stalled=false,committed=true,emitInitial=true] 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@4e803c1{s=START} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.031 [WebSocket@404947798-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@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:24.031 [WebSocket@404947798-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: qUcSDflDsv2lETWOAelyzg== Pragma: no-cache Cache-Control: no-cache 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (259 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@4e803c1{s=COMPLETING} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@67ff475{IDLE}->null [DirectByteBuffer@63ea4019[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@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@6044ec37[p=0,l=0,c=0,r=0]={<<<>>>}] 13:11:24.031 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@67ff475{WRITING}->null:IDLE-->WRITING 13:11:24.032 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 259 SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=W,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[PENDING/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=HEADERS,failure=null)[HttpGenerator@4e803c1{s=COMPLETING}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=259 remaining=0 WriteFlusher@67ff475{WRITING}->null 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@67ff475{IDLE}->null:WRITING-->IDLE 13:11:24.032 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@4e803c1{s=END} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpSender -- Request success JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]}, result: null 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@2e49b01f[demand=0,stalled=true,committed=true,emitInitial=true] 13:11:24.032 [qtp1142721449-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:33554], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.032 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.032 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@157a2f4d{Connect@429f54c0{java.nio.channels.SocketChannel[connected local=/127.0.0.1:33554 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@22b53226{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@37b70343,state=STARTED,queue=0,pool=DuplexConnectionPool@306851c7[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@12bcd0c0[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@60d1a32f{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@1fcb4808{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@46a0d84b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3a25efb}}} in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0}] 13:11:24.032 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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 13:11:24.032 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 13:11:24.032 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:24.032 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=5]@2024-05-31T13:11:24.032804343Z 13:11:24.032 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@566cd893{ReadCallback@297c24c8{HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}]}} 13:11:24.032 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=6]@2024-05-31T13:11:24.032968152Z tryProduce true 13:11:24.033 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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@148ac521{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:24.033 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 259 DirectByteBuffer@1763bf47[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.033 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:24.033 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> IN_VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> FIELD 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> IN_VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> FIELD 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:24.033 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> IN_VALUE 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> FIELD 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> VALUE 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> IN_VALUE 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> FIELD 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> IN_VALUE 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> FIELD 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> IN_VALUE 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> FIELD 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@952358920 cs=HttpChannelState@148ac521{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14e4a65 eof=false 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@14e4a65 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@66ab63e7[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /ws/sensinact on HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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: qUcSDflDsv2lETWOAelyzg== Pragma: no-cache Cache-Control: no-cache 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: websocket in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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} 13:11:24.034 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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}] 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:14001/ws/sensinact HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@148ac521{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /ws/sensinact ?null on HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/ws/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/ws/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@148ac521{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@148ac521{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@148ac521{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@952358920 cs=HttpChannelState@148ac521{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14e4a65 eof=false 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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} 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:24.035 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@16a0150a[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=2} 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=2} 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=END,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=2}] parsed false HttpParser{s=END,0 of -1} 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@66ab63e7[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=2}] 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@952358920 cs=HttpChannelState@148ac521{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14e4a65 eof=true 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@66ab63e7[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=2}] 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@952358920 cs=HttpChannelState@148ac521{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14e4a65 eof=true 13:11:24.036 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@148ac521{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@28b763bf[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@3c538215 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /ws/sensinact on HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=3} 503 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@1a761e0f[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@69186246] (null,[p=0,l=469,c=32768,r=469],true)@START 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=503,h=2,cl=-1} last=true content=DirectByteBuffer@28b763bf[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} 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@1a761e0f[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@69186246] ([p=0,l=151,c=16384,r=151],[p=0,l=469,c=32768,r=469],true)@COMPLETING 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@549180d9{IDLE}->null [DirectByteBuffer@6433ddf7[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@28b763bf[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}] 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@549180d9{WRITING}->null:IDLE-->WRITING 13:11:24.037 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken up from select, 1/1/1 selected 13:11:24.037 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d processing 1 keys, 0 updates 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 620 SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=W,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=END,0 of -1},g=HttpGenerator@140db4fe{s=COMPLETING}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=3}] 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=620 remaining=0 WriteFlusher@549180d9{WRITING}->null 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@549180d9{IDLE}->null:WRITING-->IDLE 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@1a761e0f[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@69186246] ([p=151,l=151,c=16384,r=0],[p=469,l=469,c=32768,r=0],true)@END 13:11:24.037 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:33554 remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@1f82443d, interestOps=1, readyOps=1 SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@148ac521{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:24.037 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@148ac521{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@148ac521{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=3} 13:11:24.037 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 13:11:24.037 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /ws/sensinact written=469 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$394/0x00007f81f41c3b60@5078b386 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=1} startReservedThread p=1 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@952358920 cs=HttpChannelState@148ac521{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14e4a65 eof=true 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@5dd6a618{PENDING,thread=null} startThread=0 13:11:24.038 [WebSocket@404947798-104] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@5dd6a618{PENDING,thread=null} in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=0/2,pending=1}] 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=4} 13:11:24.038 [WebSocket@404947798-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@5dd6a618{PENDING,thread=Thread[WebSocket@404947798-104,5,main]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:24.038 [WebSocket@404947798-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@5dd6a618{RESERVED,thread=Thread[WebSocket@404947798-104,5,main]} waiting ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0} 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/PRODUCING/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:24.038265345Z 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@66ab63e7[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=4}] 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@952358920 cs=HttpChannelState@148ac521{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14e4a65 eof=true 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@66ab63e7[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=4}] 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}] 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@952358920 cs=HttpChannelState@148ac521{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14e4a65 eof=true 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@148ac521{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@952358920 cs=HttpChannelState@148ac521{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14e4a65 eof=true 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@14e4a65 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@55b829d8{ReadCallback@5c947a82{HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.038 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d waiting with 1 keys 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@66ab63e7[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{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=4}] 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@56d858b4[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@581fac1f{PENDING,pooled=null} 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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} 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@5c2033c4{DirectByteBuffer@1922a624[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} 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1922a624[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@5c2033c4{DirectByteBuffer@1922a624[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} 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 620 DirectByteBuffer@1922a624[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} 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 620 bytes in RetainableByteBuffer@5c2033c4{DirectByteBuffer@1922a624[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@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[null 0 null]@51f690c9[PENDING/null]})[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:24.038 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1922a624[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} 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 13:11:24.038 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2] 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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} 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> VALUE 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> IN_VALUE 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> FIELD 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> IN_VALUE 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> FIELD 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=ISO-8859-1 Content-Length: 469 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9 DirectByteBufferR@dab504c[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} 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9, hasDemand=true 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,469 of 469} 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@566cd893{ReadCallback@297c24c8{HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}]}} 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9[TERMINATED/null]}, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 > HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9] null 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 > HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9] null 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@1bd9a037 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:24.039 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.039 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.039 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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@148ac521{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:24.040 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@47db5fa5{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false] 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 > HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9] null, notifying [JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2] 13:11:24.040 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RUNNING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2 > HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9] null 13:11:24.040 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:24.040 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} 13:11:24.040 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.040 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$379/0x00007f31c8321e60@1bd9a037 13:11:24.040 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.040 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@67f04f3a[coreClient=WebSocketCoreClient@4b672daa{STARTED},openSessions.size=0] 13:11:24.040 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.040 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:24.040 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@67f04f3a[coreClient=WebSocketCoreClient@4b672daa{STARTED},openSessions.size=0] 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@4514875a{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4879f0f2[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@51f690c9[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) 13:11:24.040 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@ea9b7c6{STARTED} 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@5c2033c4{DirectByteBuffer@1922a624[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} 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1922a624[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@5c2033c4{DirectByteBuffer@1922a624[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@5c2033c4{DirectByteBuffer@1922a624[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 13:11:24.040 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@ea9b7c6{STARTED} 13:11:24.040 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@ea9b7c6{STOPPED} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@4b672daa{STARTED} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@18230356{STARTED} 13:11:24.041 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@55b829d8{ReadCallback@5c947a82{HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@56bca85b{STARTED,size=0,capacity=1024} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@75f5fd58[inUse=0,size=0,max=1024,closed=false] 13:11:24.041 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@56bca85b{STOPPED,size=-1,capacity=1024} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@d8305c2{STARTED,size=0,capacity=1024} 13:11:24.041 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@18a68cda on ManagedSelector@75c9e76b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@4fbda97b[inUse=0,size=0,max=1024,closed=false] 13:11:24.041 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@75c9e76b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@d8305c2{STOPPED,size=-1,capacity=1024} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@18230356{STOPPED} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@1fcb4808{STARTED} 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken with none selected 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken up from select, 0/0/1 selected 13:11:24.041 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}] 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d processing 0 keys, 1 updates 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007f81f420aa10@18a68cda 13:11:24.041 [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]]]@37b70343,state=STARTED,queue=0,pool=DuplexConnectionPool@306851c7[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=Pool@12bcd0c0[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@12bcd0c0[inUse=0,size=0,max=64,closed=false] 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.041 [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]]]@37b70343,state=STARTED,queue=0,pool=DuplexConnectionPool@306851c7[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d waiting with 1 keys 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@306851c7[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=true]] 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@12bcd0c0[inUse=0,size=0,max=64,closed=true] 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@306851c7[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=true]] 13:11:24.041 [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]]]@37b70343,state=STOPPED,queue=0,pool=DuplexConnectionPool@306851c7[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@12bcd0c0[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@22b53226{STARTED} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@60d1a32f{STARTED} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@1c7fd41f{STARTED} 13:11:24.041 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@75c9e76b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:24.041 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@41813449 on ManagedSelector@75c9e76b{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:24.041 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@75c9e76b{STOPPING} id=0 keys=1 selected=0 updates=1 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken with none selected 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken up from select, 0/0/1 selected 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d processing 0 keys, 1 updates 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@41813449 13:11:24.041 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 1 connections on ManagedSelector@75c9e76b{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:24.042 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Removed (false) MultiEntry@47db5fa5{CLOSED,usage=0,multiplex=0,pooled=HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@12bcd0c0[inUse=0,size=0,max=64,closed=true] 13:11:24.042 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.042 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Shutdown HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.042 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:24.042 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:24.042 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.042 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.042 [qtp1142721449-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:33554], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=3/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.042 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@7a6d3d91[{l=/127.0.0.1:33554,r=localhost/127.0.0.1:14001,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@74aadcac(l:/127.0.0.1:33554 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.042 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.042 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 13:11:24.043 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f31c830ad78@1cdedb1 ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:24.043 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=6]@2024-05-31T13:11:24.043299507Z tryProduce true 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=6]@2024-05-31T13:11:24.043405723Z 13:11:24.043 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:24.043 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@566cd893{ReadCallback@297c24c8{HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}]}} 13:11:24.043 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.043 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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@148ac521{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownInput SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled -1 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- atEOF HttpParser{s=START,0 of -1} 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:24.043 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- START --> CLOSED 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@344dea87[{l=/127.0.0.1:14001,r=/127.0.0.1:33554,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@566cd893{null} 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e63179f startThread=0 13:11:24.044 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:24.044 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:24.044 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 0 updates 13:11:24.044 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:24.044 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.044 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e63179f in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:24.044 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 0 keys 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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} 13:11:24.044 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@344dea87[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.044 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.044 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.044 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e63179f in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:24.043 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@55b829d8{ReadCallback@5c947a82{HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=null,r=null,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@74aadcac(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:11:24.067 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@344dea87[{l=null,r=null,CLOSED,fill=-,flush=-,to=28/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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}] 13:11:24.068 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@6063f19f::SocketChannelEndPoint@344dea87[{l=null,r=null,CLOSED,fill=-,flush=-,to=28/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@6063f19f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@140db4fe{s=START}]=>HttpChannelOverHttp@21b1c65a{s=HttpChannelState@148ac521{s=IDLE 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@148ac521{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:24.068 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RUNNING,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:11:24.068 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@593df14b{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} 13:11:24.068 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.AbstractConnection -- HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=null,r=null,CLOSED,fill=-,flush=-,to=27/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@74aadcac(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(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) 13:11:24.068 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@75c9e76b{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25a62f78 startThread=0 13:11:24.069 [WebSocket@404947798-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25a62f78 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}] 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Closed HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=null,r=null,CLOSED,fill=-,flush=-,to=28/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@74aadcac(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.069 [WebSocket@404947798-106] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@7a6d3d91[{l=null,r=null,CLOSED,fill=-,flush=-,to=28/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@74aadcac(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d waiting with 1 keys 13:11:24.069 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@4678a2eb on ManagedSelector@75c9e76b{STOPPING} id=0 keys=1 selected=0 updates=0 13:11:24.069 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@75c9e76b{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:24.069 [WebSocket@404947798-106] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnectionOverHTTP@74aadcac::SocketChannelEndPoint@7a6d3d91[{l=null,r=null,CLOSED,fill=-,flush=-,to=28/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@74aadcac(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@3597d697(exchange=null)[send=HttpSenderOverHTTP@2685e401(req=QUEUED,failure=null)[HttpGenerator@4e803c1{s=START}],recv=HttpReceiverOverHTTP@5e106fe3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken with none selected 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d woken up from select, 0/0/0 selected 13:11:24.069 [WebSocket@404947798-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25a62f78 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}] 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1f82443d processing 0 keys, 1 updates 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@4678a2eb 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/PRODUCING/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:24.06956426Z 13:11:24.069 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@7446d8d5 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}] 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@502f1f4c/SelectorProducer@6f8f9349/IDLE/p=false/QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:24.069667426Z 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@75c9e76b{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@1c7fd41f{STOPPED} 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@a8e6492[provider=null,keyStore=null,trustStore=null] 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@a8e6492[provider=null,keyStore=null,trustStore=null] 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@7c2b6087{STARTED} 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@7c2b6087{STOPPED} 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@404947798]@41e350f1{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}] 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0}] 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@3b77a04f{reserved=1/2,pending=0} 13:11:24.069 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@3b77a04f{reserved=-1/2,pending=0} 13:11:24.069 [WebSocket@404947798-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@5dd6a618{RESERVED,thread=Thread[WebSocket@404947798-104,5,main]} task=STOP ReservedThreadExecutor@3b77a04f{reserved=-1/2,pending=0} 13:11:24.070 [WebSocket@404947798-107] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@404947798-105,5,main] for 2499 13:11:24.070 [WebSocket@404947798-107] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-108] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@5dd6a618{RESERVED,thread=Thread[WebSocket@404947798-104,5,main]} exited ReservedThreadExecutor@3b77a04f{reserved=-1/2,pending=0} 13:11:24.070 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-108] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@404947798-102,5,main] exited for QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-107] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@404947798-107,5,main] exited for QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-108] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@404947798-108,5,main] exited for QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@404947798-105,5,main] exited for QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@404947798-103,5,main] exited for QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-104] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran ReservedThread@5dd6a618{RESERVED,thread=null} in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@404947798-106,5,main] exited for QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@404947798-102,5,] for 2499 13:11:24.070 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@404947798-101,5,main] for 2499 13:11:24.070 [WebSocket@404947798-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@404947798-101,5,main] exited for QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:24.070 [WebSocket@404947798-104] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@404947798-104,5,main] exited for QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@404947798-104,5,main] for 2499 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@404947798]@41e350f1{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@60d1a32f{STOPPED} 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@22b53226{STOPPED} 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@1fcb4808{STOPPED} 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@4b672daa{STOPPED} 13:11:24.070 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@67f04f3a[coreClient=WebSocketCoreClient@4b672daa{STOPPED},openSessions.size=0] 13:11:26.071 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@58c09958[coreClient=WebSocketCoreClient@b78a709{STARTED},openSessions.size=0] 13:11:26.071 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@58c09958[coreClient=WebSocketCoreClient@b78a709{STARTED},openSessions.size=0] 13:11:26.071 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@30bcf3c1{STARTED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@30bcf3c1{STARTED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@30bcf3c1{STOPPED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@b78a709{STARTED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@10c626be{STARTED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@328cf0e1{STARTED,size=0,capacity=1024} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@2bb7bd00[inUse=0,size=0,max=1024,closed=false] 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@328cf0e1{STOPPED,size=-1,capacity=1024} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@2fc0cc3{STARTED,size=0,capacity=1024} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@72cf2de5[inUse=0,size=0,max=1024,closed=false] 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@2fc0cc3{STOPPED,size=-1,capacity=1024} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@10c626be{STOPPED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@45efc20d{STARTED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@183e8023{STARTED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@201b6b6f{STARTED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@a776e{STARTED} 13:11:26.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@10993713{STARTED} id=0 keys=0 selected=0 updates=0 13:11:26.072 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b43fbf6 on ManagedSelector@10993713{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:26.073 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@10993713{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d138888 woken with none selected 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d138888 woken up from select, 0/0/0 selected 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d138888 processing 0 keys, 1 updates 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b43fbf6 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@10993713{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:26.073 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@1080b026 on ManagedSelector@10993713{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:26.073 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@10993713{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d138888 waiting with 0 keys 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d138888 woken with none selected 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d138888 woken up from select, 0/0/0 selected 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7d138888 processing 0 keys, 1 updates 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@1080b026 13:11:26.073 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:26.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/PRODUCING/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:26.074028239Z 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@5af3a0f/SelectorProducer@19ae6bb/PRODUCING/p=false/QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:26.074144021Z 13:11:26.074 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007f81f41c8000@58359ebd in QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@10993713{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@a776e{STOPPED} 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@42f48531[provider=null,keyStore=null,trustStore=null] 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@42f48531[provider=null,keyStore=null,trustStore=null] 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@5b444398{STARTED} 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@5b444398{STOPPED} 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@281421502]@25e2a451{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0}] 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@792bbc74{reserved=0/2,pending=0} 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@792bbc74{reserved=-1/2,pending=0} 13:11:26.074 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@281421502-99,5,main] for 2499 13:11:26.074 [WebSocket@281421502-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@281421502-95,5,main] exited for QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@281421502-94,5,main] exited for QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.074 [WebSocket@281421502-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@281421502-96,5,main] exited for QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@281421502-97,5,main] exited for QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-99] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-98] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-100] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-99] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-100] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-98] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007f81f414a9b0@429ea3c0 in QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-100] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@281421502-100,5,main] exited for QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-99] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@281421502-99,5,main] exited for QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@281421502-93,5,main] exited for QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [WebSocket@281421502-98] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@281421502-98,5,main] exited for QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@281421502-95,5,] for 2499 13:11:26.075 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@281421502-98,5,] for 2498 13:11:26.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@281421502]@25e2a451{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:26.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@201b6b6f{STOPPED} 13:11:26.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@183e8023{STOPPED} 13:11:26.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@45efc20d{STOPPED} 13:11:26.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@b78a709{STOPPED} 13:11:26.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@58c09958[coreClient=WebSocketCoreClient@b78a709{STOPPED},openSessions.size=0] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.794 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/.flattened-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/target/generated/features/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 122 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-20240531.125934-67.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-20240531.125934-67.pom (8.1 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-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-20240531.125934-67-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-20240531.125934-67-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-20240531.125934-67-osgifeature.json (1.5 kB at 21 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-20240531.125934-67-osgifeaturerepo.zip (1.8 MB at 11 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 1.7 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 6.3 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 2.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 [68/73] [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] --- flatten:1.1.0:clean (flatten.clean) @ northbound-ogc-sensorthings-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ northbound-ogc-sensorthings-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ northbound-ogc-sensorthings-feature --- [INFO] Copying 1 resource [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/agent/workspace/Sensinact Deploy/northbound/security/security-api/target/security-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/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/target/session-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/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/session-impl-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/session/session-impl/0.0.2-SNAPSHOT/session-impl-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 May 31, 2024 1:11: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 May 31, 2024 1:11:31 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 13:11:31.215 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:11:31.231 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:11:31.231 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:11:31.234 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:11:31.370 [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] 13:11:31.371 [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. 13:11:31.371 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 13:11:31.377 [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 13:11:31.377 [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] 13:11:31.378 [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 13:11:31.380 [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 13:11:31.381 [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] 13:11:31.381 [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 13:11:31.383 [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 13:11:31.383 [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] 13:11:31.384 [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 13:11:31.386 [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 13:11:31.386 [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] 13:11:31.386 [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 13:11:31.390 [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 13:11:31.390 [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] 13:11:31.390 [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 13:11:31.394 [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 13:11:31.394 [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] 13:11:31.394 [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 13:11:31.397 [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 13:11:31.397 [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] 13:11:31.397 [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 13:11:31.399 [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 13:11:31.400 [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] 13:11:31.400 [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 13:11:31.402 [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 13:11:31.402 [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] 13:11:31.402 [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 13:11:31.405 [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 13:11:31.405 [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] 13:11:31.406 [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 13:11:31.412 [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 13:11:31.412 [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] 13:11:31.412 [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 13:11:31.414 [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 13:11:31.414 [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] 13:11:31.414 [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 13:11:31.417 [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 13:11:31.417 [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] 13:11:31.417 [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 13:11:31.421 [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 13:11:31.421 [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] 13:11:31.421 [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 13:11:31.427 [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 13:11:31.427 [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] 13:11:31.427 [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 13:11:31.429 [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 13:11:31.429 [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] 13:11:31.429 [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 13:11:31.433 [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 13:11:31.433 [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] 13:11:31.433 [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 13:11:31.435 [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 13:11:31.435 [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 in repositories [target/it/repository] 13:11:31.435 [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 is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.jar 13:11:31.467 [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 13:11:31.468 [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] 13:11:31.468 [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 13:11:31.792 [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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started 13:11:32.014 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 13:11:32.020 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 13:11:32.027 [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 13:11:32.027 [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] 13:11:32.027 [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 13:11:32.037 [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 13:11:32.037 [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] 13:11:32.037 [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 May 31, 2024 1:11:32 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 May 31, 2024 1:11:32 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 13:11:32.226 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@6c9f186b,POJO} 13:11:32.227 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:32.241 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@74c291d5{size=0},AUTO} 13:11:32.245 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[null] added {org.eclipse.jetty.security.DefaultIdentityService@627c386d,POJO} 13:11:32.246 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[OSGi HTTP Service Realm] added {UserStore@3da9f8b6[users.count=0],AUTO} 13:11:32.246 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {HashLoginService@d5f7467[OSGi HTTP Service Realm],AUTO} 13:11:32.325 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]},MANAGED} 13:11:32.333 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2f969c9b{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@3c936fb0} 13:11:32.339 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@21b34839{STOPPED} added {o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED},AUTO} 13:11:32.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1,MANAGED} 13:11:32.369 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1 added {ServletHandler@31ff5c33{STOPPED},MANAGED} 13:11:32.370 [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) 13:11:32.371 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:32.371 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:32.386 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:32.388 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc,POJO} 13:11:32.388 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@21b34839{STOPPED},MANAGED} 13:11:32.388 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:11:32.393 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {ErrorHandler@4307249b{STOPPED},AUTO} 13:11:32.395 [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.10+7 13:11:32.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@5c27024b{STARTING}[11.0.13,sto=0] 13:11:32.435 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:32.473 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:32.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] added {ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0},AUTO} 13:11:32.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:32.488 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2461ms ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:32.491 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-29,5,Configuration Admin Service] 13:11:32.491 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-30,5,Configuration Admin Service] 13:11:32.491 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.492 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-31,5,Configuration Admin Service] 13:11:32.492 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.492 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-32,5,Configuration Admin Service] 13:11:32.492 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.492 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-33,5,Configuration Admin Service] 13:11:32.492 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-34,5,Configuration Admin Service] 13:11:32.492 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.492 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.493 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-35,5,Configuration Admin Service] 13:11:32.493 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.493 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-36,5,Configuration Admin Service] 13:11:32.493 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.493 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2467ms QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.493 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@74c291d5{size=0} 13:11:32.493 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.493 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2467ms AttributeContainerMap@74c291d5{size=0} 13:11:32.493 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:32.493 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3da9f8b6[users.count=0] 13:11:32.493 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2467ms UserStore@3da9f8b6[users.count=0] 13:11:32.494 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2467ms HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:32.494 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@21b34839{STOPPED} 13:11:32.494 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@21b34839{STARTING} 13:11:32.494 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:32.495 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@52671e0a 13:11:32.509 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@3115f2d0, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@426b8d54] 13:11:32.529 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} 13:11:32.529 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:32.529 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@5ee4e5dc,POJO} 13:11:32.530 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2503ms SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:32.530 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:32.534 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:11:32.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600],AUTO} 13:11:32.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=null] 13:11:32.572 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@4f3a5d02{STARTING}[worker=node0] added {HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:11:32.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:11:32.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:11:32.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1094ddef{STOPPED} 13:11:32.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2550ms ScheduledExecutorScheduler@1094ddef{STARTED} 13:11:32.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:11:32.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:11:32.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2554ms HouseKeeper@16d2383c{STARTED}[interval=660000, ownscheduler=true] 13:11:32.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2555ms DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:11:32.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],MANAGED} 13:11:32.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],UNMANAGED} 13:11:32.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2b031045{STOPPED} 13:11:32.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2555ms ScheduledExecutorScheduler@2b031045{STARTED} 13:11:32.582 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:32.582 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@31ff5c33{STOPPED} 13:11:32.591 [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-36669bcc[EMBEDDED:null] 13:11:32.594 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:32.594 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServletd2fe65a{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:32.595 [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-36669bcc=MappedServlet8805c63{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:32.595 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@31ff5c33{STARTING} 13:11:32.595 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:32.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228,POJO} 13:11:32.596 [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-36669bcc[EMBEDDED:null] 13:11:32.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:32.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet387f435d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:32.596 [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-32966228[EMBEDDED:null] 13:11:32.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet632d13c8{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:32.596 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:32.596 [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-36669bcc[EMBEDDED:null] 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet42db580d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:32.597 [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-32966228[EMBEDDED:null] 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4963a0cd{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:32.597 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@31ff5c33{STARTING} 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2571ms ServletHandler@31ff5c33{STARTED} 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2571ms org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:32.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2571ms org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:32.598 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2571ms org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:32.600 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:32.601 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2575ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:32.602 [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-36669bcc 13:11:32.602 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2576ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2577ms o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2577ms ContextHandlerCollection@21b34839{STARTED} 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4307249b{STOPPED} 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4307249b{STARTING} 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2577ms ErrorHandler@4307249b{STARTED} 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@5c27024b{STARTING}[11.0.13,sto=0] @2577ms 13:11:32.603 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2577ms Server@5c27024b{STARTED}[11.0.13,sto=0] 13:11:32.604 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:11:32.616 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@7fcd872a[HTTP/1.1] added {HttpConfiguration@6754a7c8{32768/8192,8192/8192,https://:0,[]},POJO} 13:11:32.631 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:11:32.632 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@656a4c30{STOPPED},AUTO} 13:11:32.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:11:32.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:11:32.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5fa4585e{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:11:32.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@60f79695,POJO} 13:11:32.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@7fcd872a[HTTP/1.1],AUTO} 13:11:32.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:32.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:11:32.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 13:11:32.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.678 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{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} 13:11:32.680 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@656a4c30{STOPPED} 13:11:32.680 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2654ms ScheduledExecutorScheduler@656a4c30{STARTED} 13:11:32.680 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:32.680 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2654ms HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:32.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.686 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.687027759Z added {SelectorProducer@16c08c61,POJO} 13:11:32.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.687403845Z added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:11:32.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.68769713Z created 13:11:32.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.687974874Z,MANAGED} 13:11:32.688 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:32.688 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:32.688 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.688484603Z 13:11:32.688 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2662ms AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.68864632Z 13:11:32.690 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f9a5030b3e0@6f385bc8 startThread=0 13:11:32.690 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f9a5030b3e0@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.690 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.690914237Z tryProduce false 13:11:32.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@75c314ab on ManagedSelector@73d9839c{STARTING} id=0 keys=0 selected=0 updates=0 13:11:32.692 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:32.692 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@75c314ab 13:11:32.692 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:32.692 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 waiting with 0 keys 13:11:32.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2666ms ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:11:32.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2666ms SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@457d3d75,POJO} 13:11:32.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@457d3d75 startThread=0 13:11:32.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.694 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@457d3d75 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2668ms ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.696 [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] 13:11:32.734 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4649cbeb,POJO} 13:11:32.736 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@5c27024b{STARTED}[11.0.13,sto=0] 13:11:32.737 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:32.737 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:32.737 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.737 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 13:11:32.737 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.738 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:11:32.738 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1196120511-30-acceptor-0@457d3d75-ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.739 [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@5b7d393e on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:32.739 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:32.739 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken with none selected 13:11:32.740 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken up from select, 0/0/0 selected 13:11:32.740 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 processing 0 keys, 1 updates 13:11:32.740 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:32.740 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b7d393e 13:11:32.740 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:32.740 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:32.740 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 waiting with 0 keys 13:11:32.740 [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@542bab37 on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:32.741 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:32.741 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken with none selected 13:11:32.741 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 woken up from select, 0/0/0 selected 13:11:32.741 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@7ed8f8f7 processing 0 keys, 1 updates 13:11:32.741 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:32.741 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@542bab37 13:11:32.773 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:32.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/PRODUCING/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.773468846Z 13:11:32.773 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f9a5030b3e0@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.773770436Z 13:11:32.773 [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 13:11:32.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:32.773 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:32.774 [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 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:32.774 [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] 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@656a4c30{STARTED} 13:11:32.774 [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 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@656a4c30{STOPPED} 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@16d2383c{STARTED}[interval=660000, ownscheduler=true] 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1094ddef{STARTED} 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1094ddef{STOPPED} 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@16d2383c{STOPPED}[interval=660000, ownscheduler=false] 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=node0] 13:11:32.774 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@4307249b{STARTED} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@4307249b{STOPPING} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@4307249b{STOPPED} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@21b34839{STARTED} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@21b34839{STOPPING} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@2b031045{STARTED} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@2b031045{STOPPED} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@31ff5c33{STARTED} 13:11:32.775 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@31ff5c33{STOPPING} 13:11:32.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:32.776 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:32.776 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:32.776 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:32.777 [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 13:11:32.777 [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] 13:11:32.777 [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 13:11:32.778 [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-36669bcc[EMBEDDED:null] 13:11:32.779 [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") 13:11:32.779 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4ab2129c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:32.779 [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-36669bcc=MappedServlet5abb99ff{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:32.779 [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 13:11:32.779 [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] 13:11:32.779 [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 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@31ff5c33{STOPPED} 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@21b34839{STOPPED} 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@3da9f8b6[users.count=0] 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@3da9f8b6[users.count=0] 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@74c291d5{size=0} 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@74c291d5{size=0} 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:32.780 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:32.781 [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 13:11:32.782 [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] 13:11:32.782 [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 13:11:32.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@3b3a2b43{reserved=-1/2,pending=0} 13:11:32.783 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-33,5,Configuration Admin Service] for 2499 13:11:32.783 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.783 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-35,5,Configuration Admin Service] for 2499 13:11:32.784 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$310/0x00007f9a5027e9d8@eaf7736 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:32.784 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-29,5,] for 2499 13:11:32.784 [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 13:11:32.784 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:32.784 [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] 13:11:32.784 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:11:32.784 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 13:11:32.784 [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 13:11:32.784 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@46e0b11f,POJO} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@1eb5f629{size=0},AUTO} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[null] added {org.eclipse.jetty.security.DefaultIdentityService@7d7f5119,POJO} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[OSGi HTTP Service Realm] added {UserStore@3fc7be5e[users.count=0],AUTO} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {HashLoginService@3ed46795[OSGi HTTP Service Realm],AUTO} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]},MANAGED} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@14774955{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@164020cb} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@83552b9{STOPPED} added {o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED},AUTO} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1,MANAGED} 13:11:32.785 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1 added {ServletHandler@c262c75{STOPPED},MANAGED} 13:11:32.785 [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) 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342,POJO} 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@83552b9{STOPPED},MANAGED} 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@2ead8af2{STOPPED}[11.0.13,sto=0] 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {ErrorHandler@39f53a1f{STOPPED},AUTO} 13:11:32.786 [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.10+7 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@2ead8af2{STARTING}[11.0.13,sto=0] 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:32.786 [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 13:11:32.786 [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] 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:32.786 [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 13:11:32.786 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0},AUTO} 13:11:32.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:32.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2760ms ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:32.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-39,5,Configuration Admin Service] 13:11:32.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-40,5,Configuration Admin Service] 13:11:32.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-41,5,Configuration Admin Service] 13:11:32.787 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.787 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-42,5,Configuration Admin Service] 13:11:32.787 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.787 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-43,5,Configuration Admin Service] 13:11:32.788 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-44,5,Configuration Admin Service] 13:11:32.788 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-45,5,Configuration Admin Service] 13:11:32.788 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-46,5,Configuration Admin Service] 13:11:32.788 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2762ms QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.788 [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 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@1eb5f629{size=0} 13:11:32.788 [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] 13:11:32.788 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2762ms AttributeContainerMap@1eb5f629{size=0} 13:11:32.788 [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 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3fc7be5e[users.count=0] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2762ms UserStore@3fc7be5e[users.count=0] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2762ms HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@83552b9{STOPPED} 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@83552b9{STARTING} 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} 13:11:32.788 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@17b9e5b0 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@57ccdfaf,POJO} 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2763ms SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600],AUTO} 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@61534f09{STOPPED}[worker=null] 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@61534f09{STARTING}[worker=node0] added {HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false] 13:11:32.789 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@46d41f31{STOPPED} 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2763ms ScheduledExecutorScheduler@46d41f31{STARTED} 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:32.790 [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 13:11:32.790 [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] 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2764ms HouseKeeper@50d3d52b{STARTED}[interval=600000, ownscheduler=true] 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2764ms DefaultSessionIdManager@61534f09{STARTED}[worker=node0] 13:11:32.790 [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 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],MANAGED} 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],UNMANAGED} 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@7990ba83{STOPPED} 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2764ms ScheduledExecutorScheduler@7990ba83{STARTED} 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@c262c75{STOPPED} 13:11:32.790 [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-1bf71342[EMBEDDED:null] 13:11:32.790 [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") 13:11:32.790 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet37a44217{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:32.790 [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-1bf71342=MappedServlet516ffe45{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:32.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@c262c75{STARTING} 13:11:32.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:32.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03,POJO} 13:11:32.791 [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-1bf71342[EMBEDDED:null] 13:11:32.791 [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") 13:11:32.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b27d0d1{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:32.791 [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-579f3c03[EMBEDDED:null] 13:11:32.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3e868b58{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:32.791 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:32.791 [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-1bf71342[EMBEDDED:null] 13:11:32.791 [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") 13:11:32.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b50606f{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:32.791 [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-579f3c03[EMBEDDED:null] 13:11:32.791 [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 13:11:32.791 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet2106f216{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:32.791 [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] 13:11:32.791 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:32.792 [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 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@c262c75{STARTING} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2765ms ServletHandler@c262c75{STARTED} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2765ms org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2765ms org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2766ms org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:32.792 [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-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2766ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:32.792 [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-1bf71342 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2766ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2766ms o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2766ms ContextHandlerCollection@83552b9{STARTED} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@39f53a1f{STOPPED} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@39f53a1f{STARTING} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2766ms ErrorHandler@39f53a1f{STARTED} 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@2ead8af2{STARTING}[11.0.13,sto=0] @2766ms 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2766ms Server@2ead8af2{STARTED}[11.0.13,sto=0] 13:11:32.792 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:11:32.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@1fb5e422[HTTP/1.1] added {HttpConfiguration@53a2c20{32768/8192,8192/8192,https://:0,[]},POJO} 13:11:32.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:11:32.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@3bc1a61c{STOPPED},AUTO} 13:11:32.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:11:32.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:11:32.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5feaa7c2{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:11:32.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@79b22538,POJO} 13:11:32.793 [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 13:11:32.793 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1fb5e422[HTTP/1.1],AUTO} 13:11:32.793 [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] 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:32.794 [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 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081},UNMANAGED} 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{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} 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3bc1a61c{STOPPED} 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2768ms ScheduledExecutorScheduler@3bc1a61c{STARTED} 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2768ms HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:32.794 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.7950968Z added {SelectorProducer@6ab8ad59,POJO} 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.795290107Z added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.795408141Z created 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.795569493Z,MANAGED} 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.795775967Z 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2769ms AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.795875461Z 13:11:32.795 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f9a5030b3e0@815b1aa startThread=0 13:11:32.796 [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@6b6992c1 on ManagedSelector@6066d37b{STARTING} id=0 keys=0 selected=0 updates=0 13:11:32.796 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$369/0x00007f9a5030b3e0@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.796 [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 13:11:32.796 [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] 13:11:32.796 [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 13:11:32.796 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:32.796244273Z tryProduce false 13:11:32.796 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:32.796 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@6b6992c1 13:11:32.796 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:32.796 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 0 keys 13:11:32.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2770ms ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:32.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2770ms SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:11:32.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {acceptor-0@44942890,POJO} 13:11:32.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@44942890 startThread=0 13:11:32.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:11:32.796 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@44942890 in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:32.796 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2770ms ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:11:32.797 [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] 13:11:32.868 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@756fa4f6,POJO} 13:11:32.870 [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 13:11:32.870 [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] 13:11:32.870 [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 13:11:32.874 [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 13:11:32.874 [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] 13:11:32.874 [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 13:11:32.876 [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 13:11:32.876 [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] 13:11:32.876 [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 13:11:32.878 [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 13:11:32.878 [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] 13:11:32.878 [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 13:11:32.880 [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 13:11:32.880 [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] 13:11:32.880 [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 13:11:32.882 [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 13:11:32.882 [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] 13:11:32.882 [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 13:11:32.884 [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 13:11:32.884 [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] 13:11:32.884 [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 13:11:32.886 [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 13:11:32.886 [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] 13:11:32.886 [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 13:11:32.888 [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 13:11:32.888 [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] 13:11:32.888 [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 13:11:32.890 [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 13:11:32.890 [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] 13:11:32.890 [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 13:11:32.892 [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 13:11:32.892 [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] 13:11:32.892 [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 13:11:32.893 [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 13:11:32.893 [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] 13:11:32.893 [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 13:11:32.902 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 13:11:32.902 [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] 13:11:32.902 [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 13:11:32.905 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 13:11:32.905 [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] 13:11:32.905 [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 May 31, 2024 1:11:32 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 May 31, 2024 1:11:33 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 13:11:33.029 [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 May 31, 2024 1:11:33 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 13:11:33.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-ogc-sensorthings-feature 13:11:33.092 [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 13:11:33.092 [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 13:11:33.092 [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 13:11:33.092 [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] 13:11:33.092 [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 13:11:33.094 [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 13:11:33.094 [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] 13:11:33.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.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 13:11:33.096 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 13:11:33.096 [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] 13:11:33.096 [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 13:11:33.098 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.locationtech.spatial4j:spatial4j:0.8 13:11:33.098 [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] 13:11:33.098 [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 13:11:33.100 [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 13:11:33.100 [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] 13:11:33.100 [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 13:11:33.103 [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 13:11:33.103 [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] 13:11:33.103 [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 13:11:33.105 [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 13:11:33.105 [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] 13:11:33.105 [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 13:11:33.107 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT 13:11:33.107 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:33.107 [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:security-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar 13:11:33.109 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT 13:11:33.109 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:33.109 [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.session:session-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar 13:11:33.110 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT 13:11:33.111 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:33.111 [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.session:session-impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.jar 13:11:33.113 [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 13:11:33.113 [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] 13:11:33.113 [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 13:11:33.116 [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 13:11:33.116 [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] 13:11:33.116 [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 13:11:33.117 [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 13:11:33.117 [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] 13:11:33.118 [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 13:11:33.285 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy DENY_ALL 13:11:33.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. May 31, 2024 1:11:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:11:33.603 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:47596]] on ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:33.604 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=1 13:11:33.604 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:33.604 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/0 selected 13:11:33.604 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:33.604 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:33.604 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:47596]] 13:11:33.605 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:47596]] startThread=0 13:11:33.605 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:33.605 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:47596]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:33.605 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:33.624 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:33.668 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=47/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 47 ms, remaining: 59953 ms May 31, 2024 1:11:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11: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. May 31, 2024 1:11: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. May 31, 2024 1:11:33 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:11:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:11:33.887 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=267/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:33.971 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=351/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:33.973 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$621/0x00007f9a5043eb30@484e5d0a on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:33.973 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=352/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.973 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=353/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.974 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=353/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.974 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@29d3a7ce{ReadCallback@3d55dc88{HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}]}} 13:11:33.975 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.975 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$590/0x00007f9a5040ea68@7c97025 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:33.975 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=2 13:11:33.975 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:33.975 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:33.975 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 2 updates 13:11:33.975 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:33.975 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$621/0x00007f9a5043eb30@484e5d0a 13:11:33.975 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.975 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$590/0x00007f9a5040ea68@7c97025 13:11:33.975 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@e9aa8a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:47596]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:33.976 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.976 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:33.976 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:33.976 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 1/1/1 selected 13:11:33.976 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 1 keys, 0 updates 13:11:33.976 [qtp1142721449-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:47596], selector=sun.nio.ch.EPollSelectorImpl@72a6cdc1, interestOps=1, readyOps=1 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.976 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.976 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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 13:11:33.976 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$368/0x00007f9a5030ad78@1cdedb1 13:11:33.977 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:11:33.977 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@1ac985c3{PENDING,thread=null} startThread=0 13:11:33.977 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@1ac985c3{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:11:33.978 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{PENDING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:33.978 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1ac985c3{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:33.978 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:33.978230843Z 13:11:33.978 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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 13:11:33.978 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:33.978 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:33.978 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}] 13:11:33.978 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:33.978 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys 13:11:33.978 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@29d3a7ce{ReadCallback@3d55dc88{HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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}]}} 13:11:33.978 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:33.979 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@65a48186[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@4089ec19{PENDING,pooled=null} 13:11:33.982 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 210 DirectByteBuffer@1763bf47[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:33.982 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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 210 RetainableByteBuffer@27707add{DirectByteBuffer@1763bf47[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} 13:11:33.982 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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@27707add{DirectByteBuffer@1763bf47[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} 13:11:33.982 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:33.983 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:33.985 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:33.985 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:33.985 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:33.986 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:33.987 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:11:33.987 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:11:33.987 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:11:33.987 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:11:33.987 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:11:33.987 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:11:33.987 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:11:33.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:33.991 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=false 13:11:33.997 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@5f6d791 13:11:33.997 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7934e1ea[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=7}] 13:11:33.997 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /v1.1 on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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} 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.10 13:11:33.998 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=8} Upgrade: h2c 13:11:33.999 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 13:11:33.999 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=17/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=9}] parsed true HttpParser{s=CONTENT,0 of 0} 13:11:33.999 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=17/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=10}] 13:11:34.000 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8081/v1.1 HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=10} 13:11:34.000 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:34.001 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=11} 13:11:34.002 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /v1.1 ?null on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=12} 13:11:34.003 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/v1.1 @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:34.067 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/v1.1 @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:34.068 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:34.068 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:34.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/v1.1|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/v1.1} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:34.076 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null May 31, 2024 1:11:34 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. May 31, 2024 1:11:34 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. May 31, 2024 1:11:34 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. 13:11:34.537 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@5a7bf142[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}) 13:11:34.538 [qtp1142721449-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=1646 null 13:11:34.538 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@167b530d[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@ff4dbbb{null} 13:11:34.538 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /v1.1 on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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:8081/v1.1,age=548} 200 null HTTP/1.1 Date: Fri, 31 May 2024 13:11:33 GMT Content-Length: 1646 Content-Type: application/json 13:11:34.541 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@3071a0d8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1646},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@580f9741] (null,[p=0,l=1646,c=8192,r=1646],true)@START 13:11:34.541 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=1646} last=true content=HeapByteBuffer@167b530d[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} 13:11:34.542 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Fri, 31 May 2024 13:11:33 GMT Content-Length: 1646 Content-Type: application/json 13:11:34.542 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:34.542 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@3071a0d8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1646},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@580f9741] ([p=0,l=110,c=16384,r=110],[p=0,l=1646,c=8192,r=1646],true)@COMPLETING 13:11:34.542 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@104a7cbf{IDLE}->null [DirectByteBuffer@6b69ff40[p=0,l=110,c=16384,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@167b530d[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}] 13:11:34.542 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@104a7cbf{WRITING}->null:IDLE-->WRITING 13:11:34.543 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 1756 SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=W,to=561/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=COMPLETING}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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:8081/v1.1,age=553}] 13:11:34.543 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=1756 remaining=0 WriteFlusher@104a7cbf{WRITING}->null 13:11:34.543 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@104a7cbf{IDLE}->null:WRITING-->IDLE 13:11:34.543 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@3071a0d8[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1646},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@580f9741] ([p=110,l=110,c=16384,r=0],[p=1646,l=1646,c=8192,r=0],true)@END 13:11:34.544 [qtp1142721449-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 13:11:34.546 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:34.546 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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:8081/v1.1,age=556} 13:11:34.546 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@fb90ebd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 13:11:34.546 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@fb90ebd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:34.546 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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:8081/v1.1,age=556} 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@4c513fd7) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@fb90ebd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@fb90ebd{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=557} 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /v1.1 written=1646 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=false 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=557} 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:34.547 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@301aa093{s=END}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=558}] parse null 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@5df51040[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=558} 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=558} 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=END,0 of 0},g=HttpGenerator@301aa093{s=END}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=558}] parsed false HttpParser{s=END,0 of 0} 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:34.548 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=558}] 13:11:34.549 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:34.549 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=559}] 13:11:34.549 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:34.549 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@fb90ebd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:34.549 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@245133865 cs=HttpChannelState@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5f6d791 eof=true 13:11:34.549 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@5f6d791 13:11:34.549 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7934e1ea[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{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=559}] 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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} 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@27707add{DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1763bf47[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 13:11:34.551 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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} 13:11:34.552 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:34.552 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:34.567 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@29d3a7ce{ReadCallback@3d55dc88{HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}]}} 13:11:34.568 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:34.568 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$590/0x00007f9a5040ea68@7c97025 on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:34.568 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:34.568 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken with none selected 13:11:34.568 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 woken up from select, 0/0/1 selected 13:11:34.568 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 processing 0 keys, 1 updates 13:11:34.568 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:34.568 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5f15f2e8::SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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@fb90ebd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:34.568 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$590/0x00007f9a5040ea68@7c97025 13:11:34.568 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:34.568 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@73375fd7[{l=/127.0.0.1:8081,r=/127.0.0.1:47596,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5f15f2e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@301aa093{s=START}]=>HttpChannelOverHttp@60321428{s=HttpChannelState@fb90ebd{s=IDLE 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}] 13:11:34.568 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:34.568 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@72a6cdc1 waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.019 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/.flattened-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/target/generated/features/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 53 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-20240531.125934-74.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-20240531.125934-74.pom (7.9 kB at 88 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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeature.json (1.7 kB at 35 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-20240531.125934-74-osgifeaturerepo.zip (3.5 MB at 15 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/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 13 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 6.1 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 3.4 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 [69/73] [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] --- flatten:1.1.0:clean (flatten.clean) @ virtual-temperature-sensor-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ virtual-temperature-sensor-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ virtual-temperature-sensor-feature --- [INFO] Copying 1 resource [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 May 31, 2024 1: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 May 31, 2024 1:11:39 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 13:11:39.499 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:11:39.516 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:11:39.517 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:11:39.519 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:11:39.632 [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] 13:11:39.632 [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. 13:11:39.632 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 13:11:39.639 [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 13:11:39.639 [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] 13:11:39.640 [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 13:11:39.642 [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 13:11:39.643 [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] 13:11:39.643 [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 13:11:39.645 [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 13:11:39.645 [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] 13:11:39.645 [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 13:11:39.648 [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 13:11:39.648 [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] 13:11:39.648 [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 13:11:39.669 [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 13:11:39.670 [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] 13:11:39.670 [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 13:11:39.673 [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 13:11:39.673 [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] 13:11:39.673 [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 13:11:39.676 [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 13:11:39.676 [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] 13:11:39.676 [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 13:11:39.678 [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 13:11:39.678 [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] 13:11:39.679 [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 13:11:39.686 [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 13:11:39.686 [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] 13:11:39.686 [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 13:11:39.693 [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 13:11:39.693 [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] 13:11:39.693 [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 13:11:39.699 [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 13:11:39.699 [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] 13:11:39.699 [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 13:11:39.701 [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 13:11:39.701 [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] 13:11:39.702 [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 13:11:39.704 [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 13:11:39.704 [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] 13:11:39.704 [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 13:11:39.707 [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 13:11:39.707 [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] 13:11:39.707 [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 13:11:39.713 [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 13:11:39.713 [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] 13:11:39.713 [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 13:11:39.716 [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 13:11:39.716 [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] 13:11:39.716 [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 13:11:39.724 [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 13:11:39.724 [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] 13:11:39.724 [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 13:11:39.729 [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 13:11:39.729 [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 in repositories [target/it/repository] 13:11:39.729 [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 is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.jar 13:11:39.731 [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 13:11:39.731 [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] 13:11:39.732 [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 13:11:40.120 [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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started 13:11:40.372 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 13:11:40.378 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 13:11:40.379 [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 13:11:40.380 [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] 13:11:40.380 [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 13:11:40.392 [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 13:11:40.392 [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] 13:11:40.392 [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 May 31, 2024 1: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.apache.felix.http.jetty May 31, 2024 1:11:40 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 13:11:40.536 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@6c9f186b,POJO} 13:11:40.537 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:40.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@74c291d5{size=0},AUTO} 13:11:40.569 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[null] added {org.eclipse.jetty.security.DefaultIdentityService@627c386d,POJO} 13:11:40.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[OSGi HTTP Service Realm] added {UserStore@3da9f8b6[users.count=0],AUTO} 13:11:40.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {HashLoginService@d5f7467[OSGi HTTP Service Realm],AUTO} 13:11:40.647 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]},MANAGED} 13:11:40.673 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2f969c9b{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@3c936fb0} 13:11:40.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@21b34839{STOPPED} added {o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED},AUTO} 13:11:40.695 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1,MANAGED} 13:11:40.697 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1 added {ServletHandler@31ff5c33{STOPPED},MANAGED} 13:11:40.697 [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) 13:11:40.699 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:40.699 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:40.717 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:40.719 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc,POJO} 13:11:40.720 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@21b34839{STOPPED},MANAGED} 13:11:40.720 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:11:40.727 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {ErrorHandler@4307249b{STOPPED},AUTO} 13:11:40.730 [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.10+7 13:11:40.809 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@5c27024b{STARTING}[11.0.13,sto=0] 13:11:40.810 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:40.812 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:40.812 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] added {ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0},AUTO} 13:11:40.812 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:40.825 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2590ms ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:40.828 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-29,5,Configuration Admin Service] 13:11:40.829 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-30,5,Configuration Admin Service] 13:11:40.829 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.829 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-31,5,Configuration Admin Service] 13:11:40.829 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-32,5,Configuration Admin Service] 13:11:40.829 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.829 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-33,5,Configuration Admin Service] 13:11:40.829 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.830 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-34,5,Configuration Admin Service] 13:11:40.830 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.830 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.830 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-35,5,Configuration Admin Service] 13:11:40.830 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-36,5,Configuration Admin Service] 13:11:40.830 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.830 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.830 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2595ms QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.830 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@74c291d5{size=0} 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2596ms AttributeContainerMap@74c291d5{size=0} 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3da9f8b6[users.count=0] 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2596ms UserStore@3da9f8b6[users.count=0] 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2596ms HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@21b34839{STOPPED} 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@21b34839{STARTING} 13:11:40.831 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:40.832 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@52671e0a 13:11:40.879 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@3115f2d0, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@426b8d54] 13:11:40.899 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} 13:11:40.899 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:40.899 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@5ee4e5dc,POJO} 13:11:40.900 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2665ms SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:40.900 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:40.904 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:11:40.907 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600],AUTO} 13:11:40.909 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=null] 13:11:40.911 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@4f3a5d02{STARTING}[worker=node0] added {HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:11:40.914 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:11:40.914 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:11:40.915 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1094ddef{STOPPED} 13:11:40.916 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2681ms ScheduledExecutorScheduler@1094ddef{STARTED} 13:11:40.916 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:11:40.917 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:11:40.920 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2685ms HouseKeeper@16d2383c{STARTED}[interval=660000, ownscheduler=true] 13:11:40.920 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2685ms DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:11:40.920 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],MANAGED} 13:11:40.920 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],UNMANAGED} 13:11:40.920 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2b031045{STOPPED} 13:11:40.921 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2686ms ScheduledExecutorScheduler@2b031045{STARTED} 13:11:40.921 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:40.922 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@31ff5c33{STOPPED} 13:11:40.931 [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-36669bcc[EMBEDDED:null] 13:11:40.935 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:40.935 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServletd2fe65a{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:40.936 [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-36669bcc=MappedServlet8805c63{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:40.936 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@31ff5c33{STARTING} 13:11:40.936 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:40.936 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228,POJO} 13:11:40.937 [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-36669bcc[EMBEDDED:null] 13:11:40.937 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:40.937 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet387f435d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:40.937 [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-32966228[EMBEDDED:null] 13:11:40.937 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet632d13c8{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:40.937 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:40.937 [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-36669bcc[EMBEDDED:null] 13:11:40.937 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:11:40.938 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet42db580d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:40.938 [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-32966228[EMBEDDED:null] 13:11:40.938 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4963a0cd{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:40.938 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:40.938 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@31ff5c33{STARTING} 13:11:40.938 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2703ms ServletHandler@31ff5c33{STARTED} 13:11:40.938 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:40.939 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:40.939 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2704ms org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:40.939 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2704ms org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:40.939 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2704ms org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:40.942 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:40.943 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2708ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:40.944 [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-36669bcc 13:11:40.944 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:40.944 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2709ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2710ms o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2710ms ContextHandlerCollection@21b34839{STARTED} 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4307249b{STOPPED} 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4307249b{STARTING} 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2710ms ErrorHandler@4307249b{STARTED} 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@5c27024b{STARTING}[11.0.13,sto=0] @2710ms 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2710ms Server@5c27024b{STARTED}[11.0.13,sto=0] 13:11:40.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:40.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@7fcd872a[HTTP/1.1] added {HttpConfiguration@6754a7c8{32768/8192,8192/8192,https://:0,[]},POJO} 13:11:40.994 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:11:40.995 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@656a4c30{STOPPED},AUTO} 13:11:41.008 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:11:41.008 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:11:41.008 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5fa4585e{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:11:41.009 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@60f79695,POJO} 13:11:41.009 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@7fcd872a[HTTP/1.1],AUTO} 13:11:41.009 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:41.013 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:11:41.013 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 13:11:41.014 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.021 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{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} 13:11:41.024 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@656a4c30{STOPPED} 13:11:41.024 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2789ms ScheduledExecutorScheduler@656a4c30{STARTED} 13:11:41.024 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:41.024 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2789ms HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:41.024 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.031 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.031370373Z added {SelectorProducer@16c08c61,POJO} 13:11:41.031 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.031706149Z added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:11:41.031 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.031927369Z created 13:11:41.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.032140795Z,MANAGED} 13:11:41.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:41.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:41.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.032606851Z 13:11:41.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2797ms AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.032921308Z 13:11:41.035 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007fe004315580@6f385bc8 startThread=0 13:11:41.035 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007fe004315580@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:41.035 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.035552806Z tryProduce false 13:11:41.035 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@75c314ab on ManagedSelector@73d9839c{STARTING} id=0 keys=0 selected=0 updates=0 13:11:41.037 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:41.037 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@75c314ab 13:11:41.037 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:41.037 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2802ms ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:11:41.037 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 waiting with 0 keys 13:11:41.037 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2802ms SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@457d3d75,POJO} 13:11:41.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@457d3d75 startThread=0 13:11:41.039 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@457d3d75 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:41.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2804ms ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.041 [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] 13:11:41.102 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4649cbeb,POJO} 13:11:41.104 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@5c27024b{STARTED}[11.0.13,sto=0] 13:11:41.104 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:41.104 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:41.104 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.105 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.105 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:11:41.105 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1196120511-30-acceptor-0@457d3d75-ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:41.106 [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@5b7d393e on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:41.106 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 13:11:41.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:41.106 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 woken with none selected 13:11:41.106 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 woken up from select, 0/0/0 selected 13:11:41.107 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 processing 0 keys, 1 updates 13:11:41.107 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:41.107 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b7d393e 13:11:41.107 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:41.107 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:41.107 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 waiting with 0 keys 13:11:41.107 [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@542bab37 on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:11:41.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:11:41.107 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 woken with none selected 13:11:41.107 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 woken up from select, 0/0/0 selected 13:11:41.108 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 processing 0 keys, 1 updates 13:11:41.108 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:41.108 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@542bab37 13:11:41.111 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:41.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/PRODUCING/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.111264226Z 13:11:41.111 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007fe004315580@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:41.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.111476981Z 13:11:41.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:41.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:41.111 [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 13:11:41.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:11:41.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@656a4c30{STARTED} 13:11:41.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@656a4c30{STOPPED} 13:11:41.112 [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 13:11:41.112 [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] 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.112 [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 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@16d2383c{STARTED}[interval=600000, ownscheduler=true] 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1094ddef{STARTED} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1094ddef{STOPPED} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=node0] 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@4307249b{STARTED} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@4307249b{STOPPING} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@4307249b{STOPPED} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@21b34839{STARTED} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@21b34839{STOPPING} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:11:41.112 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@2b031045{STARTED} 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@2b031045{STOPPED} 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@31ff5c33{STARTED} 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@31ff5c33{STOPPING} 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:41.113 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:41.113 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:41.114 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:41.116 [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 13:11:41.116 [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] 13:11:41.116 [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 13:11:41.116 [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-36669bcc[EMBEDDED:null] 13:11:41.116 [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") 13:11:41.116 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4ab2129c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:41.116 [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-36669bcc=MappedServlet5abb99ff{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:41.117 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@31ff5c33{STOPPED} 13:11:41.117 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:11:41.117 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:41.117 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:11:41.117 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:41.117 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:11:41.117 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@21b34839{STOPPED} 13:11:41.117 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:41.118 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@3da9f8b6[users.count=0] 13:11:41.118 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@3da9f8b6[users.count=0] 13:11:41.118 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:11:41.118 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@74c291d5{size=0} 13:11:41.118 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@74c291d5{size=0} 13:11:41.118 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:41.118 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:11:41.118 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:11:41.118 [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 13:11:41.118 [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] 13:11:41.118 [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 13:11:41.120 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@3b3a2b43{reserved=-1/2,pending=0} 13:11:41.120 [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 13:11:41.120 [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] 13:11:41.120 [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 13:11:41.120 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-33,5,Configuration Admin Service] for 2499 13:11:41.120 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.120 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007fe004283d70@751f2b5c in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.121 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.168 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-35,5,] for 2452 13:11:41.168 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:11:41.168 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:11:41.168 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 13:11:41.168 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@46e0b11f,POJO} 13:11:41.168 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@1eb5f629{size=0},AUTO} 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[null] added {org.eclipse.jetty.security.DefaultIdentityService@7d7f5119,POJO} 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[OSGi HTTP Service Realm] added {UserStore@3fc7be5e[users.count=0],AUTO} 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {HashLoginService@3ed46795[OSGi HTTP Service Realm],AUTO} 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]},MANAGED} 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@14774955{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@164020cb} 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@83552b9{STOPPED} added {o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED},AUTO} 13:11:41.169 [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 13:11:41.169 [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] 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1,MANAGED} 13:11:41.169 [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 13:11:41.169 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1 added {ServletHandler@c262c75{STOPPED},MANAGED} 13:11:41.170 [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) 13:11:41.170 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:41.170 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:11:41.170 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:41.170 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342,POJO} 13:11:41.170 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@83552b9{STOPPED},MANAGED} 13:11:41.170 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@2ead8af2{STOPPED}[11.0.13,sto=0] 13:11:41.170 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {ErrorHandler@39f53a1f{STOPPED},AUTO} 13:11:41.170 [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.10+7 13:11:41.171 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@2ead8af2{STARTING}[11.0.13,sto=0] 13:11:41.171 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:11:41.171 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:41.171 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0},AUTO} 13:11:41.171 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:41.171 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2936ms ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:11:41.171 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-39,5,Configuration Admin Service] 13:11:41.171 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-40,5,Configuration Admin Service] 13:11:41.171 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.172 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-41,5,Configuration Admin Service] 13:11:41.172 [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 13:11:41.172 [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] 13:11:41.172 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.172 [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 13:11:41.172 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-42,5,Configuration Admin Service] 13:11:41.172 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.172 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-43,5,Configuration Admin Service] 13:11:41.172 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-44,5,Configuration Admin Service] 13:11:41.172 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.172 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.172 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-45,5,Configuration Admin Service] 13:11:41.172 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-46,5,Configuration Admin Service] 13:11:41.173 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2938ms QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@1eb5f629{size=0} 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2938ms AttributeContainerMap@1eb5f629{size=0} 13:11:41.173 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3fc7be5e[users.count=0] 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2938ms UserStore@3fc7be5e[users.count=0] 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2938ms HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@83552b9{STOPPED} 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@83552b9{STARTING} 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@17b9e5b0 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@57ccdfaf,POJO} 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2938ms SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:11:41.173 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:11:41.174 [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 13:11:41.174 [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] 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600],AUTO} 13:11:41.174 [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 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@61534f09{STOPPED}[worker=null] 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@61534f09{STARTING}[worker=node0] added {HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false] 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@46d41f31{STOPPED} 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2939ms ScheduledExecutorScheduler@46d41f31{STARTED} 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2939ms HouseKeeper@50d3d52b{STARTED}[interval=660000, ownscheduler=true] 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2939ms DefaultSessionIdManager@61534f09{STARTED}[worker=node0] 13:11:41.174 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],MANAGED} 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],UNMANAGED} 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@7990ba83{STOPPED} 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2940ms ScheduledExecutorScheduler@7990ba83{STARTED} 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@c262c75{STOPPED} 13:11:41.175 [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-1bf71342[EMBEDDED:null] 13:11:41.175 [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") 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet37a44217{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:41.175 [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-1bf71342=MappedServlet516ffe45{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@c262c75{STARTING} 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03,POJO} 13:11:41.175 [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-1bf71342[EMBEDDED:null] 13:11:41.175 [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") 13:11:41.175 [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 13:11:41.175 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b27d0d1{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:41.175 [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] 13:11:41.176 [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-579f3c03[EMBEDDED:null] 13:11:41.176 [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 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3e868b58{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:41.176 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:41.176 [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-1bf71342[EMBEDDED:null] 13:11:41.176 [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") 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b50606f{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:11:41.176 [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-579f3c03[EMBEDDED:null] 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet2106f216{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:11:41.176 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@c262c75{STARTING} 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2941ms ServletHandler@c262c75{STARTED} 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2941ms org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2941ms org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:11:41.176 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2941ms org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:11:41.176 [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-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2942ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:41.177 [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-1bf71342 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2942ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2942ms o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2942ms ContextHandlerCollection@83552b9{STARTED} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@39f53a1f{STOPPED} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@39f53a1f{STARTING} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2942ms ErrorHandler@39f53a1f{STARTED} 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@2ead8af2{STARTING}[11.0.13,sto=0] @2942ms 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2942ms Server@2ead8af2{STARTED}[11.0.13,sto=0] 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@1fb5e422[HTTP/1.1] added {HttpConfiguration@53a2c20{32768/8192,8192/8192,https://:0,[]},POJO} 13:11:41.177 [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 13:11:41.177 [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] 13:11:41.177 [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 13:11:41.177 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@3bc1a61c{STOPPED},AUTO} 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5feaa7c2{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@79b22538,POJO} 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1fb5e422[HTTP/1.1],AUTO} 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:11:41.178 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083},UNMANAGED} 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{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} 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3bc1a61c{STOPPED} 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2944ms ScheduledExecutorScheduler@3bc1a61c{STARTED} 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2944ms HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.179844695Z added {SelectorProducer@6ab8ad59,POJO} 13:11:41.179 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.179995974Z added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:11:41.180 [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 13:11:41.180 [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] 13:11:41.180 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.180134874Z created 13:11:41.180 [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 13:11:41.180 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.180280812Z,MANAGED} 13:11:41.180 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:11:41.180 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:11:41.180 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.180523835Z 13:11:41.180 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2945ms AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.180639351Z 13:11:41.182 [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 13:11:41.182 [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] 13:11:41.182 [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 13:11:41.195 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007fe004315580@815b1aa startThread=0 13:11:41.195 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007fe004315580@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.195 [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@6b6992c1 on ManagedSelector@6066d37b{STARTING} id=0 keys=0 selected=0 updates=0 13:11:41.195 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.195579698Z tryProduce false 13:11:41.195 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:41.195 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@6b6992c1 13:11:41.195 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:41.195 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e waiting with 0 keys 13:11:41.195 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2960ms ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:41.195 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2960ms SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:41.195 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {acceptor-0@44942890,POJO} 13:11:41.196 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@44942890 startThread=0 13:11:41.196 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@44942890 in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.196 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:41.196 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2961ms ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:41.196 [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] 13:11:41.198 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@756fa4f6,POJO} 13:11:41.206 [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 13:11:41.206 [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] 13:11:41.206 [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 13:11:41.211 [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 13:11:41.211 [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] 13:11:41.211 [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 13:11:41.214 [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 13:11:41.214 [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] 13:11:41.214 [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 13:11:41.216 [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 13:11:41.216 [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] 13:11:41.217 [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 13:11:41.219 [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 13:11:41.219 [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] 13:11:41.219 [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 13:11:41.268 [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 13:11:41.268 [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] 13:11:41.268 [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 13:11:41.271 [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 13:11:41.271 [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] 13:11:41.271 [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 13:11:41.273 [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 13:11:41.273 [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] 13:11:41.273 [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 13:11:41.276 [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 13:11:41.276 [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] 13:11:41.276 [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 13:11:41.277 [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 13:11:41.277 [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] 13:11:41.277 [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 13:11:41.279 [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 13:11:41.279 [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] 13:11:41.280 [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 13:11:41.281 [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 13:11:41.281 [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] 13:11:41.281 [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 13:11:41.283 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 13:11:41.283 [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] 13:11:41.283 [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 13:11:41.286 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 13:11:41.286 [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] 13:11:41.286 [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 May 31, 2024 1:11:41 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 May 31, 2024 1:11:41 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 13:11:41.394 [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 May 31, 2024 1:11:41 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 13:11:41.433 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-rest-feature 13:11:41.436 [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 13:11:41.467 [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 13:11:41.468 [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 13:11:41.468 [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] 13:11:41.468 [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 13:11:41.470 [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 13:11:41.470 [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] 13:11:41.471 [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 13:11:41.473 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 13:11:41.473 [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] 13:11:41.473 [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 13:11:41.475 [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 13:11:41.475 [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] 13:11:41.475 [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 13:11:41.477 [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 13:11:41.478 [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] 13:11:41.478 [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 13:11:41.480 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT 13:11:41.480 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:41.480 [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:security-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar 13:11:41.482 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT 13:11:41.482 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:41.482 [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.session:session-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar 13:11:41.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT 13:11:41.484 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:11:41.484 [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.session:session-impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.jar 13:11:41.486 [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 13:11:41.486 [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] 13:11:41.487 [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 13:11:41.489 [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 13:11:41.489 [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] 13:11:41.489 [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 13:11:41.491 [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 13:11:41.491 [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] 13:11:41.492 [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 13:11:41.599 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy ALLOW_ALL 13:11:41.616 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model virtual-temperature-sensor-feature 13:11:41.618 [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 13:11:41.618 [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 13:11:41.618 [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] 13:11:41.618 [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 13:11:41.700 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.701 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.702 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.702 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.703 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.703 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.704 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.705 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.706 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.706 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.707 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.708 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.708 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.709 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.715 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:11:41.780 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.781 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.781 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:11:41.800 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{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:46292]] on ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:11:41.800 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=1 13:11:41.800 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken with none selected 13:11:41.800 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken up from select, 0/0/0 selected 13:11:41.800 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e processing 0 keys, 1 updates 13:11:41.800 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:41.800 [qtp1142721449-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:46292]] 13:11:41.801 [qtp1142721449-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:46292]] startThread=0 13:11:41.801 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:41.801 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e waiting with 1 keys 13:11:41.801 [qtp1142721449-41] 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:46292]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.817 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:41.817 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 3 ms, remaining: 59997 ms 13:11:41.922 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=108/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:41.981 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=168/60000}{io=0/0,kio=0,kro=0}]->[] 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$594/0x00007fe004408ab0@6543fd4b on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=169/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=169/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=169/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@217236a4{ReadCallback@a530d0e{HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}]}} 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$551/0x00007fe0043cac70@700010aa on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=2 13:11:41.983 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken with none selected 13:11:41.983 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.983 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken up from select, 0/0/1 selected 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e processing 0 keys, 2 updates 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:11:41.984 [qtp1142721449-41] 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:46292]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$594/0x00007fe004408ab0@6543fd4b 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$551/0x00007fe0043cac70@700010aa 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e waiting with 1 keys 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken up from select, 1/1/1 selected 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e processing 1 keys, 0 updates 13:11:41.984 [qtp1142721449-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:46292], selector=sun.nio.ch.EPollSelectorImpl@1844086e, interestOps=1, readyOps=1 SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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 13:11:41.984 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007fe004314f18@17f6d226 13:11:41.985 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:11:41.985 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@cf2d8be{PENDING,thread=null} startThread=0 13:11:41.985 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@cf2d8be{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:11:41.985 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@cf2d8be{PENDING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:41.985 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@cf2d8be{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:41.985 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:11:41.985906713Z 13:11:41.985 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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 13:11:41.986 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:41.986 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:41.986 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:41.986 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:41.986 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e waiting with 1 keys 13:11:41.986 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@217236a4{ReadCallback@a530d0e{HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}]}} 13:11:41.986 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:41.986 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@c7302d6[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@295e7273{PENDING,pooled=null} 13:11:41.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 215 DirectByteBuffer@3c781837[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:41.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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 215 RetainableByteBuffer@5933541f{DirectByteBuffer@3c781837[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:41.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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@5933541f{DirectByteBuffer@3c781837[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:41.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3c781837[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:41.989 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:41.992 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:41.992 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:41.992 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:41.992 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:41.993 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:11:41.993 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:11:41.994 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:11:41.994 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:11:41.994 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:11:41.994 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:11:41.994 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:11:41.995 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:41.997 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=false 13:11:42.002 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 13:11:42.002 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@21f2422e[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}] May 31, 2024 1:11:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:11:42.002 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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.10 13:11:42.003 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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 13:11:42.004 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:42.004 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=15/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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} 13:11:42.004 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=15/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:42.005 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=9} 13:11:42.005 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:42.007 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=11} 13:11:42.008 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=12} 13:11:42.008 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:42.008 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:42.008 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:42.008 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:42.010 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:42.016 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:42.069 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:42.070 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:42.070 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=74} 13:11:42.070 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:11:42.070 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:42.070 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=74} 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=false 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=75} 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=82/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=75}] parse null 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@3e4c00a7[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=75} 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=75} 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=82/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=END,0 of 0},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=75}] parsed false HttpParser{s=END,0 of 0} 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:42.071 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=76}] 13:11:42.072 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:42.072 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=76}] 13:11:42.072 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:42.077 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:11:42.078 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@2659801[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@4c8eb80c 13:11:42.078 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=82} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:42.081 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d9edc09] (null,[p=0,l=436,c=32768,r=436],true)@START 13:11:42.081 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@2659801[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} 13:11:42.081 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:11:42.081 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:42.081 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d9edc09] ([p=0,l=141,c=16384,r=141],[p=0,l=436,c=32768,r=436],true)@COMPLETING 13:11:42.082 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@2b825b8e{IDLE}->null [DirectByteBuffer@19a74c33[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@2659801[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}] 13:11:42.082 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2b825b8e{WRITING}->null:IDLE-->WRITING 13:11:42.082 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 577 SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=W,to=93/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=END,0 of 0},g=HttpGenerator@746d5909{s=COMPLETING}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=86}] 13:11:42.082 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=577 remaining=0 WriteFlusher@2b825b8e{WRITING}->null 13:11:42.082 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2b825b8e{IDLE}->null:WRITING-->IDLE 13:11:42.083 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d9edc09] ([p=141,l=141,c=16384,r=0],[p=436,l=436,c=32768,r=0],true)@END 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=88} 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=436 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=88} 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=88}] 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=88}] 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:42.084 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 13:11:42.085 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=89}] 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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} 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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@5933541f{DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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@5933541f{DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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} 13:11:42.087 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}] 13:11:42.088 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}] 13:11:42.088 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@217236a4{ReadCallback@a530d0e{HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}]}} 13:11:42.088 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}] 13:11:42.088 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$551/0x00007fe0043cac70@700010aa on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:42.088 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:42.088 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken with none selected 13:11:42.088 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken up from select, 0/0/1 selected 13:11:42.088 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e processing 0 keys, 1 updates 13:11:42.088 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:42.088 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$551/0x00007fe0043cac70@700010aa 13:11:42.088 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:42.088 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}] 13:11:42.088 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:42.088 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e waiting with 1 keys 13:11:42.088 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] May 31, 2024 1:11:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:42 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. May 31, 2024 1:11:42 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. May 31, 2024 1:11:42 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:11:42 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:11:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:42 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. May 31, 2024 1:11:42 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. May 31, 2024 1:11:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:11:42 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. May 31, 2024 1:11:42 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. 13:11:43.100 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken up from select, 1/1/1 selected 13:11:43.100 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e processing 1 keys, 0 updates 13:11:43.100 [qtp1142721449-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:46292], selector=sun.nio.ch.EPollSelectorImpl@1844086e, interestOps=1, readyOps=1 SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=1012/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}] 13:11:43.100 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=1012/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}] 13:11:43.100 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=1012/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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 13:11:43.101 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007fe004314f18@17f6d226 13:11:43.101 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:11:43.101 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@33df5b52{PENDING,thread=null} startThread=0 13:11:43.101 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@33df5b52{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:11:43.101 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@cf2d8be{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007fe004314f18@17f6d226 ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} 13:11:43.101 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@33df5b52{PENDING,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:11:43.101 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@33df5b52{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:11:43.101 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=1013/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:11:43.101526627Z 13:11:43.101 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:11:43.101655208Z tryProduce true 13:11:43.101 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@217236a4{ReadCallback@a530d0e{HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=1013/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}]}} 13:11:43.101 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:11:43.101 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:43.101 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=1013/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:43.101 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=1013/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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}] 13:11:43.101 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e waiting with 1 keys 13:11:43.102 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 215 DirectByteBuffer@3c781837[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:43.102 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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 215 RetainableByteBuffer@5933541f{DirectByteBuffer@3c781837[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:43.102 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=IDLE 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@5933541f{DirectByteBuffer@3c781837[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3c781837[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> IN_VALUE 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> FIELD 13:11:43.103 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:43.104 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:43.104 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 13:11:43.104 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:43.104 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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.10 13:11:43.104 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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 13:11:43.104 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:43.104 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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} 13:11:43.104 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=2}] 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=2} 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=2} 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=2} 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:43.105 [qtp1142721449-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:43.142 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:11:43.143 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user 13:11:43.143 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy ALLOW_ALL 13:11:43.149 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 5f890d18-b25e-47e2-8cee-4244bee336ea for user 13:11:43.149 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user 13:11:43.238 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@5907c438[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}) 13:11:43.239 [qtp1142721449-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=857 null 13:11:43.239 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@60a6d0c8[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@66e0f5b7{null} 13:11:43.239 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=136} 200 null HTTP/1.1 Date: Fri, 31 May 2024 13:11:43 GMT Content-Length: 857 Content-Type: application/json 13:11:43.239 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=857},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@636f7761] (null,[p=0,l=857,c=8192,r=857],true)@START 13:11:43.239 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=857} last=true content=HeapByteBuffer@60a6d0c8[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} 13:11:43.239 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Fri, 31 May 2024 13:11:43 GMT Content-Length: 857 Content-Type: application/json 13:11:43.239 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:43.239 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=857},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@636f7761] ([p=0,l=109,c=16384,r=109],[p=0,l=857,c=8192,r=857],true)@COMPLETING 13:11:43.240 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@2b825b8e{IDLE}->null [DirectByteBuffer@19a74c33[p=0,l=109,c=16384,r=109]={<<>>-8859-1\r\n...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@60a6d0c8[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}] 13:11:43.240 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2b825b8e{WRITING}->null:IDLE-->WRITING 13:11:43.240 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 966 SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=W,to=137/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=COMPLETING}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=137}] 13:11:43.240 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=966 remaining=0 WriteFlusher@2b825b8e{WRITING}->null 13:11:43.240 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2b825b8e{IDLE}->null:WRITING-->IDLE 13:11:43.240 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=857},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@636f7761] ([p=109,l=109,c=16384,r=0],[p=857,l=857,c=8192,r=0],true)@END 13:11:43.240 [qtp1142721449-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 13:11:43.242 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=140} 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=140} 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@4525bb62) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.243 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=141} 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=857 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=false 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=141} 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=END}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=141}] parse null 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@3e4c00a7[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=141} 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=141} 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=END,0 of 0},g=HttpGenerator@746d5909{s=END}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=141}] parsed false HttpParser{s=END,0 of 0} 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=141}] 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:43.244 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=142}] 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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=142}] 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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} 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 273 DirectByteBuffer@3c781837[p=0,l=273,c=8192,r=273]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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 273 RetainableByteBuffer@5933541f{DirectByteBuffer@3c781837[p=0,l=273,c=8192,r=273]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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@5933541f{DirectByteBuffer@3c781837[p=0,l=273,c=8192,r=273]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3c781837[p=0,l=273,c=8192,r=273]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:43.245 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> IN_VALUE 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> FIELD 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:43.246 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact/providers/temp1/services/sensor/resources/temperature/GET on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/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.10 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=1} Upgrade: h2c 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=1}] parsed true HttpParser{s=CONTENT,0 of 0} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=1}] 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=1} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=1} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact/providers/temp1/services/sensor/resources/temperature/GET ?null on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=1} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact/providers/temp1/services/sensor/resources/temperature/GET @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact/providers/temp1/services/sensor/resources/temperature/GET @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:11:43.247 [qtp1142721449-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-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact/providers/temp1/services/sensor/resources/temperature/GET} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:11:43.247 [qtp1142721449-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:11:43.270 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user 13:11:43.270 [qtp1142721449-39] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session 5f890d18-b25e-47e2-8cee-4244bee336ea for user 13:11:43.282 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@1cb3214b[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":24.149910442731546}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 13:11:43.282 [qtp1142721449-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 13:11:43.283 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@3fd8642[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":24.149910442731546}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@66e0f5b7{null} 13:11:43.283 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact/providers/temp1/services/sensor/resources/temperature/GET on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=37} 200 null HTTP/1.1 Date: Fri, 31 May 2024 13:11:43 GMT Content-Length: 177 Content-Type: application/json 13:11:43.283 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4a51df36] (null,[p=0,l=177,c=8192,r=177],true)@START 13:11:43.283 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=177} last=true content=HeapByteBuffer@3fd8642[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":24.149910442731546}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:11:43.283 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Fri, 31 May 2024 13:11:43 GMT Content-Length: 177 Content-Type: application/json 13:11:43.283 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:11:43.283 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4a51df36] ([p=0,l=109,c=16384,r=109],[p=0,l=177,c=8192,r=177],true)@COMPLETING 13:11:43.283 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@2b825b8e{IDLE}->null [DirectByteBuffer@19a74c33[p=0,l=109,c=16384,r=109]={<<>>-8859-1\r\n...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3fd8642[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":24.149910442731546}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 13:11:43.284 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2b825b8e{WRITING}->null:IDLE-->WRITING 13:11:43.284 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 286 SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=W,to=38/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=COMPLETING}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=38}] 13:11:43.284 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=286 remaining=0 WriteFlusher@2b825b8e{WRITING}->null 13:11:43.284 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2b825b8e{IDLE}->null:WRITING-->IDLE 13:11:43.284 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@186511d3[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4a51df36] ([p=109,l=109,c=16384,r=0],[p=177,l=177,c=8192,r=0],true)@END 13:11:43.284 [qtp1142721449-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 13:11:43.284 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:11:43.284 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=3,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=38} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@57cc41e0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=39} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@197df897) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@57cc41e0{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=39} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact/providers/temp1/services/sensor/resources/temperature/GET written=177 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=false 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=39} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@746d5909{s=END}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=39}] parse null 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@3e4c00a7[p=0,l=0,c=0,r=0]={<<<>>>} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=39} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=39} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=END,0 of 0},g=HttpGenerator@746d5909{s=END}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=39}] parsed false HttpParser{s=END,0 of 0} 13:11:43.285 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=40}] 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=40}] 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@57cc41e0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@465329325 cs=HttpChannelState@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 eof=true 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@290cb0e8 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@21f2422e[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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/providers/temp1/services/sensor/resources/temperature/GET,age=40}] 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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} 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:43.286 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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@5933541f{DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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@5933541f{DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@3c781837[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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} 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@217236a4{ReadCallback@a530d0e{HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}]}} 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$551/0x00007fe0043cac70@700010aa on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:11:43.287 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken with none selected 13:11:43.287 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e woken up from select, 0/0/1 selected 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@72a058d6::SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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@57cc41e0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:11:43.287 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e processing 0 keys, 1 updates 13:11:43.287 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:11:43.287 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$551/0x00007fe0043cac70@700010aa 13:11:43.287 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007fe004315580@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:11:43.287 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@57962229[{l=/127.0.0.1:8083,r=/127.0.0.1:46292,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@72a058d6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@746d5909{s=START}]=>HttpChannelOverHttp@f4c783f{s=HttpChannelState@57cc41e0{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}] 13:11:43.287 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:11:43.288 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1844086e waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.513 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/.flattened-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/target/generated/features/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 111 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-20240531.125934-74.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-20240531.125934-74.pom (5.7 kB at 47 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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeaturerepo.zip (10 kB at 137 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-20240531.125934-74-osgifeature.json (530 B at 6.4 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 14 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 12 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 5.9 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 [70/73] [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] --- flatten:1.1.0:clean (flatten.clean) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-mqtt-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Copying 1 resource [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.17/moquette-broker-0.17.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/moquette/moquette-broker/0.17/moquette-broker-0.17.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.93.Final/netty-common-4.1.93.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.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.93.Final/netty-codec-http-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec-mqtt/4.1.93.Final/netty-codec-mqtt-4.1.93.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.93.Final/netty-codec-mqtt-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport-classes-epoll/4.1.93.Final/netty-transport-classes-epoll-4.1.93.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.93.Final/netty-transport-classes-epoll-4.1.93.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.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.93.Final/netty-transport-native-unix-common-4.1.93.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 May 31, 2024 1:11: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 May 31, 2024 1:11: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 13:11:47.897 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:11:47.912 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:11:47.913 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:11:47.915 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:11:48.032 [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] 13:11:48.032 [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. 13:11:48.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 13:11:48.039 [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 13:11:48.039 [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] 13:11:48.039 [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 13:11:48.042 [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 13:11:48.042 [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] 13:11:48.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.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 13:11:48.070 [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 13:11:48.070 [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] 13:11:48.070 [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 13:11:48.072 [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 13:11:48.072 [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] 13:11:48.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: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 13:11:48.076 [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 13:11:48.076 [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] 13:11:48.076 [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 13:11:48.079 [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 13:11:48.080 [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] 13:11:48.080 [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 13:11:48.082 [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 13:11:48.083 [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] 13:11:48.083 [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 13:11:48.085 [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 13:11:48.085 [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] 13:11:48.085 [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 13:11:48.087 [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 13:11:48.087 [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] 13:11:48.088 [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 13:11:48.091 [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 13:11:48.091 [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] 13:11:48.091 [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 13:11:48.096 [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 13:11:48.097 [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] 13:11:48.097 [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 13:11:48.099 [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 13:11:48.099 [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] 13:11:48.099 [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 13:11:48.101 [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 13:11:48.101 [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] 13:11:48.101 [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 13:11:48.104 [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 13:11:48.104 [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] 13:11:48.104 [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 13:11:48.111 [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 13:11:48.111 [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] 13:11:48.111 [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 13:11:48.113 [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 13:11:48.113 [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] 13:11:48.114 [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 13:11:48.117 [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 13:11:48.117 [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] 13:11:48.117 [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 13:11:48.119 [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 13:11:48.119 [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 in repositories [target/it/repository] 13:11:48.120 [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 is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.jar 13:11:48.122 [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 13:11:48.122 [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] 13:11:48.122 [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 13:11:48.507 [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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started 13:11:48.781 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 13:11:48.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-ogc-sensorthings-mqtt-feature 13:11:48.789 [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 13:11:48.789 [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 13:11:48.789 [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] 13:11:48.790 [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 13:11:48.793 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-common:4.1.93.Final 13:11:48.793 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-common:4.1.93.Final in repositories [target/it/repository] 13:11:48.793 [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.93.Final is target/it/repository/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar 13:11:48.797 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-buffer:4.1.93.Final 13:11:48.797 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-buffer:4.1.93.Final in repositories [target/it/repository] 13:11:48.797 [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.93.Final is target/it/repository/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar 13:11:48.799 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-codec:4.1.93.Final 13:11:48.799 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-codec:4.1.93.Final in repositories [target/it/repository] 13:11:48.799 [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.93.Final is target/it/repository/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar 13:11:48.802 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-codec-http:4.1.93.Final 13:11:48.802 [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.93.Final in repositories [target/it/repository] 13:11:48.802 [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.93.Final is target/it/repository/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.jar 13:11:48.805 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-codec-mqtt:4.1.93.Final 13:11:48.805 [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.93.Final in repositories [target/it/repository] 13:11:48.805 [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.93.Final is target/it/repository/io/netty/netty-codec-mqtt/4.1.93.Final/netty-codec-mqtt-4.1.93.Final.jar 13:11:48.807 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-handler:4.1.93.Final 13:11:48.807 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-handler:4.1.93.Final in repositories [target/it/repository] 13:11:48.807 [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.93.Final is target/it/repository/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar 13:11:48.811 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-resolver:4.1.93.Final 13:11:48.811 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-resolver:4.1.93.Final in repositories [target/it/repository] 13:11:48.811 [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.93.Final is target/it/repository/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.jar 13:11:48.812 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-transport:4.1.93.Final 13:11:48.813 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-transport:4.1.93.Final in repositories [target/it/repository] 13:11:48.813 [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.93.Final is target/it/repository/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar 13:11:48.815 [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.93.Final 13:11:48.816 [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.93.Final in repositories [target/it/repository] 13:11:48.816 [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.93.Final is target/it/repository/io/netty/netty-transport-classes-epoll/4.1.93.Final/netty-transport-classes-epoll-4.1.93.Final.jar 13:11:48.818 [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.93.Final 13:11:48.818 [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.93.Final in repositories [target/it/repository] 13:11:48.818 [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.93.Final is target/it/repository/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar 13:11:48.820 [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 13:11:48.820 [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] 13:11:48.820 [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 13:11:48.822 [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 13:11:48.822 [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] 13:11:48.822 [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 13:11:48.994 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Starting moquette integration using IConfig instance and intercept handlers 13:11:48.994 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- Configuring message interceptors... 13:11:48.995 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.interception.BrokerInterceptor -- Initializing broker interceptor. InterceptorIds=[Eclipse sensiNact Sensorthings subscription listener] 13:11:48.996 [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, class io.moquette.interception.messages.InterceptExceptionMessage] 13:11:48.996 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Initialized MQTT protocol processor 13:11:48.996 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- Using default SSL context creator 13:11:48.997 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Configuring MQTT authenticator 13:11:48.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used 13:11:48.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Configuring MQTT authorizator policy 13:11:48.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used 13:11:49.000 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory -- Initializing CTrie 13:11:49.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory -- Initializing subscriptions store... 13:11:49.024 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 13:11:49.026 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 13:11:49.026 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 17 13:11:49.027 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 13:11:49.027 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.copyMemory: available 13:11:49.028 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.storeFence: available 13:11:49.028 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 13:11:49.028 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 13:11:49.029 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 13:11:49.029 [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] 13:11:49.030 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, {int,long}): unavailable 13:11:49.030 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 13:11:49.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- maxDirectMemory: 1073741824 bytes (maybe) 13:11:49.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 13:11:49.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 13:11:49.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: -1 bytes 13:11:49.040 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.uninitializedArrayAllocationThreshold: -1 13:11:49.040 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 13:11:49.040 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 13:11:49.044 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Initializing Netty acceptor 13:11:49.044 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.NewNettyAcceptor -- Netty is using NIO 13:11:49.048 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 4 13:11:49.070 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 13:11:49.086 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 13:11:49.086 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 13:11:49.091 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.noKeySetOptimization: false 13:11:49.091 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.selectorAutoRebuildThreshold: 512 13:11:49.096 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 13:11:49.102 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Configuring TCP MQTT transport 13:11:49.103 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Initializing integration. Protocol=TCP MQTT 13:11:49.110 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Binding integration. host=127.0.0.1, port=18883 13:11:49.120 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 5140 (auto-detected) 13:11:49.123 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 13:11:49.123 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 13:11:49.124 [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) 13:11:49.125 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 4096 13:11:49.126 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: 0a:58:0a:ff:fe:28:0d:61 (auto-detected) 13:11:49.134 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 13:11:49.134 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 13:11:49.172 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 4 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 4 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 13:11:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 13:11:49.180 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: pooled 13:11:49.180 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 13:11:49.180 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 13:11:49.187 [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 13:11:49.190 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Configuring Websocket MQTT transport 13:11:49.190 [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 13:11:49.190 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- Moquette integration has been started successfully in 196 ms 13:11:49.190 [nioEventLoopGroup-2-1] DEBUG io.moquette.broker.NewNettyAcceptor -- bound TCP MQTT port: 18883 13:11:49.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model virtual-temperature-sensor-feature 13:11:49.192 [Thread-5] ERROR io.moquette.broker.Server -- Problem writing new UUID to file path: data/.moquette_uuid java.io.FileNotFoundException: data/.moquette_uuid (No such file or directory) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293) at java.base/java.io.FileOutputStream.(FileOutputStream.java:235) at java.base/java.io.FileWriter.(FileWriter.java:113) at io.moquette.broker.Server.checkOrCreateUUID(Server.java:334) at io.moquette.broker.Server.collectAndSendTelemetryData(Server.java:307) at io.moquette.broker.Server.lambda$collectAndSendTelemetryDataAsynch$0(Server.java:302) at java.base/java.lang.Thread.run(Thread.java:840) 13:11:49.196 [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 13:11:49.197 [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 13:11:49.197 [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] 13:11:49.197 [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 13:11:49.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:11:50.007 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:51.007 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:51.420 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 13:11:51.421 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 13:11:51.421 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 13:11:51.421 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 13:11:51.421 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.batchFastThreadLocalOnly: true 13:11:51.426 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 13:11:51.426 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 13:11:51.427 [nioEventLoopGroup-3-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@6faded94 13:11:51.448 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B CONNECT 13:11:51.448 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: CONNECT 13:11:51.449 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [CONN] for session [test-client] to event processor 0 13:11:51.450 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: null 13:11:51.454 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B CONNACK 13:11:51.456 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Connection has been configured CId=test-client, keepAlive=60, removeTemporaryQoS2=true, idleTime=90 13:11:51.457 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.InflightResender -- Initializing autoflush handler on channel [id: 0xfe334888, L:/127.0.0.1:18883 - R:/127.0.0.1:36178] 13:11:51.458 [nioEventLoopGroup-3-1] DEBUG io.moquette.interception.BrokerInterceptor -- Sending MQTT CONNECT message to interceptor. CId=test-client, interceptorId=Eclipse sensiNact Sensorthings subscription listener 13:11:52.008 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:53.008 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:53.660 [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]]] 13:11:53.660 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: SUBSCRIBE 13:11:53.661 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [SUB] for session [test-client] to event processor 0 13:11:53.661 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 13:11:53.661 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [flushQueues] for session [test-client] to event processor 0 13:11:53.662 [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) 13:11:53.664 [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 13:11:53.664 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C<-B SUBACK packetID <1>, grantedQoses [0] 13:11:54.009 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:54.383 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:11:54.385 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:11:54.385 [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 13:11:54.386 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 13:11:54.386 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:11:54.386 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:11:55.009 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:55.311 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:11:55.312 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:11:55.312 [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 13:11:55.312 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 13:11:55.312 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:11:55.312 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:11:56.009 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:56.312 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:11:56.313 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:11:56.313 [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 13:11:56.313 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 13:11:56.313 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:11:56.313 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:11:57.010 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:57.313 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:11:57.314 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:11:57.314 [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 13:11:57.314 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 13:11:57.314 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:11:57.314 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:11:58.010 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:58.314 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:11:58.314 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:11:58.315 [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 13:11:58.315 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 13:11:58.315 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:11:58.315 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:11:58.317 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B UNSUBSCRIBE to topics <[v1.1/Datastreams(temp1~sensor~temperature)]> 13:11:58.317 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: UNSUBSCRIBE 13:11:58.319 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [UNSUB] for session [test-client] to event processor 0 13:11:58.319 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 13:11:58.319 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [flushQueues] for session [test-client] to event processor 0 13:11:58.321 [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 13:11:58.322 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C<-B UNSUBACK packetID <2> 13:11:58.328 [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]]] 13:11:58.328 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: SUBSCRIBE 13:11:58.328 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [SUB] for session [test-client] to event processor 0 13:11:58.328 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 13:11:58.328 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [flushQueues] for session [test-client] to event processor 0 13:11:58.328 [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) 13:11:58.328 [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 13:11:58.328 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C<-B SUBACK packetID <3>, grantedQoses [0] 13:11:59.011 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:11:59.325 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:11:59.325 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:11:59.326 [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 13:11:59.326 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 13:11:59.326 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:11:59.326 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:12:00.011 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:12:00.316 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:12:00.316 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:12:00.316 [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 13:12:00.317 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 13:12:00.317 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:12:00.317 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:12:01.012 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:12:01.317 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:12:01.318 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:12:01.318 [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 13:12:01.318 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 13:12:01.318 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:12:01.318 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:12:02.012 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:12:02.318 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:12:02.319 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:12:02.319 [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 13:12:02.319 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 13:12:02.319 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:12:02.319 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:12:03.012 [pool-4-thread-1] DEBUG io.moquette.broker.SessionRegistry -- Retrieved 0 expired sessions or 0 13:12:03.319 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 13:12:03.320 [pool-3-thread-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [batched PUB] for session [test-client] to event processor 0 13:12:03.320 [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 13:12:03.320 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 13:12:03.320 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 13:12:03.320 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 13:12:03.322 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B UNSUBSCRIBE to topics <[v1.1/Observations(temp1~sensor~temperature)]> 13:12:03.322 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: UNSUBSCRIBE 13:12:03.322 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [UNSUB] for session [test-client] to event processor 0 13:12:03.322 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 13:12:03.322 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [flushQueues] for session [test-client] to event processor 0 13:12:03.322 [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 13:12:03.322 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C<-B UNSUBACK packetID <4> 13:12:03.328 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B DISCONNECT 13:12:03.328 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: DISCONNECT 13:12:03.328 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [DISCONN] for session [test-client] to event processor 0 13:12:03.329 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 13:12:03.329 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Closing session on disconnect test-client 13:12:03.329 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [flushQueues] for session [test-client] to event processor 0 13:12:03.329 [Session Executor 0] DEBUG io.moquette.broker.SessionRegistry -- Remove session state for client test-client 13:12:03.329 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 13:12:03.329 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [flushQueues] for session [test-client] to event processor 0 13:12:03.329 [Session Executor 0] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [Clean up removed session] for session [test-client] to event processor 0 13:12:03.330 [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 13:12:03.330 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- Channel Inactive 13:12:03.330 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Notifying connection lost event 13:12:03.330 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.SessionEventLoopGroup -- Routing cmd [CONN LOST] for session [test-client] to event processor 0 13:12:03.331 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Cleaning test-client 13:12:03.331 [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: 16.712 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/.flattened-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/target/generated/features/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 26 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-20240531.125934-64.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-20240531.125934-64.pom (7.0 kB at 116 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-20240531.125934-64-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-20240531.125934-64-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-20240531.125934-64-osgifeature.json (1.3 kB at 15 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-20240531.125934-64-osgifeaturerepo.zip (3.7 MB at 15 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 8.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-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 16 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 5.0 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 [71/73] [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] --- flatten:1.1.0:clean (flatten.clean) @ timescale-history-provider-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ timescale-history-provider-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:timescale-history-provider-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ timescale-history-provider-feature --- [INFO] Copying 1 resource [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 13:12:07.194 [main] DEBUG org.testcontainers.utility.TestcontainersConfiguration -- Testcontainers configuration overrides will be loaded from file:/home/jenkins/.testcontainers.properties 13:12:07.206 [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) 13:12:07.370 [main] DEBUG org.testcontainers.dockerclient.RootlessDockerClientProviderStrategy -- $XDG_RUNTIME_DIR is not set. 13:12:07.371 [main] DEBUG org.testcontainers.dockerclient.RootlessDockerClientProviderStrategy -- '/home/jenkins/.docker/run' does not exist. 13:12:07.407 [main] DEBUG org.testcontainers.dockerclient.RootlessDockerClientProviderStrategy -- '/run/user/1003130000' does not exist. 13:12:07.407 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy -- Trying out strategy: UnixSocketClientProviderStrategy 13:12:07.409 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy -- UnixSocketClientProviderStrategy: failed with exception InvalidConfigurationException (Could not find unix domain socket). Root cause NoSuchFileException (/var/run/docker.sock) 13:12:07.409 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy -- Trying out strategy: DockerDesktopClientProviderStrategy 13:12:07.410 [main] DEBUG org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy -- '/home/jenkins/.docker/desktop' does not exist. 13:12:07.410 [main] DEBUG org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy -- '/home/jenkins/.docker/run' does not exist. 13:12:07.410 [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) 13:12:07.413 [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]) 13:12:07.414 [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.391 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/.flattened-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/target/generated/features/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 10 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-20240531.125934-74.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-20240531.125934-74.pom (8.5 kB at 202 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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeature.json (877 B at 13 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-20240531.125934-74-osgifeaturerepo.zip (1.2 MB at 12 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 7.9 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 8.0 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 6.6 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 [72/73] [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] --- flatten:1.1.0:clean (flatten.clean) @ northbound-oidc-authenticator-feature --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ northbound-oidc-authenticator-feature --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution.features:northbound-oidc-authenticator-feature:pom:0.0.2-SNAPSHOT... [INFO] [INFO] --- resources:3.3.0:resources (default) @ northbound-oidc-authenticator-feature --- [INFO] Copying 1 resource [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/security-api/target/security-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/security-api/0.0.2-SNAPSHOT/security-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 May 31, 2024 1:12:13 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 May 31, 2024 1:12:13 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 13:12:13.602 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 13:12:13.618 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 13:12:13.619 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 13:12:13.621 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:12:13.771 [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] 13:12:13.771 [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. 13:12:13.771 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 13:12:13.779 [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 13:12:13.779 [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] 13:12: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.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 13:12:13.782 [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 13:12:13.782 [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] 13:12:13.782 [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 13:12:13.794 [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 13:12:13.794 [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] 13:12:13.795 [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 13:12:13.810 [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 13:12:13.810 [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] 13:12:13.810 [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 13:12:13.815 [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 13:12:13.815 [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] 13:12:13.815 [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 13:12:13.818 [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 13:12:13.818 [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] 13:12:13.818 [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 13:12:13.821 [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 13:12:13.821 [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] 13:12:13.822 [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 13:12:13.824 [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 13:12:13.824 [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] 13:12:13.824 [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 13:12:13.827 [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 13:12:13.827 [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] 13:12:13.827 [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 13:12:13.830 [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 13:12:13.830 [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] 13:12:13.830 [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 13:12:13.837 [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 13:12:13.837 [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] 13:12:13.837 [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 13:12:13.839 [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 13:12:13.839 [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] 13:12:13.840 [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 13:12:13.842 [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 13:12:13.842 [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] 13:12:13.842 [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 13:12:13.845 [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 13:12:13.845 [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] 13:12:13.845 [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 13:12:13.868 [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 13:12:13.868 [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] 13:12:13.868 [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 13:12:13.871 [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 13:12:13.871 [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] 13:12:13.871 [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 13:12:13.874 [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 13:12:13.874 [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] 13:12:13.875 [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 13:12:13.877 [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 13:12:13.877 [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 in repositories [target/it/repository] 13:12:13.877 [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 is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2/org.apache.aries.typedevent.bus-0.0.2.jar 13:12:13.879 [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 13:12:13.879 [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] 13:12:13.879 [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 13:12:14.276 [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/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensinact/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensinact/sensiNact/system/started 13:12:14.510 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 13:12:14.512 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 13:12:14.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.jetty:5.0.0 13:12:14.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.jetty:5.0.0 in repositories [target/it/repository] 13:12:14.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.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 13:12:14.523 [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 13:12:14.523 [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] 13:12:14.523 [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 May 31, 2024 1:12:14 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 May 31, 2024 1:12:14 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 13:12:14.685 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@6c9f186b,POJO} 13:12:14.685 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:12:14.701 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@74c291d5{size=0},AUTO} 13:12:14.706 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[null] added {org.eclipse.jetty.security.DefaultIdentityService@627c386d,POJO} 13:12:14.706 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@d5f7467[OSGi HTTP Service Realm] added {UserStore@3da9f8b6[users.count=0],AUTO} 13:12:14.707 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {HashLoginService@d5f7467[OSGi HTTP Service Realm],AUTO} 13:12:14.790 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]},MANAGED} 13:12:14.798 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2f969c9b{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@3c936fb0} 13:12:14.805 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@21b34839{STOPPED} added {o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED},AUTO} 13:12:14.816 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1,MANAGED} 13:12:14.817 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=-1 added {ServletHandler@31ff5c33{STOPPED},MANAGED} 13:12:14.818 [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) 13:12:14.819 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:12:14.820 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:12:14.835 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:12:14.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc,POJO} 13:12:14.837 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@21b34839{STOPPED},MANAGED} 13:12:14.837 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:12:14.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {ErrorHandler@4307249b{STOPPED},AUTO} 13:12:14.844 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.10+7 13:12:14.900 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@5c27024b{STARTING}[11.0.13,sto=0] 13:12:14.900 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:12:14.910 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:12:14.910 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] added {ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0},AUTO} 13:12:14.910 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:12:14.923 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2731ms ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:12:14.926 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-29,5,Configuration Admin Service] 13:12:14.927 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-30,5,Configuration Admin Service] 13:12:14.927 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.927 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-31,5,Configuration Admin Service] 13:12:14.927 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.927 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-32,5,Configuration Admin Service] 13:12:14.927 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.928 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-33,5,Configuration Admin Service] 13:12:14.928 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.928 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-34,5,Configuration Admin Service] 13:12:14.928 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.928 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-35,5,Configuration Admin Service] 13:12:14.928 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.928 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1196120511-36,5,Configuration Admin Service] 13:12:14.929 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.929 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2737ms QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.929 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:14.929 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@74c291d5{size=0} 13:12:14.929 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2737ms AttributeContainerMap@74c291d5{size=0} 13:12:14.929 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:12:14.929 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3da9f8b6[users.count=0] 13:12:14.929 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2737ms UserStore@3da9f8b6[users.count=0] 13:12:14.929 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2737ms HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:12:14.929 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@21b34839{STOPPED} 13:12:14.930 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@21b34839{STARTING} 13:12:14.930 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:12:14.931 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@52671e0a 13:12:14.976 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@3115f2d0, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@426b8d54] 13:12:14.995 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} 13:12:14.996 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:12:14.996 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@687b7ab1{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@5ee4e5dc,POJO} 13:12:14.996 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2804ms SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:12:14.996 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:12:15.000 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:12:15.003 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600],AUTO} 13:12:15.005 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=null] 13:12:15.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@4f3a5d02{STARTING}[worker=node0] added {HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:12:15.010 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:12:15.010 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:12:15.012 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1094ddef{STOPPED} 13:12:15.012 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2820ms ScheduledExecutorScheduler@1094ddef{STARTED} 13:12:15.012 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:12:15.013 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:12:15.017 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2825ms HouseKeeper@16d2383c{STARTED}[interval=600000, ownscheduler=true] 13:12:15.017 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2825ms DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:12:15.017 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],MANAGED} 13:12:15.017 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 added {DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0],UNMANAGED} 13:12:15.017 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2b031045{STOPPED} 13:12:15.017 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2825ms ScheduledExecutorScheduler@2b031045{STARTED} 13:12:15.018 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:12:15.018 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@31ff5c33{STOPPED} 13:12:15.027 [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-36669bcc[EMBEDDED:null] 13:12:15.030 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:12:15.031 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServletd2fe65a{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:12:15.031 [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-36669bcc=MappedServlet8805c63{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:12:15.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@31ff5c33{STARTING} 13:12:15.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:12:15.032 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@31ff5c33{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228,POJO} 13:12:15.033 [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-36669bcc[EMBEDDED:null] 13:12:15.033 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:12:15.033 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet387f435d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:12:15.033 [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-32966228[EMBEDDED:null] 13:12:15.033 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet632d13c8{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:12:15.033 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:12:15.033 [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-36669bcc[EMBEDDED:null] 13:12:15.033 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 13:12:15.034 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet42db580d{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:12:15.034 [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-32966228[EMBEDDED:null] 13:12:15.034 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4963a0cd{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:12:15.034 [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-32966228=MappedServlet1fa23d1{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc=MappedServletfc86e4{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:12:15.034 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@31ff5c33{STARTING} 13:12:15.034 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2842ms ServletHandler@31ff5c33{STARTED} 13:12:15.035 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:12:15.035 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:12:15.035 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2843ms org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:12:15.035 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2843ms org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:12:15.035 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2843ms org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:12:15.038 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:12:15.039 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2847ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:12:15.040 [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-36669bcc 13:12:15.040 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:12:15.040 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2848ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2849ms o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2849ms ContextHandlerCollection@21b34839{STARTED} 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4307249b{STOPPED} 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4307249b{STARTING} 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2849ms ErrorHandler@4307249b{STARTED} 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@5c27024b{STARTING}[11.0.13,sto=0] @2849ms 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2849ms Server@5c27024b{STARTED}[11.0.13,sto=0] 13:12:15.041 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:12:15.071 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@7fcd872a[HTTP/1.1] added {HttpConfiguration@6754a7c8{32768/8192,8192/8192,https://:0,[]},POJO} 13:12:15.088 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:12:15.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@656a4c30{STOPPED},AUTO} 13:12:15.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:12:15.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@548bdf77{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:12:15.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5fa4585e{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:12:15.102 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@60f79695,POJO} 13:12:15.102 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@7fcd872a[HTTP/1.1],AUTO} 13:12:15.103 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:12:15.106 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:12:15.107 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 13:12:15.107 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{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} 13:12:15.118 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@656a4c30{STOPPED} 13:12:15.118 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2926ms ScheduledExecutorScheduler@656a4c30{STARTED} 13:12:15.118 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:12:15.118 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2926ms HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:12:15.118 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.124 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.125090023Z added {SelectorProducer@16c08c61,POJO} 13:12:15.125 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.125449495Z added {QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}],UNMANAGED} 13:12:15.125 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.125818694Z created 13:12:15.125 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.126049776Z,MANAGED} 13:12:15.126 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:12:15.126 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:12:15.126 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.126480299Z 13:12:15.126 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2934ms AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.126666094Z 13:12:15.129 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@6f385bc8 startThread=0 13:12:15.129 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:15.129 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.129565634Z tryProduce false 13:12:15.129 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@75c314ab on ManagedSelector@73d9839c{STARTING} id=0 keys=0 selected=0 updates=0 13:12:15.131 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:15.131 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@75c314ab 13:12:15.131 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:15.131 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@fe536b0 waiting with 0 keys 13:12:15.131 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2939ms ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:12:15.131 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2939ms SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.133 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@457d3d75,POJO} 13:12:15.133 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@457d3d75 startThread=0 13:12:15.133 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@457d3d75 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:15.133 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.133 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2941ms ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.135 [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] 13:12:15.194 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@5c27024b{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4649cbeb,POJO} 13:12:15.204 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@5c27024b{STARTED}[11.0.13,sto=0] 13:12:15.204 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:12:15.204 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:12:15.204 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.205 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.205 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@73d9839c{STARTED} id=0 keys=0 selected=0 updates=0 13:12:15.205 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1196120511-30-acceptor-0@457d3d75-ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:15.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 13:12:15.206 [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@5b7d393e on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:12:15.206 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:12:15.206 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@fe536b0 woken with none selected 13:12:15.206 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@fe536b0 woken up from select, 0/0/0 selected 13:12:15.206 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@fe536b0 processing 0 keys, 1 updates 13:12:15.206 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:15.206 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5b7d393e 13:12:15.206 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:12:15.206 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:15.206 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@fe536b0 waiting with 0 keys 13:12:15.207 [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@542bab37 on ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=0 13:12:15.207 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@73d9839c{STOPPING} id=0 keys=0 selected=0 updates=1 13:12:15.207 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@fe536b0 woken with none selected 13:12:15.207 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@fe536b0 woken up from select, 0/0/0 selected 13:12:15.207 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@fe536b0 processing 0 keys, 1 updates 13:12:15.207 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:15.207 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@542bab37 13:12:15.214 [qtp1196120511-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:15.214 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/PRODUCING/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.214610678Z 13:12:15.214 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@6f385bc8 in QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:15.214 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@1c098734/SelectorProducer@16c08c61/IDLE/p=false/QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.214798736Z 13:12:15.214 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@73d9839c{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:12:15.214 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:12:15.215 [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 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@7fcd872a[HTTP/1.1] 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@656a4c30{STARTED} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@656a4c30{STOPPED} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.215 [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 13:12:15.215 [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] 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@4f46f86f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@5c27024b{STOPPING}[11.0.13,sto=0] 13:12:15.215 [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 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@4f3a5d02{STARTED}[worker=node0] 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@16d2383c{STARTED}[interval=600000, ownscheduler=true] 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1094ddef{STARTED} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1094ddef{STOPPED} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@16d2383c{STOPPED}[interval=600000, ownscheduler=false] 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@4f3a5d02{STOPPED}[worker=node0] 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@4307249b{STARTED} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@4307249b{STOPPING} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@4307249b{STOPPED} 13:12:15.215 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@21b34839{STARTED} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@21b34839{STOPPING} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@687b7ab1{/,null,AVAILABLE} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@21953883[passivating=false,graceSec=3600] 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@6f4b3d44[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@2b031045{STARTED} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@2b031045{STOPPED} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@31ff5c33{STARTED} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@31ff5c33{STOPPING} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:12:15.216 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-32966228==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c852cb52{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:12:15.216 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:12:15.216 [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-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:12:15.219 [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-36669bcc[EMBEDDED:null] 13:12:15.219 [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") 13:12:15.219 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4ab2129c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:12:15.219 [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-36669bcc=MappedServlet5abb99ff{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-36669bcc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@9ae1ca5d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:12:15.219 [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 13:12:15.219 [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] 13:12:15.219 [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 13:12:15.219 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@31ff5c33{STOPPED} 13:12:15.219 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler978646000==dftMaxIdleSec=0 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@5d902dd2{base=null,protected=[]} 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@687b7ab1{/,null,STOPPED} 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@21b34839{STOPPED} 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@3da9f8b6[users.count=0] 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@3da9f8b6[users.count=0] 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@d5f7467[OSGi HTTP Service Realm] 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@74c291d5{size=0} 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@74c291d5{size=0} 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1196120511]@474b59bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0}] 13:12:15.220 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@3b3a2b43{reserved=0/2,pending=0} 13:12:15.222 [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 13:12:15.222 [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] 13:12:15.222 [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 13:12:15.222 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@3b3a2b43{reserved=-1/2,pending=0} 13:12:15.223 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-33,5,Configuration Admin Service] for 2499 13:12:15.223 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.223 [qtp1196120511-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.224 [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 13:12:15.224 [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] 13:12:15.224 [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 13:12:15.226 [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 13:12:15.226 [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] 13:12:15.226 [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 13:12:15.267 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.268 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$312/0x00007f7e30283d70@1a947598 in QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.268 [qtp1196120511-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1196120511-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1196120511]@474b59bf{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.268 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1196120511-35,5,] for 2454 13:12:15.268 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1196120511]@474b59bf{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 13:12:15.268 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@5c27024b{STOPPED}[11.0.13,sto=0] 13:12:15.268 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 13:12:15.268 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@46e0b11f,POJO} 13:12:15.268 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:12:15.268 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@1eb5f629{size=0},AUTO} 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[null] added {org.eclipse.jetty.security.DefaultIdentityService@7d7f5119,POJO} 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@3ed46795[OSGi HTTP Service Realm] added {UserStore@3fc7be5e[users.count=0],AUTO} 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {HashLoginService@3ed46795[OSGi HTTP Service Realm],AUTO} 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]},MANAGED} 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@14774955{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@164020cb} 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@83552b9{STOPPED} added {o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED},AUTO} 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1,MANAGED} 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=-1 added {ServletHandler@c262c75{STOPPED},MANAGED} 13:12:15.269 [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) 13:12:15.269 [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 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:12:15.269 [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] 13:12:15.269 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@34d6e49f,POJO} 13:12:15.270 [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 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342,POJO} 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@83552b9{STOPPED},MANAGED} 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@2ead8af2{STOPPED}[11.0.13,sto=0] 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {ErrorHandler@39f53a1f{STOPPED},AUTO} 13:12:15.270 [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.10+7 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@2ead8af2{STARTING}[11.0.13,sto=0] 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1142721449]@441c8ba9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0},AUTO} 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3078ms ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} 13:12:15.270 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-39,5,Configuration Admin Service] 13:12:15.271 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-40,5,Configuration Admin Service] 13:12:15.271 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.271 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-41,5,Configuration Admin Service] 13:12:15.271 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.271 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-42,5,Configuration Admin Service] 13:12:15.271 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.271 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-43,5,Configuration Admin Service] 13:12:15.271 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.271 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-44,5,Configuration Admin Service] 13:12:15.271 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.271 [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 13:12:15.271 [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] 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-45,5,Configuration Admin Service] 13:12:15.272 [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 13:12:15.272 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1142721449-46,5,Configuration Admin Service] 13:12:15.272 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3080ms QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@1eb5f629{size=0} 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3080ms AttributeContainerMap@1eb5f629{size=0} 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:12:15.272 [qtp1142721449-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@3fc7be5e[users.count=0] 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3080ms UserStore@3fc7be5e[users.count=0] 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3080ms HashLoginService@3ed46795[OSGi HTTP Service Realm] 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@83552b9{STOPPED} 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@83552b9{STARTING} 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ef20331{/,null,STOPPED} 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@17b9e5b0 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} 13:12:15.272 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ef20331{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@57ccdfaf,POJO} 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3081ms SymlinkAllowedResourceAliasChecker@130725b5{base=null,protected=[]} 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600],AUTO} 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@61534f09{STOPPED}[worker=null] 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@61534f09{STARTING}[worker=node0] added {HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 13:12:15.273 [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 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@50d3d52b{STOPPED}[interval=600000, ownscheduler=false] 13:12:15.273 [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] 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@46d41f31{STOPPED} 13:12:15.273 [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 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3081ms ScheduledExecutorScheduler@46d41f31{STARTED} 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 13:12:15.273 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3082ms HouseKeeper@50d3d52b{STARTED}[interval=600000, ownscheduler=true] 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3082ms DefaultSessionIdManager@61534f09{STARTED}[worker=node0] 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],MANAGED} 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 added {DefaultSessionIdManager@61534f09{STARTED}[worker=node0],UNMANAGED} 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@7990ba83{STOPPED} 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3082ms ScheduledExecutorScheduler@7990ba83{STARTED} 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@c262c75{STOPPED} 13:12:15.274 [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-1bf71342[EMBEDDED:null] 13:12:15.274 [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") 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet37a44217{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:12:15.274 [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-1bf71342=MappedServlet516ffe45{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@c262c75{STARTING} 13:12:15.274 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 13:12:15.275 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@c262c75{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03,POJO} 13:12:15.275 [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-1bf71342[EMBEDDED:null] 13:12:15.275 [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") 13:12:15.275 [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 13:12:15.275 [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] 13:12:15.275 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b27d0d1{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:12:15.275 [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 13:12:15.275 [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-579f3c03[EMBEDDED:null] 13:12:15.275 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3e868b58{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:12:15.275 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:12:15.275 [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-1bf71342[EMBEDDED:null] 13:12:15.275 [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") 13:12:15.275 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2b50606f{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 13:12:15.275 [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-579f3c03[EMBEDDED:null] 13:12:15.275 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet2106f216{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 13:12:15.275 [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.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342=MappedServlet10b5d71b{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03=MappedServlet3e648e2a{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@c262c75{STARTING} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3084ms ServletHandler@c262c75{STARTED} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3084ms org.eclipse.jetty.server.session.NullSessionDataStore@399fb9ef[passivating=false,graceSec=3600] 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3084ms org.eclipse.jetty.server.session.DefaultSessionCache@4cdb4941[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3084ms org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 13:12:15.276 [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-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3084ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:12:15.276 [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-1bf71342 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3084ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-579f3c03==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@a3381016{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3084ms o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3084ms ContextHandlerCollection@83552b9{STARTED} 13:12:15.276 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@39f53a1f{STOPPED} 13:12:15.277 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@39f53a1f{STARTING} 13:12:15.277 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3085ms ErrorHandler@39f53a1f{STARTED} 13:12:15.277 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@2ead8af2{STARTING}[11.0.13,sto=0] @3085ms 13:12:15.277 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3085ms Server@2ead8af2{STARTED}[11.0.13,sto=0] 13:12:15.277 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 13:12:15.277 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@1fb5e422[HTTP/1.1] added {HttpConfiguration@53a2c20{32768/8192,8192/8192,https://:0,[]},POJO} 13:12:15.277 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:12:15.277 [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 13:12:15.277 [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] 13:12:15.277 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@3bc1a61c{STOPPED},AUTO} 13:12:15.277 [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 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@be5d1b2{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5feaa7c2{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@79b22538,POJO} 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1fb5e422[HTTP/1.1],AUTO} 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083},UNMANAGED} 13:12:15.278 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:15.279 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{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} 13:12:15.279 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3bc1a61c{STOPPED} 13:12:15.279 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3087ms ScheduledExecutorScheduler@3bc1a61c{STARTED} 13:12:15.279 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:12:15.279 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3087ms HttpConnectionFactory@1fb5e422[HTTP/1.1] 13:12:15.279 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:15.279 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.279848584Z added {SelectorProducer@6ab8ad59,POJO} 13:12:15.279 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.279994242Z added {QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}],UNMANAGED} 13:12:15.280 [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 13:12:15.280 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.280137127Z created 13:12:15.280 [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] 13:12:15.280 [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 13:12:15.280 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.28033321Z,MANAGED} 13:12:15.280 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:12:15.280 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@6066d37b{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:12:15.280 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.280624747Z 13:12:15.280 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3088ms AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.280777824Z 13:12:15.280 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@815b1aa startThread=0 13:12:15.280 [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@6b6992c1 on ManagedSelector@6066d37b{STARTING} id=0 keys=0 selected=0 updates=0 13:12:15.280 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.281 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:15.281117926Z tryProduce false 13:12:15.281 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:15.281 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@6b6992c1 13:12:15.281 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:15.281 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 0 keys 13:12:15.281 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3089ms ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:12:15.281 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3089ms SelectorManager@ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:15.281 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {acceptor-0@44942890,POJO} 13:12:15.281 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@44942890 startThread=0 13:12:15.281 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:15.281 [qtp1142721449-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@44942890 in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.281 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3089ms ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:15.281 [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] 13:12:15.284 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@2ead8af2{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@756fa4f6,POJO} 13:12:15.285 [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 13:12:15.285 [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] 13:12:15.285 [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 13:12:15.290 [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 13:12:15.290 [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] 13:12:15.290 [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 13:12:15.293 [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 13:12:15.293 [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] 13:12:15.293 [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 13:12:15.295 [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 13:12:15.295 [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] 13:12:15.295 [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 13:12:15.298 [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 13:12:15.298 [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] 13:12:15.298 [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 13:12:15.300 [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 13:12:15.300 [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] 13:12:15.300 [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 13:12:15.302 [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 13:12:15.302 [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] 13:12:15.302 [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 13:12:15.304 [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 13:12:15.305 [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] 13:12:15.305 [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 13:12:15.307 [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 13:12:15.367 [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] 13:12:15.368 [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 13:12:15.370 [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 13:12:15.370 [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] 13:12:15.370 [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 13:12:15.372 [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 13:12:15.372 [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] 13:12:15.372 [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 13:12:15.373 [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 13:12:15.374 [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] 13:12:15.374 [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 13:12:15.376 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 13:12:15.376 [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] 13:12:15.376 [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 13:12:15.378 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 13:12:15.378 [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] 13:12:15.379 [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 May 31, 2024 1:12:15 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 May 31, 2024 1:12:15 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 13:12:15.501 [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 May 31, 2024 1:12:15 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 13:12:15.575 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-rest-feature 13:12:15.577 [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 13:12:15.577 [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 13:12:15.577 [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 13:12:15.577 [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] 13:12:15.577 [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 13:12:15.579 [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 13:12:15.579 [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] 13:12:15.580 [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 13:12:15.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 13:12:15.581 [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] 13:12:15.582 [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 13:12:15.584 [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 13:12:15.584 [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] 13:12:15.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.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 13:12:15.586 [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 13:12:15.586 [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] 13:12:15.586 [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 13:12:15.588 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT 13:12:15.588 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:security-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:12:15.588 [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:security-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar 13:12:15.590 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT 13:12:15.590 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:12:15.590 [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.session:session-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar 13:12:15.591 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT 13:12:15.591 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.session:session-impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 13:12:15.591 [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.session:session-impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.jar 13:12:15.594 [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 13:12:15.594 [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] 13:12:15.594 [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 13:12:15.596 [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 13:12:15.596 [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] 13:12:15.597 [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 13:12:15.599 [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 13:12:15.599 [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] 13:12:15.599 [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 13:12:15.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Starting the Session Manager with session lifetime 600 and default authorization policy AUTHENTICATED_ONLY 13:12:15.780 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-oidc-authenticator-feature 13:12:15.782 [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 13:12:15.782 [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 13:12:15.782 [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] 13:12:15.782 [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 13:12:15.785 [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 13:12:15.785 [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] 13:12:15.785 [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 13:12:15.787 [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 13:12:15.787 [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] 13:12:15.788 [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 13:12:15.790 [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 13:12:15.790 [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] 13:12:15.790 [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 13:12:15.792 [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 13:12:15.792 [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] 13:12:15.792 [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 13:12:15.795 [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 13:12:15.795 [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] 13:12:15.795 [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 13:12:15.798 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.jsonwebtoken:jjwt-api:0.11.5 13:12:15.798 [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] 13:12:15.798 [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 13:12:15.800 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.jsonwebtoken:jjwt-impl:0.11.5 13:12:15.800 [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] 13:12:15.800 [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 13:12:15.802 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.jsonwebtoken:jjwt-jackson:0.11.5 13:12:15.802 [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] 13:12:15.802 [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 13:12:15.878 [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 13:12:15.888 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:57712]] on ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=0 13:12:15.889 [qtp1142721449-40-acceptor-0@44942890-ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=0 selected=0 updates=1 13:12:15.889 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 13:12:15.889 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 13:12:15.889 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 13:12:15.889 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:15.889 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:57712]] 13:12:15.890 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:57712]] startThread=0 13:12:15.890 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:15.890 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 13:12:15.890 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:57712]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:15.894 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@41b4e9ae{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@8fbfd04,POJO} 13:12:15.894 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@41b4e9ae{STOPPED} added {Client@4eb60f2b[provider=null,keyStore=null,trustStore=null],AUTO} 13:12:15.899 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportDynamic@23f12b28{STOPPED} added {ClientConnector@41b4e9ae{STOPPED},AUTO} 13:12:15.900 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HTTP11@79879fb8[http/1.1] added {org.eclipse.jetty.client.http.HttpClientConnectionFactory@6a1205c7,POJO} 13:12:15.901 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportDynamic@23f12b28{STOPPED} added {HTTP11@79879fb8[http/1.1],AUTO} 13:12:15.903 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@59a989b4{STOPPED} added {HttpClientTransportDynamic@23f12b28{STOPPED},AUTO} 13:12:15.903 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@59a989b4{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@74eb069a,POJO} 13:12:15.903 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@59a989b4{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@6b3b0eb5,POJO} 13:12:15.903 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@59a989b4{STOPPED} 13:12:15.904 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp761413446]@2d623f46{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@3893e777,POJO} 13:12:15.904 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@41b4e9ae{STOPPED} added {QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 13:12:15.906 [qtp1142721449-41] 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:57712,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] 13:12:15.907 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 4 ms, remaining: 59996 ms 13:12:15.907 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@41b4e9ae{STOPPED} added {MappedByteBufferPool@51cc8b94{maxQueueLength=100, factor=2048},POJO} 13:12:15.907 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@59a989b4{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@5ac55df4{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 13:12:15.907 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@41b4e9ae{STOPPED} added {ScheduledExecutorScheduler@4fde843f{STOPPED},AUTO} 13:12:15.909 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@59a989b4{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@40d859fe,POJO} 13:12:15.971 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportDynamic@23f12b28{STOPPED} 13:12:15.972 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@41b4e9ae{STOPPED} 13:12:15.972 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@41b4e9ae{STARTING} added {ClientSelectorManager@2a2d6fe{STOPPED},AUTO} 13:12:15.972 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@4eb60f2b[provider=null,keyStore=null,trustStore=null] 13:12:16.087 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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:57712,OPEN,fill=-,flush=-,to=185/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:12:16.108 [qtp1142721449-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=205/60000}{io=0/0,kio=0,kro=0}]->[] 13:12:16.168 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$554/0x00007f7e3040de40@477f8c1b on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:12:16.168 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=266/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.168 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=266/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.168 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=266/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.169 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}]}} 13:12:16.169 [qtp1142721449-41] 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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.169 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:12:16.169 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=2 13:12:16.169 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 13:12:16.169 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 13:12:16.169 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 2 updates 13:12:16.169 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:12:16.169 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$554/0x00007f7e3040de40@477f8c1b 13:12:16.169 [qtp1142721449-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.169 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b 13:12:16.169 [qtp1142721449-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:57712]] in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0}] 13:12:16.169 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.170 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.170 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 13:12:16.170 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 13:12:16.170 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 13:12:16.170 [qtp1142721449-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:57712], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.170 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.170 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 13:12:16.170 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@71d9be42 13:12:16.170 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:12:16.171 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@6addf1de{PENDING,thread=null} startThread=0 13:12:16.171 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@6addf1de{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:12:16.171 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{PENDING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:12:16.171 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:12:16.171 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.171733022Z 13:12:16.171 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 13:12:16.171 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:12:16.172 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.171 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:12:16.172 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:16.172 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 13:12:16.172 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}]}} 13:12:16.172 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:12:16.172 [qtp1142721449-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} 13:12:16.175 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 215 DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.175 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 215 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:16.176 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:16.176 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.176 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:12:16.179 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:12:16.179 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:12:16.179 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:12:16.179 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:12:16.180 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:12:16.180 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:12:16.181 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:12:16.181 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:12:16.181 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 13:12:16.181 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 13:12:16.181 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 13:12:16.182 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:12:16.182 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:12:16.182 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:12:16.182 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:12:16.182 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:12:16.182 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:12:16.182 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 13:12:16.182 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 13:12:16.183 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 13:12:16.183 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT May 31, 2024 1:12:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:12:16.185 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:16.191 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 13:12:16.191 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7f81f96f[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=7}] 13:12:16.192 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 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.10 13:12:16.192 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} Upgrade: h2c 13:12:16.193 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:16.193 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=18/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=10}] parsed true HttpParser{s=CONTENT,0 of 0} 13:12:16.194 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=18/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=10}] 13:12:16.194 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=10} 13:12:16.194 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:12:16.195 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=11} 13:12:16.197 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=13} 13:12:16.197 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:16.197 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:16.197 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:12:16.197 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:12:16.200 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:12:16.206 [qtp1142721449-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:12:16.271 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:12:16.272 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:12:16.272 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=88} 13:12:16.272 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:12:16.272 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:12:16.272 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:16.273 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:16.273 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:16.273 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:12:16.273 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=98/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] parse null 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=90} 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=90} 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=98/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=90}] parsed false HttpParser{s=END,0 of 0} 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:12:16.274 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=90}] 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:16.274 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=90}] 13:12:16.274 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:16.279 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:12:16.280 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@376ddc2c[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@5a2f1603 13:12:16.280 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=96} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:12:16.283 [qtp1142721449-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=436,c=32768,r=436],true)@START 13:12:16.284 [qtp1142721449-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=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} 13:12:16.284 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:12:16.284 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:12:16.284 [qtp1142721449-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=436,c=32768,r=436],true)@COMPLETING 13:12:16.284 [qtp1142721449-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=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}] 13:12:16.284 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{WRITING}->null:IDLE-->WRITING 13:12:16.285 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 577 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=W,to=109/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@1ac5f508{s=COMPLETING}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=101}] 13:12:16.285 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=577 remaining=0 WriteFlusher@34de89cf{WRITING}->null 13:12:16.285 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{IDLE}->null:WRITING-->IDLE 13:12:16.285 [qtp1142721449-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=436,l=436,c=32768,r=0],true)@END 13:12:16.286 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:16.286 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:16.286 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@3d7bf23d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:16.286 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=102} 13:12:16.286 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=436 13:12:16.287 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:16.287 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=103} 13:12:16.287 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=103}] 13:12:16.287 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:16.287 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=103}] 13:12:16.287 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:16.287 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@3d7bf23d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:16.287 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:16.287 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 13:12:16.287 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=103}] 13:12:16.289 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:12:16.289 [qtp1142721449-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:12:16.289 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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} 13:12:16.289 [qtp1142721449-43] 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} 13:12:16.289 [qtp1142721449-43] 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} 13:12:16.290 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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} 13:12:16.290 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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} 13:12:16.290 [qtp1142721449-43] 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} 13:12:16.290 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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} 13:12:16.290 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}] 13:12:16.290 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}] 13:12:16.290 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}]}} 13:12:16.290 [qtp1142721449-43] 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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}] 13:12:16.291 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:12:16.291 [qtp1142721449-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:12:16.291 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 13:12:16.291 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 13:12:16.291 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 13:12:16.291 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:16.291 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b 13:12:16.291 [qtp1142721449-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:12:16.291 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}] 13:12:16.368 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.368 [qtp1142721449-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=77/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:12:16.368 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 13:12:16.376 [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] 13:12:16.376 [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] 13:12:16.377 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1717161136377|SSL_NULL_WITH_NULL_NULL)] 13:12:16.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4189ms Client@4eb60f2b[provider=null,keyStore=null,trustStore=null] 13:12:16.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 13:12:16.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0} 13:12:16.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] added {ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0},AUTO} 13:12:16.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0} 13:12:16.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4189ms ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0} 13:12:16.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@59a989b4-51,5,Configuration Admin Service] 13:12:16.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@59a989b4-52,5,Configuration Admin Service] 13:12:16.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@59a989b4-53,5,Configuration Admin Service] 13:12:16.382 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.382 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@59a989b4-54,5,Configuration Admin Service] 13:12:16.382 [HttpClient@59a989b4-53] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@59a989b4-55,5,Configuration Admin Service] 13:12:16.382 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@59a989b4-56,5,Configuration Admin Service] 13:12:16.382 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@59a989b4-57,5,Configuration Admin Service] 13:12:16.383 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@59a989b4-58,5,Configuration Admin Service] 13:12:16.383 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4191ms QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@4fde843f{STOPPED} 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4191ms ScheduledExecutorScheduler@4fde843f{STARTED} 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@2a2d6fe{STOPPED} 13:12:16.383 [HttpClient@59a989b4-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.383750443Z added {SelectorProducer@1a5bb976,POJO} 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.383929006Z added {QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}],UNMANAGED} 13:12:16.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.384027885Z created 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@ce597c6{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.384120061Z,MANAGED} 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@2a2d6fe{STARTING} added {ManagedSelector@ce597c6{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@ce597c6{STOPPED} id=0 keys=-1 selected=-1 updates=0 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.384304971Z 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4192ms AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.384387837Z 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@21f5d9d2 startThread=0 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@438188bc on ManagedSelector@ce597c6{STARTING} id=0 keys=0 selected=0 updates=0 13:12:16.384 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@21f5d9d2 in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.384 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.384656686Z tryProduce false 13:12:16.384 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:16.384 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@438188bc 13:12:16.384 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.384 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 0 keys 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4192ms ManagedSelector@ce597c6{STARTED} id=0 keys=0 selected=0 updates=0 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4192ms ClientSelectorManager@2a2d6fe{STARTED} 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4192ms ClientConnector@41b4e9ae{STARTED} 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HTTP11@79879fb8[http/1.1] 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4192ms HTTP11@79879fb8[http/1.1] 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4192ms HttpClientTransportDynamic@23f12b28{STARTED} 13:12:16.384 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4192ms HttpClient@59a989b4{STARTED} 13:12:16.385 [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$600/0x00007f7e30484800@242df548 startThread=0 13:12:16.385 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator$$Lambda$600/0x00007f7e30484800@242df548 in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] May 31, 2024 1:12:16 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 13:12:16.397 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@59a989b4{STARTED} added {HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@71702765,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 13:12:16.397 [HttpClient@59a989b4-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]]]@71702765,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 13:12:16.399 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- MultiplexConnectionPool@4ee858c[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]] added {@60a2fc1c[inUse=0,size=0,max=64,closed=false],POJO} 13:12:16.400 [HttpClient@59a989b4-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]]]@71702765,state=STARTING,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {MultiplexConnectionPool@4ee858c[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]],MANAGED} 13:12:16.400 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING MultiplexConnectionPool@4ee858c[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]] 13:12:16.400 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4208ms MultiplexConnectionPool@4ee858c[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]] 13:12:16.401 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @4209ms HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@71702765,state=STARTED,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:12:16.401 [HttpClient@59a989b4-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]]]@71702765,state=STARTED,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 13:12:16.401 [HttpClient@59a989b4-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]]]@71702765,state=STARTED,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.403 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[org.eclipse.jetty.client.util.InputStreamResponseListener@4c35f367] 13:12:16.403 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued HttpRequest[GET /discovery HTTP/1.1]@58e85d54 for HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@71702765,state=STARTED,queue=1,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 13:12:16.403 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on MultiplexConnectionPool@4ee858c[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=@60a2fc1c[inUse=0,size=0,max=64,closed=false]] 13:12:16.403 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 13:12:16.403 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 13:12:16.404 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.Pool -- @60a2fc1c[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@3243b009{PENDING,usage=0,multiplex=0,pooled=null} 13:12:16.404 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@3243b009{PENDING,usage=0,multiplex=0,pooled=null} 13:12:16.468 [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 13:12:16.468 [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 13:12:16.468 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model virtual-temperature-sensor-feature 13:12:16.470 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$611/0x00007f7e304947c0@5c0d5a86 startThread=0 13:12:16.470 [HttpClient@59a989b4-53] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$611/0x00007f7e304947c0@5c0d5a86 in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.470 [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 13:12:16.470 [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 13:12:16.470 [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] 13:12:16.470 [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 13:12:16.471 [HttpClient@59a989b4-53] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved 127.0.0.1 in 0 ms 13:12:16.473 [HttpClient@59a989b4-53] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to /127.0.0.1:24680 13:12:16.474 [HttpClient@59a989b4-53] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@3d039f02{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@23f12b28{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]]]@71702765,state=STARTED,queue=1,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@41b4e9ae{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@59a989b4{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5228ba58, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@467ffc33}} on ManagedSelector@ce597c6{STARTED} id=0 keys=0 selected=0 updates=0 13:12:16.474 [HttpClient@59a989b4-53] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@ce597c6{STARTED} id=0 keys=0 selected=0 updates=1 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken with none selected 13:12:16.474 [HttpClient@59a989b4-53] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$611/0x00007f7e304947c0@5c0d5a86 in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 0/0/0 selected 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 0 keys, 1 updates 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@3d039f02{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@23f12b28{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]]]@71702765,state=STARTED,queue=1,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@41b4e9ae{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@59a989b4{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5228ba58, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@467ffc33}} 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 1/1/1 selected 13:12:16.474 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 1 keys, 0 updates 13:12:16.474 [HttpClient@59a989b4-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@128835d5, interestOps=8, readyOps=8 Connect@3d039f02{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@23f12b28{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]]]@71702765,state=STARTED,queue=1,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@41b4e9ae{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@59a989b4{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5228ba58, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@467ffc33}} 13:12:16.475 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:38060 remote=/127.0.0.1:24680] 13:12:16.475 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@6c658b74{Connect@3d039f02{java.nio.channels.SocketChannel[connected local=/127.0.0.1:38060 remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@23f12b28{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]]]@71702765,state=STARTED,queue=1,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@41b4e9ae{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@59a989b4{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5228ba58, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@467ffc33}}} startThread=0 13:12:16.476 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:12:16.476 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.476 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys 13:12:16.475 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@6c658b74{Connect@3d039f02{java.nio.channels.SocketChannel[connected local=/127.0.0.1:38060 remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@23f12b28{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]]]@71702765,state=STARTED,queue=1,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@41b4e9ae{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@59a989b4{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5228ba58, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@467ffc33}}} in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.476 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 13:12:16.476 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,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 13:12:16.488 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$554/0x00007f7e3040de40@2dc48bdd on ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=0 13:12:16.488 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.489 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.489 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.489 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@5fbd17b0{ReadCallback@5678b7a3{HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:12:16.489 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.489 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@495b4a5c on ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=1 13:12:16.489 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=2 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken with none selected 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 0/0/1 selected 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 0 keys, 2 updates 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$554/0x00007f7e3040de40@2dc48bdd 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@495b4a5c 13:12:16.490 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@3243b009{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.490 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys 13:12:16.490 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on MultiplexConnectionPool@4ee858c[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]] 13:12:16.491 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@3243b009{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} @60a2fc1c[inUse=1,size=1,max=64,closed=false] 13:12:16.491 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[PENDING/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]} on HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(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]]]@71702765,state=STARTED,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=@60a2fc1c[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 13:12:16.492 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.498 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[PENDING/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]} associated true to HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[PENDING/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:12:16.498 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.568 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@13aa1da4[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@61b79c08 13:12:16.568 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers HttpRequest[GET /discovery HTTP/1.1]@58e85d54 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Accept: application/json Host: 127.0.0.1:24680 13:12:16.568 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@13aa1da4[demand=1,stalled=false,committed=false,emitInitial=true] 13:12:16.569 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@13aa1da4[demand=0,stalled=false,committed=true,emitInitial=true] 13:12:16.569 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} last=true for HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.569 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} last=true for HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.569 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@27a7036b{s=START} for HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.570 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders GET{u=/discovery,HTTP/1.1,h=4,cl=0,p=null} last=true content=HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 13:12:16.570 [HttpClient@59a989b4-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 13:12:16.570 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 13:12:16.570 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (126 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@27a7036b{s=COMPLETING} for HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.570 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@2f230f97{IDLE}->null [DirectByteBuffer@141ff14e[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@63635569[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>}] 13:12:16.570 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2f230f97{WRITING}->null:IDLE-->WRITING 13:12:16.570 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 126 SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=W,to=81/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[PENDING/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=HEADERS,failure=null)[HttpGenerator@27a7036b{s=COMPLETING}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.570 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=126 remaining=0 WriteFlusher@2f230f97{WRITING}->null 13:12:16.570 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2f230f97{IDLE}->null:WRITING-->IDLE 13:12:16.571 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@27a7036b{s=END} for HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.571 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.571 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpSender -- Request success HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.571 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]}, result: null 13:12:16.571 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request HttpRequest[GET /discovery HTTP/1.1]@58e85d54 13:12:16.571 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@13aa1da4[demand=0,stalled=true,committed=true,emitInitial=true] 13:12:16.572 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.572 [HttpClient@59a989b4-54] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@6c658b74{Connect@3d039f02{java.nio.channels.SocketChannel[connected local=/127.0.0.1:38060 remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@23f12b28{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]]]@71702765,state=STARTED,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=@60a2fc1c[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@41b4e9ae{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@59a989b4{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5228ba58, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@467ffc33}}} in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0}] 13:12:16.577 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.577 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.587 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.588 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.588 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.589 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.590 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.592 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.592 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.593 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.593 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.594 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.595 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.595 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.673 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 13:12:16.676 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.676 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.677 [Apache Aries TypedEventBus Delivery Thread] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Session Manager received a notification on topic {} 13:12:16.683 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 1/1/1 selected 13:12:16.683 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 1 keys, 0 updates 13:12:16.683 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:38060 remote=/127.0.0.1:24680], selector=sun.nio.ch.EPollSelectorImpl@128835d5, interestOps=1, readyOps=1 SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=112/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.683 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=112/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.683 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=113/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 13:12:16.684 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1f855d44{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@767a652b 13:12:16.684 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1f855d44{reserved=0/2,pending=1} startReservedThread p=1 13:12:16.684 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@3d5d2c80{PENDING,thread=null} startThread=0 13:12:16.684 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@3d5d2c80{PENDING,thread=null} in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=1}] 13:12:16.684 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3d5d2c80{PENDING,thread=Thread[HttpClient@59a989b4-55,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:12:16.684 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3d5d2c80{RESERVED,thread=Thread[HttpClient@59a989b4-55,5,Configuration Admin Service]} waiting ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0} 13:12:16.684 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=113/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/PRODUCING/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-05-31T13:12:16.684569627Z 13:12:16.684 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=113/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 13:12:16.684 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:12:16.684 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=114/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0}] 13:12:16.685 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@5fbd17b0{ReadCallback@5678b7a3{HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=114/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@27f6844c[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@29317ec2{PENDING,pooled=null} 13:12:16.685 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=114/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.685 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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} 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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} 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 84 DirectByteBuffer@680c74f9[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 84 bytes in RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[null 0 null]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@680c74f9[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 13:12:16.685 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[org.eclipse.jetty.client.util.InputStreamResponseListener@4c35f367] 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 200 OK]@6aa2dd57 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> VALUE 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> IN_VALUE 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> FIELD 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Transfer-Encoding: chunked --> IN_VALUE 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Transfer-Encoding: chunked --> FIELD 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CHUNKED_CONTENT 13:12:16.686 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 200 OK]@6aa2dd57 Date: Fri, 31 May 2024 13:12:16 GMT Transfer-Encoding: chunked 13:12:16.688 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 13:12:16.688 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 200 OK]@6aa2dd57 13:12:16.688 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:12:16.688 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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} 13:12:16.689 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 61 DirectByteBuffer@680c74f9[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} 13:12:16.689 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 61 bytes in RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.689 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNKED_CONTENT DirectByteBuffer@680c74f9[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} 13:12:16.689 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNKED_CONTENT --> CHUNK_SIZE 13:12:16.689 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK_SIZE --> CHUNK 13:12:16.690 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 200 OK]@6aa2dd57 DirectByteBufferR@242d7eeb[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} 13:12:16.691 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- Queueing content java.nio.DirectByteBufferR[pos=0 lim=50 cap=50] 13:12:16.768 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 200 OK]@6aa2dd57, hasDemand=false 13:12:16.768 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=true, failed=false 13:12:16.768 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=true 13:12:16.768 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNK DirectByteBuffer@680c74f9[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} 13:12:16.768 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK --> CHUNKED_CONTENT 13:12:16.768 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNKED_CONTENT --> CHUNK_SIZE 13:12:16.768 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK_SIZE --> TRAILER 13:12:16.768 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- TRAILER --> END 13:12:16.768 [HttpClient@59a989b4-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=79/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@6aa2dd57[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=CONTENT,failure=null)[HttpParser{s=CHUNK_SIZE,50 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0}] 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 200 OK]@6aa2dd57 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- End of content 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@6aa2dd57[TERMINATED/null]}, result: Result[HttpRequest[GET /discovery HTTP/1.1]@58e85d54 > HttpResponse[HTTP/1.1 200 OK]@6aa2dd57] null 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 200 OK]@6aa2dd57, result: Result[HttpRequest[GET /discovery HTTP/1.1]@58e85d54 > HttpResponse[HTTP/1.1 200 OK]@6aa2dd57] null 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@48676c60{req=HttpRequest[GET /discovery HTTP/1.1]@58e85d54[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@6aa2dd57[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=80/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.769 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=80/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@3243b009{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=80/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} @60a2fc1c[inUse=0,size=1,max=64,closed=false] 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[HttpRequest[GET /discovery HTTP/1.1]@58e85d54 > HttpResponse[HTTP/1.1 200 OK]@6aa2dd57] null, notifying [org.eclipse.jetty.client.util.InputStreamResponseListener@4c35f367] 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- Result success 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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} 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=81/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00},r=0} 13:12:16.770 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=81/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.771 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@5fbd17b0{ReadCallback@5678b7a3{HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:12:16.771 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.771 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@495b4a5c on ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=0 13:12:16.771 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=1 13:12:16.771 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken with none selected 13:12:16.771 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 0/0/1 selected 13:12:16.771 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 0 keys, 1 updates 13:12:16.771 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:16.771 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@495b4a5c 13:12:16.771 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.771 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.771 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys May 31, 2024 1:12:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:12:16.783 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- InputStream close 13:12:16.784 [HttpClient@59a989b4-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]]]@71702765,state=STARTED,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 13:12:16.784 [HttpClient@59a989b4-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]]]@71702765,state=STARTED,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 for HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.784 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[org.eclipse.jetty.client.util.InputStreamResponseListener@74783bf9] 13:12:16.784 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued HttpRequest[GET /certificates HTTP/1.1]@e421d45 for HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@71702765,state=STARTED,queue=1,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 13:12:16.784 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on MultiplexConnectionPool@4ee858c[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=@60a2fc1c[inUse=0,size=1,max=64,closed=false]] 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@3243b009{ACTIVE,usage=2,multiplex=1,pooled=HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=14/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} @60a2fc1c[inUse=1,size=1,max=64,closed=false] 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[PENDING/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]} on HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=14/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(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]]]@71702765,state=STARTED,queue=0,pool=MultiplexConnectionPool@4ee858c[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=@60a2fc1c[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[PENDING/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]} associated true to HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[PENDING/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@50d44126[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@61b79c08 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers HttpRequest[GET /certificates HTTP/1.1]@e421d45 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Accept: application/json Host: 127.0.0.1:24680 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@50d44126[demand=1,stalled=false,committed=false,emitInitial=true] 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@50d44126[demand=0,stalled=false,committed=true,emitInitial=true] 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} last=true for HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} last=true for HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.785 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@27a7036b{s=START} for HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders GET{u=/certificates,HTTP/1.1,h=4,cl=0,p=null} last=true content=HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 13:12:16.786 [HttpClient@59a989b4-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 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (129 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@27a7036b{s=COMPLETING} for HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@2f230f97{IDLE}->null [DirectByteBuffer@141ff14e[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@63635569[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>}] 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2f230f97{WRITING}->null:IDLE-->WRITING 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 129 SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=W,to=15/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[PENDING/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=HEADERS,failure=null)[HttpGenerator@27a7036b{s=COMPLETING}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=129 remaining=0 WriteFlusher@2f230f97{WRITING}->null 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@2f230f97{IDLE}->null:WRITING-->IDLE 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@27a7036b{s=END} for HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpSender -- Request success HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]}, result: null 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request HttpRequest[GET /certificates HTTP/1.1]@e421d45 13:12:16.786 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@50d44126[demand=0,stalled=true,committed=true,emitInitial=true] 13:12:16.787 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 1/1/1 selected 13:12:16.787 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 1 keys, 0 updates 13:12:16.787 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:38060 remote=/127.0.0.1:24680], selector=sun.nio.ch.EPollSelectorImpl@128835d5, interestOps=1, readyOps=1 SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.787 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.788 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 13:12:16.788 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@767a652b 13:12:16.788 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1f855d44{reserved=0/2,pending=1} startReservedThread p=1 13:12:16.788 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@8768e29{PENDING,thread=null} startThread=0 13:12:16.788 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@8768e29{PENDING,thread=null} in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=1}] 13:12:16.788 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@8768e29{PENDING,thread=Thread[HttpClient@59a989b4-57,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:12:16.788 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3d5d2c80{RESERVED,thread=Thread[HttpClient@59a989b4-55,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@767a652b ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0} 13:12:16.788 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@8768e29{RESERVED,thread=Thread[HttpClient@59a989b4-57,5,Configuration Admin Service]} waiting ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0} 13:12:16.789 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=true/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:12:16.789090058Z tryProduce true 13:12:16.789 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:12:16.788 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=true/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:12:16.789267509Z 13:12:16.789 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.789 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@5fbd17b0{ReadCallback@5678b7a3{HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:12:16.789 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:16.789 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.789 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.789 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:12:16.789 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys 13:12:16.789 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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} 13:12:16.789 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 84 DirectByteBuffer@680c74f9[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.789 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 84 bytes in RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[null 0 null]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@680c74f9[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[org.eclipse.jetty.client.util.InputStreamResponseListener@74783bf9] 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 200 OK]@4ee2d58a 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> VALUE 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> IN_VALUE 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> FIELD 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Transfer-Encoding: chunked --> IN_VALUE 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Transfer-Encoding: chunked --> FIELD 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CHUNKED_CONTENT 13:12:16.790 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 200 OK]@4ee2d58a Date: Fri, 31 May 2024 13:12:16 GMT Transfer-Encoding: chunked 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 200 OK]@4ee2d58a 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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} 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.791 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@5fbd17b0{ReadCallback@5678b7a3{HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]]}} 13:12:16.792 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.792 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@495b4a5c on ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=0 13:12:16.792 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=1 13:12:16.792 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken with none selected 13:12:16.792 [HttpClient@59a989b4-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@21f5d9d2 in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0}] 13:12:16.792 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 0/0/1 selected 13:12:16.792 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 0 keys, 1 updates 13:12:16.792 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:16.792 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@495b4a5c 13:12:16.792 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.792 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.792 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys May 31, 2024 1:12: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. May 31, 2024 1:12: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. 13:12:16.876 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 1/1/1 selected 13:12:16.876 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 1 keys, 0 updates 13:12:16.876 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:38060 remote=/127.0.0.1:24680], selector=sun.nio.ch.EPollSelectorImpl@128835d5, interestOps=1, readyOps=1 SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=84/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.876 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=85/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.877 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=85/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]]:runFillable:BLOCKING 13:12:16.877 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@767a652b 13:12:16.877 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1f855d44{reserved=0/2,pending=1} startReservedThread p=1 13:12:16.877 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@1b17b27{PENDING,thread=null} startThread=0 13:12:16.877 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@8768e29{RESERVED,thread=Thread[HttpClient@59a989b4-57,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@767a652b ReservedThreadExecutor@1f855d44{reserved=0/2,pending=1} 13:12:16.877 [HttpClient@59a989b4-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@1b17b27{PENDING,thread=null} in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=1}] 13:12:16.877 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/IDLE/p=true/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:12:16.877461894Z tryProduce true 13:12:16.877 [HttpClient@59a989b4-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1b17b27{PENDING,thread=Thread[HttpClient@59a989b4-58,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:12:16.877 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:12:16.877 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.877 [HttpClient@59a989b4-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1b17b27{RESERVED,thread=Thread[HttpClient@59a989b4-58,5,Configuration Admin Service]} waiting ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0} 13:12:16.877 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=85/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@34cacb83/SelectorProducer@1a5bb976/PRODUCING/p=false/QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:12:16.877686533Z 13:12:16.877 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=85/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.877 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys 13:12:16.877 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@5fbd17b0{ReadCallback@5678b7a3{HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=85/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]]}} 13:12:16.877 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNKED_CONTENT DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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} 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 814 DirectByteBuffer@680c74f9[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} 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 814 bytes in RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[PENDING/null]})[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNKED_CONTENT DirectByteBuffer@680c74f9[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} 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNKED_CONTENT --> CHUNK_SIZE 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK_SIZE --> CHUNK 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 200 OK]@4ee2d58a DirectByteBufferR@f769561[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} 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- Queueing content java.nio.DirectByteBufferR[pos=0 lim=802 cap=802] 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 200 OK]@4ee2d58a, hasDemand=false 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=true, failed=false 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=true 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3d5d2c80{RUNNING,thread=Thread[HttpClient@59a989b4-55,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNK DirectByteBuffer@680c74f9[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} 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK --> CHUNKED_CONTENT 13:12:16.878 [HttpClient@59a989b4-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3d5d2c80{RESERVED,thread=Thread[HttpClient@59a989b4-55,5,Configuration Admin Service]} waiting ReservedThreadExecutor@1f855d44{reserved=2/2,pending=0} 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNKED_CONTENT --> CHUNK_SIZE 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK_SIZE --> TRAILER 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- TRAILER --> END 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 200 OK]@4ee2d58a 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- End of content 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[TERMINATED/null]}, result: Result[HttpRequest[GET /certificates HTTP/1.1]@e421d45 > HttpResponse[HTTP/1.1 200 OK]@4ee2d58a] null 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 200 OK]@4ee2d58a, result: Result[HttpRequest[GET /certificates HTTP/1.1]@e421d45 > HttpResponse[HTTP/1.1 200 OK]@4ee2d58a] null 13:12:16.878 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@54276e5c{req=HttpRequest[GET /certificates HTTP/1.1]@e421d45[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@4ee2d58a[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@3243b009{IDLE,usage=2,multiplex=0,pooled=HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} @60a2fc1c[inUse=0,size=1,max=64,closed=false] 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[HttpRequest[GET /certificates HTTP/1.1]@e421d45 > HttpResponse[HTTP/1.1 200 OK]@4ee2d58a] null, notifying [org.eclipse.jetty.client.util.InputStreamResponseListener@74783bf9] 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- Result success 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[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} 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>322\r\n{"ke...\x00\x00\x00\x00\x00\x00\x00} 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>322\r\n{"ke...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@2d0eef3c{DirectByteBuffer@680c74f9[p=0,l=0,c=16384,r=0]={<<<>>>322\r\n{"ke...\x00\x00\x00\x00\x00\x00\x00},r=0} 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@5fbd17b0{ReadCallback@5678b7a3{HttpConnectionOverHTTP@50b54781::SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 13:12:16.879 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.880 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@495b4a5c on ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=0 13:12:16.880 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@ce597c6{STARTED} id=0 keys=1 selected=0 updates=1 13:12:16.880 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken with none selected 13:12:16.880 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 woken up from select, 0/0/1 selected 13:12:16.880 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 processing 0 keys, 1 updates 13:12:16.880 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:16.880 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@495b4a5c 13:12:16.880 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@16f8dea1[{l=/127.0.0.1:38060,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@50b54781(l:/127.0.0.1:38060 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@609c5efd(exchange=null)[send=HttpSenderOverHTTP@2eb4ff03(req=QUEUED,failure=null)[HttpGenerator@27a7036b{s=START}],recv=HttpReceiverOverHTTP@5d54d151(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 13:12:16.880 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:16.880 [HttpClient@59a989b4-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@128835d5 waiting with 1 keys May 31, 2024 1:12: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 May 31, 2024 1:12:16 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter May 31, 2024 1:12:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 13:12:16.979 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- InputStream close 13:12:16.995 [HttpClient@59a989b4-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator$$Lambda$600/0x00007f7e30484800@242df548 in QueuedThreadPool[HttpClient@59a989b4]@2d623f46{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1f855d44{reserved=2/2,pending=0}] May 31, 2024 1:12:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:12: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. May 31, 2024 1:12: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. 13:12:17.305 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 13:12:17.306 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 13:12:17.306 [qtp1142721449-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:57712], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=1015/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}] 13:12:17.306 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=1016/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}] 13:12:17.306 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=1016/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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 13:12:17.307 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@71d9be42 13:12:17.307 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:12:17.307 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@71d9be42 ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} 13:12:17.307 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@76d3dfda{PENDING,thread=null} startThread=0 13:12:17.307 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@76d3dfda{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:12:17.307 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:12:17.307496253Z tryProduce true 13:12:17.307 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{PENDING,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:12:17.307 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:12:17.307 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:17.307 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:12:17.307 [qtp1142721449-42] 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:57712,OPEN,fill=FI,flush=-,to=1016/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}] 13:12:17.307 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 13:12:17.307 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=1016/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-05-31T13:12:17.307693329Z 13:12:17.307 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=1016/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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}]}} 13:12:17.307 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1017/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:12:17.308 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 215 DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:17.308 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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 215 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:17.308 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{s=IDLE 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=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:17.308 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:17.308 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:12:17.308 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:12:17.308 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> IN_VALUE 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> FIELD 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:17.309 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 13:12:17.309 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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.10 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:12:17.310 [qtp1142721449-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:12:17.393 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=85} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=85} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=85} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=86/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=85}] parse null 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=85} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=85} 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:12:17.394 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=86/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=85}] parsed false HttpParser{s=END,0 of 0} 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:12:17.395 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=86}] 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:17.395 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=86}] 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@376ddc2c[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@5e30a9a7 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=86} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:12:17.395 [qtp1142721449-39] 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@722f27eb] (null,[p=0,l=436,c=32768,r=436],true)@START 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@376ddc2c[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} 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 13:12:17.395 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:12:17.395 [qtp1142721449-39] 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@722f27eb] ([p=0,l=141,c=16384,r=141],[p=0,l=436,c=32768,r=436],true)@COMPLETING 13:12:17.395 [qtp1142721449-39] 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=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}] 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{WRITING}->null:IDLE-->WRITING 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 577 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=W,to=87/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@1ac5f508{s=COMPLETING}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=87}] 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=577 remaining=0 WriteFlusher@34de89cf{WRITING}->null 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{IDLE}->null:WRITING-->IDLE 13:12:17.396 [qtp1142721449-39] 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@722f27eb] ([p=141,l=141,c=16384,r=0],[p=436,l=436,c=32768,r=0],true)@END 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@3d7bf23d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=87} 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=436 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=87} 13:12:17.396 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=87}] 13:12:17.396 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:17.397 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=88}] 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@3d7bf23d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 13:12:17.397 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=88}] 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:17.397 [qtp1142721449-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} 13:12:17.397 [qtp1142721449-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} 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:17.397 [qtp1142721449-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} 13:12:17.397 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:17.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:17.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:17.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}]}} 13:12:17.398 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:17.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:12:17.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:12:17.398 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 13:12:17.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 13:12:17.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 13:12:17.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:17.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b 13:12:17.398 [qtp1142721449-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:12:17.399 [qtp1142721449-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$371/0x00007f7e30315580@815b1aa in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}] 13:12:17.399 [qtp1142721449-42] 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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:17.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:17.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys May 31, 2024 1:12:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. May 31, 2024 1:12: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. May 31, 2024 1:12: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. 13:12:18.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 13:12:18.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 13:12:18.399 [qtp1142721449-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:57712], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=1000/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.399 [qtp1142721449-42] 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:57712,OPEN,fill=FI,flush=-,to=1001/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=1001/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 13:12:18.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@71d9be42 13:12:18.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} startReservedThread p=1 13:12:18.399 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@71d9be42 ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1} 13:12:18.399 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@3e81af{PENDING,thread=null} startThread=0 13:12:18.400 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@3e81af{PENDING,thread=null} in QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}] 13:12:18.400 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:12:18.400131379Z tryProduce true 13:12:18.400 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3e81af{PENDING,thread=Thread[qtp1142721449-45,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 13:12:18.400 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:12:18.400 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:18.400 [qtp1142721449-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@3e81af{RESERVED,thread=Thread[qtp1142721449-45,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:12:18.400 [qtp1142721449-42] 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:57712,OPEN,fill=FI,flush=-,to=1001/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@4ff59d54/SelectorProducer@6ab8ad59/PRODUCING/p=false/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-05-31T13:12:18.400271935Z 13:12:18.400 [qtp1142721449-44] 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:57712,OPEN,fill=FI,flush=-,to=1001/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.400 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 13:12:18.400 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=1001/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}]}} 13:12:18.400 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1001/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:12:18.400 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 215 DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:18.400 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 215 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:18.400 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:18.400 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> IN_VALUE 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> FIELD 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 13:12:18.401 [qtp1142721449-42] 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@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.401 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=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.10 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:12:18.402 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:12:18.403 [qtp1142721449-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:12:18.403 [qtp1142721449-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:12:18.413 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:12:18.413 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:12:18.413 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=12} 13:12:18.413 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 13:12:18.413 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:12:18.413 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=12} 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=13} 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=13}] parse null 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=13} 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=13} 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=13}] parsed false HttpParser{s=END,0 of 0} 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:12:18.414 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=13}] 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.414 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=13}] 13:12:18.414 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@376ddc2c[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@537c3ff8 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=14} 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 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=401,h=3,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@44af9ef9] (null,[p=0,l=445,c=32768,r=445],true)@START 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=401,h=3,cl=-1} last=true content=DirectByteBuffer@376ddc2c[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} 13:12:18.415 [qtp1142721449-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 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=401,h=3,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@44af9ef9] ([p=0,l=181,c=16384,r=181],[p=0,l=445,c=32768,r=445],true)@COMPLETING 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@34de89cf{IDLE}->null [DirectByteBuffer@7e95b142[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@376ddc2c[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}] 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{WRITING}->null:IDLE-->WRITING 13:12:18.415 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 626 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=W,to=15/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@1ac5f508{s=COMPLETING}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=15}] 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=626 remaining=0 WriteFlusher@34de89cf{WRITING}->null 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{IDLE}->null:WRITING-->IDLE 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=401,h=3,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@44af9ef9] ([p=181,l=181,c=16384,r=0],[p=445,l=445,c=32768,r=0],true)@END 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@3d7bf23d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=15} 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=445 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=15} 13:12:18.416 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=15}] 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.416 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=15}] 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@3d7bf23d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 13:12:18.416 [qtp1142721449-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@3b830304{s=HttpChannelState@3d7bf23d{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=15}] 13:12:18.416 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.417 [qtp1142721449-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} 13:12:18.417 [qtp1142721449-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} 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:18.417 [qtp1142721449-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} 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}]}} 13:12:18.417 [qtp1142721449-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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:12:18.417 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 13:12:18.417 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:12:18.417 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 13:12:18.417 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:18.417 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b 13:12:18.417 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RUNNING,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:12:18.418 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} 13:12:18.418 [qtp1142721449-44] 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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.418 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:18.418 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 13:12:18.419 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 13:12:18.420 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 13:12:18.420 [qtp1142721449-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:57712], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=2/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.420 [qtp1142721449-44] 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:57712,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.420 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 13:12:18.420 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@71d9be42 13:12:18.420 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp1142721449-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$370/0x00007f7e30314f18@71d9be42 ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0} 13:12:18.420 [qtp1142721449-44] 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:57712,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=2]@2024-05-31T13:12:18.420582621Z 13:12:18.420 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}]}} 13:12:18.420 [qtp1142721449-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4ff59d54/SelectorProducer@6ab8ad59/IDLE/p=true/QueuedThreadPool[qtp1142721449]@441c8ba9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@34e9606a{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=3]@2024-05-31T13:12:18.420685942Z tryProduce true 13:12:18.420 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 13:12:18.420 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:18.420 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:12:18.420 [qtp1142721449-42] 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:57712,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.420 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 13:12:18.420 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 1090 DirectByteBuffer@656a3417[p=0,l=1090,c=8192,r=1090]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:18.420 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 1090 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=1090,c=8192,r=1090]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=1090,c=8192,r=1090]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=1090,c=8192,r=1090]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> IN_VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.10 --> FIELD 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Authorization --> VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Authorization --> IN_VALUE 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Authorization --> FIELD 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.421 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 13:12:18.422 [qtp1142721449-44] 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@3b830304{s=HttpChannelState@3d7bf23d{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=1}] 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact/providers/temp1/services/sensor/resources/temperature/GET on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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.10 Authorization: Bearer eyJraWQiOiJ0ZXN0IiwiYWxnIjoiUlM1MTIifQ.eyJzdWIiOiJ0ZXN0VXNlciIsImlhdCI6MTcxNzE1NzUzMiwiZXhwIjoxNzE3MTY0NzMyfQ.MO8NBD7ureIDu7C7IT0pX-CnlKu17xkovDtZLunThjJ2-v84pGJeJVr5MUmGe0JG-Meez2hEloBA3qvPu8BYefkB97yk648SNGBdAVKxaC6mpEI2QMKRLeJ2x4GQibgFC3xhKdHlAFYqg0u59DS9gO1v3dEpZvFPmKPVVWfIgDffWJ0mHwZl04dDFm4Gexxkjr8LqYbaamg5tDBTzTto2E3_cvtHjvRQD_WCJnl45VW9vPPP_XlwIZjxGHRpvMGSq9D3soIDLolftJ3a_WAZ2Eg4kq97xQEspAFEb86zsbVTF1NC1HIjXdihln2rlPQQ2aqmNd2g5Px02cz9ieeD1pRHwBsjadrgyNYT2nJZdBeYScljfMP5b-fLlemyGzGV9S_2DRoGhszGPDHwc8k77pzaJwzVwCtCCEC9PN061Fb6gs8SlT3HrzofCOs6W0mSU0CtnylccYKn2jhGDWnI9v8ZUGKYRrhLcOLXbqzr4JEvS4DEyAsRL4KwH07s5WipfM0xEGRqgZ0iLGV4X1aVkoQHJP8uWKYsHSNG2Qb4LUTi3DYSCyILKogpYGdP7JyfFk52i9gHPIuaVvW8D2BuG3ah7HcbMU8YjfPUoUXUcB5Y025___j_WdFsrJ5l_GmCwMvANPSW8ka2kBHE_ZUJPnbcRbs_-VWNzLr3mm3931Q 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@2dc177f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact/providers/temp1/services/sensor/resources/temperature/GET ?null on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact/providers/temp1/services/sensor/resources/temperature/GET @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact/providers/temp1/services/sensor/resources/temperature/GET @ o.e.j.s.ServletContextHandler@ef20331{/,null,AVAILABLE} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 session=null 13:12:18.422 [qtp1142721449-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-1bf71342, mappingMatch=PATH, servletPath=, pathInfo=/sensinact/providers/temp1/services/sensor/resources/temperature/GET} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1bf71342==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@34a3fbd3{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 13:12:18.422 [qtp1142721449-44] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 13:12:18.452 [qtp1142721449-44] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Getting the default session for user testUser 13:12:18.452 [qtp1142721449-44] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Creating a new session for user testUser 13:12:18.452 [qtp1142721449-44] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- No Authorization Engine is set. Using policy AUTHENTICATED_ONLY 13:12:18.457 [qtp1142721449-44] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Created a new session 88538939-b9dc-4fce-8fbd-15a094e5fdfb for user testUser 13:12:18.457 [qtp1142721449-44] DEBUG org.eclipse.sensinact.nortbound.session.impl.SessionManager -- Located default session null for user testUser 13:12:18.500 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@2bfaee6[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":28.021063339552956}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 13:12:18.500 [qtp1142721449-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 13:12:18.500 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@4a4335ec[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":28.021063339552956}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@e74941{null} 13:12:18.500 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact/providers/temp1/services/sensor/resources/temperature/GET on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=80} 200 null HTTP/1.1 Date: Fri, 31 May 2024 13:12:18 GMT Content-Length: 177 Content-Type: application/json 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7db0c38d] (null,[p=0,l=177,c=8192,r=177],true)@START 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=177} last=true content=HeapByteBuffer@4a4335ec[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":28.021063339552956}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Fri, 31 May 2024 13:12:18 GMT Content-Length: 177 Content-Type: application/json 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7db0c38d] ([p=0,l=109,c=16384,r=109],[p=0,l=177,c=8192,r=177],true)@COMPLETING 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@34de89cf{IDLE}->null [DirectByteBuffer@7e95b142[p=0,l=109,c=16384,r=109]={<<>>ore\r\nCont...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4a4335ec[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":28.021063339552956}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{WRITING}->null:IDLE-->WRITING 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 286 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=W,to=80/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=COMPLETING}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=80}] 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=286 remaining=0 WriteFlusher@34de89cf{WRITING}->null 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{IDLE}->null:WRITING-->IDLE 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7db0c38d] ([p=109,l=109,c=16384,r=0],[p=177,l=177,c=8192,r=0],true)@END 13:12:18.501 [qtp1142721449-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 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler573961351==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 13:12:18.501 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=80} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d7bf23d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=81} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@2536b6a) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d7bf23d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@3d7bf23d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=81} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact/providers/temp1/services/sensor/resources/temperature/GET written=177 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=81} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@1ac5f508{s=END}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=81}] parse null 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=81} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=81} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@1ac5f508{s=END}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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=81}] parsed false HttpParser{s=END,0 of 0} 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 13:12:18.502 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 13:12:18.502 [qtp1142721449-44] 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@3b830304{s=HttpChannelState@3d7bf23d{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=81}] 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.503 [qtp1142721449-44] 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@3b830304{s=HttpChannelState@3d7bf23d{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=82}] 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@3d7bf23d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1253073905 cs=HttpChannelState@3d7bf23d{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 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 13:12:18.503 [qtp1142721449-44] 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@3b830304{s=HttpChannelState@3d7bf23d{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=82}] 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.503 [qtp1142721449-44] 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} 13:12:18.503 [qtp1142721449-44] 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} 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 13:12:18.503 [qtp1142721449-44] 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} 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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} 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1aeae61d{ReadCallback@2901d654{HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}]}} 13:12:18.503 [qtp1142721449-44] 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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b on ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=0 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@6066d37b{STARTED} id=0 keys=1 selected=0 updates=1 13:12:18.503 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@3d1c785a::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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@3d7bf23d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 13:12:18.503 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 13:12:18.503 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 13:12:18.503 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RUNNING,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 13:12:18.503 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$501/0x00007f7e303b20d0@1225883b 13:12:18.503 [qtp1142721449-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp1142721449-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@34e9606a{reserved=2/2,pending=0} 13:12:18.503 [qtp1142721449-42] 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:57712,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@3d1c785a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ac5f508{s=START}]=>HttpChannelOverHttp@3b830304{s=HttpChannelState@3d7bf23d{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}] 13:12:18.504 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 13:12:18.504 [qtp1142721449-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.153 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/.flattened-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/target/generated/features/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 65 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-20240531.125934-74.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-20240531.125934-74.pom (8.7 kB at 178 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-20240531.125934-74-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-20240531.125934-74-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-20240531.125934-74-osgifeature.json (1.0 kB at 12 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-20240531.125934-74-osgifeaturerepo.zip (1.5 MB at 10 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 11 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 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-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.0 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:assembly >--------- [INFO] Building Eclipse sensiNact Gateway assembly 0.0.2-SNAPSHOT [73/73] [INFO] from distribution/assembly/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ assembly --- [INFO] [INFO] --- flatten:1.1.0:clean (flatten.clean) @ assembly --- [INFO] [INFO] --- flatten:1.1.0:flatten (flatten) @ assembly --- [INFO] Generating flattened POM of project org.eclipse.sensinact.gateway.distribution:assembly:pom:0.0.2-SNAPSHOT... [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/.flattened-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.0 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-20240531.125934-74.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-20240531.125934-74.pom (12 kB at 211 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-20240531.125934-74.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-20240531.125934-74.zip (25 MB at 19 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 12 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 3.3 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 2.3 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for sensinact-parent 0.0.2-SNAPSHOT: [INFO] [INFO] sensinact-parent ................................... SUCCESS [ 9.353 s] [INFO] Eclipse sensiNact core components .................. SUCCESS [ 0.751 s] [INFO] SensiNact core Annotations ......................... SUCCESS [ 7.368 s] [INFO] SensiNact GeoJSON mapping types .................... SUCCESS [ 5.389 s] [INFO] SensiNact core API ................................. SUCCESS [ 28.832 s] [INFO] Eclipse sensiNact model components ................. SUCCESS [ 0.720 s] [INFO] SensiNact Provider Model ........................... SUCCESS [ 4.403 s] [INFO] SensiNact internal Metadata Model .................. SUCCESS [ 3.220 s] [INFO] SensiNact internal Testdata Model .................. SUCCESS [ 2.518 s] [INFO] SensiNact core API with EMF dependencies ........... SUCCESS [ 7.250 s] [INFO] SensiNact core implementation ...................... SUCCESS [ 24.454 s] [INFO] Southbound Connectors .............................. SUCCESS [ 0.665 s] [INFO] Southbound Device Factory :: Parent ................ SUCCESS [ 0.586 s] [INFO] SensiNact Southbound Device factory :: Core ........ SUCCESS [ 4.968 s] [INFO] SensiNact Southbound Device factory :: CSV parser .. SUCCESS [ 4.965 s] [INFO] SensiNact Southbound Device factory :: JSON parser . SUCCESS [ 4.953 s] [INFO] Northbound Connectors .............................. SUCCESS [ 0.835 s] [INFO] Northbound Security Providers ...................... SUCCESS [ 0.810 s] [INFO] SensiNact Northbound Security API .................. SUCCESS [ 1.234 s] [INFO] Northbound Session Provider ........................ SUCCESS [ 0.599 s] [INFO] SensiNact Northbound Session API ................... SUCCESS [ 1.219 s] [INFO] SensiNact Northbound Session Provider .............. SUCCESS [ 20.329 s] [INFO] Southbound HTTP :: Parent .......................... SUCCESS [ 0.662 s] [INFO] Sensinact Southbound HTTP :: Device Factory ........ SUCCESS [ 34.123 s] [INFO] Sensinact Southbound HTTP :: Callback whiteboard ... SUCCESS [ 11.875 s] [INFO] Southbound MQTT :: Parent .......................... SUCCESS [ 7.120 s] [INFO] Sensinact Southbound MQTT :: Client ................ SUCCESS [ 59.197 s] [INFO] Sensinact Southbound MQTT :: Device Factory ........ SUCCESS [ 11.434 s] [INFO] Virtual Southbound Connectors ...................... SUCCESS [ 0.799 s] [INFO] virtual-temperature-sensor ......................... SUCCESS [ 7.650 s] [INFO] History Connectors ................................. SUCCESS [ 0.769 s] [INFO] history-api ........................................ SUCCESS [ 1.358 s] [INFO] timescale-provider ................................. SUCCESS [ 43.283 s] [INFO] SensiNact Northbound Filters ....................... SUCCESS [ 0.798 s] [INFO] SensiNact Northbound Filters :: Core ............... SUCCESS [ 1.345 s] [INFO] SensiNact Northbound Filters :: LDAP ............... SUCCESS [ 10.560 s] [INFO] SensiNact Northbound Query Handler ................. SUCCESS [ 11.560 s] [INFO] SensiNact Northbound REST .......................... SUCCESS [ 59.245 s] [INFO] SensiNact Northbound WebSocket ..................... SUCCESS [ 59.928 s] [INFO] sensorthings ....................................... SUCCESS [ 0.890 s] [INFO] dto ................................................ SUCCESS [ 3.193 s] [INFO] SensiNact Northbound SensorThings :: Filter Parser . SUCCESS [ 8.217 s] [INFO] rest.api ........................................... SUCCESS [ 1.581 s] [INFO] rest.gateway ....................................... SUCCESS [01:10 min] [INFO] Sensorthings MQTT .................................. SUCCESS [ 38.147 s] [INFO] SensiNact Northbound Open Id Connect authentication validator SUCCESS [ 19.692 s] [INFO] SensiNact Northbound Gogo Shell Commands ........... SUCCESS [ 1.803 s] [INFO] Prototype examples ................................. SUCCESS [ 0.248 s] [INFO] Example pull-based ................................. SUCCESS [ 0.838 s] [INFO] Example push-based ................................. SUCCESS [ 0.832 s] [INFO] Example reflective ................................. SUCCESS [ 0.841 s] [INFO] Example model-based ................................ SUCCESS [ 0.814 s] [INFO] Example action ..................................... SUCCESS [ 0.831 s] [INFO] Example writable ................................... SUCCESS [ 0.835 s] [INFO] Example generic .................................... SUCCESS [ 0.810 s] [INFO] Example notification ............................... SUCCESS [ 0.824 s] [INFO] Eclipse sensiNact Bill of Materials ................ SUCCESS [ 0.697 s] [INFO] Eclipse sensiNact Distribution ..................... SUCCESS [ 0.667 s] [INFO] Eclipse sensiNact Feature Launcher Test Utilities .. SUCCESS [ 1.369 s] [INFO] Eclipse sensiNact Feature Launcher ................. SUCCESS [ 19.476 s] [INFO] Eclipse sensiNact Features ......................... SUCCESS [ 0.724 s] [INFO] Eclipse sensiNact Gogo Shell Feature ............... SUCCESS [ 5.669 s] [INFO] Eclipse sensiNact core Feature ..................... SUCCESS [ 5.781 s] [INFO] Eclipse sensiNact Servlet whiteboard Feature ....... SUCCESS [ 5.982 s] [INFO] Eclipse sensiNact Jakarta RESTful Web Services Whiteboard Feature SUCCESS [ 8.643 s] [INFO] Eclipse sensiNact Northbound REST API Feature ...... SUCCESS [ 8.500 s] [INFO] Eclipse sensiNact Northbound WebSocket API Feature . SUCCESS [ 15.911 s] [INFO] Eclipse sensiNact Northbound OGC Sensorthings API Feature SUCCESS [ 7.921 s] [INFO] Eclipse sensiNact Virtual Temperature Feature ...... SUCCESS [ 7.924 s] [INFO] Eclipse sensiNact Northbound OGC Sensorthings MQTT Feature SUCCESS [ 19.625 s] [INFO] Eclipse sensiNact Timescale DB History Provider Feature SUCCESS [ 3.154 s] [INFO] Eclipse sensiNact OIDC authentication Feature ...... SUCCESS [ 10.984 s] [INFO] Eclipse sensiNact Gateway assembly ................. SUCCESS [ 4.152 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:06 min [INFO] Finished at: 2024-05-31T13:12:41Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/session/.flattened-pom.xml to org.eclipse.sensinact.gateway.northbound.session/session/0.0.2-SNAPSHOT/session-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/.flattened-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/.flattened-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/northbound/session/session-api/.flattened-pom.xml to org.eclipse.sensinact.gateway.northbound.session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-api/target/session-api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.session/session-api/0.0.2-SNAPSHOT/session-api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/.flattened-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/.flattened-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/northbound/security/security-api/.flattened-pom.xml to org.eclipse.sensinact.gateway.northbound.security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/security-api/target/security-api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.security/security-api/0.0.2-SNAPSHOT/security-api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/gogo-shell/.flattened-pom.xml to org.eclipse.sensinact.gateway.northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/target/gogo-shell-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/gogo-shell/target/gogo-shell-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound/gogo-shell/0.0.2-SNAPSHOT/gogo-shell-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/.flattened-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/examples/push-based/.flattened-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/.flattened-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/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/northbound/session/session-impl/.flattened-pom.xml to org.eclipse.sensinact.gateway.northbound.session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/session-impl-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/session/session-impl/target/session-impl-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.session/session-impl/0.0.2-SNAPSHOT/session-impl-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/.flattened-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/.flattened-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/target/generated/features/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/.flattened-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/.flattened-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/.flattened-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/.flattened-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/core/models/testdata/.flattened-pom.xml to org.eclipse.sensinact.gateway.core.models/testdata/0.0.2-SNAPSHOT/testdata-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/testdata/target/testdata-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core.models/testdata/0.0.2-SNAPSHOT/testdata-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/.flattened-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/target/generated/features/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