Started by an SCM change Running as SYSTEM Agent basic-s8tk2 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-s8tk2" 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-s8tk2" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-s8tk2" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.sensinact.svc.cluster.local/sensinact/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-sensinact" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-s8tk2 (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-ssh16545957350683619646.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 b36801f639d99ca28bfc041b7e716e9cccd38cc7 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b36801f639d99ca28bfc041b7e716e9cccd38cc7 # timeout=10 Commit message: "Package regsitration and Model Package Uri" > git rev-list --no-walk 7b9bcd99c2b5859b733ed78b73f989fe4bfa0c57 # timeout=10 Parsing POMs Failed to transfer Could not find artifact org.osgi:org.osgi.test.bom:pom:1.2.1 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.2.1/org.osgi.test.bom-1.2.1.pom Failed to transfer Could not find artifact org.junit:junit-bom:pom:5.9.0 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.9.0/junit-bom-5.9.0.pom Modules changed, recalculating dependency graph Established TCP socket on 45627 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 45627 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/Sensinact Deploy/pom.xml clean deploy -DaltReleaseDeploymentRepository=repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-releases -DaltSnapshotDeploymentRepository=repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] sensinact-parent [pom] [INFO] Eclipse sensiNact core components [pom] [INFO] SensiNact core Annotations [jar] [INFO] SensiNact GeoJSON mapping types [jar] [INFO] SensiNact core API [jar] [INFO] Eclipse sensiNact model components [pom] [INFO] SensiNact Provider Model [jar] [INFO] SensiNact internal Metadata Model [jar] [INFO] SensiNact core API with EMF dependencies [jar] [INFO] SensiNact core implementation [jar] [INFO] Southbound Connectors [pom] [INFO] Southbound Device Factory :: Parent [pom] [INFO] SensiNact Southbound Device factory :: Core [jar] [INFO] SensiNact Southbound Device factory :: CSV parser [jar] [INFO] SensiNact Southbound Device factory :: JSON parser [jar] [INFO] Southbound HTTP :: Parent [pom] [INFO] Sensinact Southbound HTTP :: Device Factory [jar] [INFO] Sensinact Southbound HTTP :: Callback whiteboard [jar] [INFO] Southbound MQTT :: Parent [pom] [INFO] Sensinact Southbound MQTT :: Client [jar] [INFO] Sensinact Southbound MQTT :: Device Factory [jar] [INFO] Virtual Southbound Connectors [pom] [INFO] virtual-temperature-sensor [jar] [INFO] History Connectors [pom] [INFO] history-api [jar] [INFO] timescale-provider [jar] [INFO] Northbound Connectors [pom] [INFO] SensiNact Northbound Filters [pom] [INFO] SensiNact Northbound Filters :: Core [jar] [INFO] SensiNact Northbound Filters :: LDAP [jar] [INFO] SensiNact Northbound Query Handler [jar] [INFO] Northbound Security Providers [pom] [INFO] SensiNact Northbound Security API [jar] [INFO] SensiNact Northbound REST [jar] [INFO] SensiNact Northbound WebSocket [jar] [INFO] sensorthings [pom] [INFO] dto [jar] [INFO] SensiNact Northbound SensorThings :: Filter Parser [jar] [INFO] rest.api [jar] [INFO] rest.gateway [jar] [INFO] Sensorthings MQTT [jar] [INFO] SensiNact Northbound Open Id Connect authentication validator [jar] [INFO] Prototype examples [pom] [INFO] Example pull-based [jar] [INFO] Example push-based [jar] [INFO] Example reflective [jar] [INFO] Example model-based [jar] [INFO] Example action [jar] [INFO] Example writable [jar] [INFO] Example generic [jar] [INFO] Example notification [jar] [INFO] Eclipse sensiNact Bill of Materials [pom] [INFO] Eclipse sensiNact Distribution [pom] [INFO] Eclipse sensiNact Feature Launcher Test Utilities [jar] [INFO] Eclipse sensiNact Feature Launcher [jar] [INFO] Eclipse sensiNact Features [pom] [INFO] Eclipse sensiNact Gogo Shell Feature [pom] [INFO] Eclipse sensiNact core Feature [pom] [INFO] Eclipse sensiNact Servlet whiteboard Feature [pom] [INFO] Eclipse sensiNact Jakarta RESTful Web Services Whiteboard Feature [pom] [INFO] Eclipse sensiNact Northbound REST API Feature [pom] [INFO] Eclipse sensiNact Northbound WebSocket API Feature [pom] [INFO] Eclipse sensiNact Northbound OGC Sensorthings API Feature [pom] [INFO] Eclipse sensiNact Virtual Temperature Feature [pom] [INFO] Eclipse sensiNact Northbound OGC Sensorthings MQTT Feature [pom] [INFO] Eclipse sensiNact Timescale DB History Provider Feature [pom] [INFO] Eclipse sensiNact OIDC authentication Feature [pom] [INFO] Eclipse sensiNact Gateway assembly [pom] [INFO] [INFO] -----------< org.eclipse.sensinact.gateway:sensinact-parent >----------- [INFO] Building sensinact-parent 0.0.2-SNAPSHOT [1/68] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 442 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 2.0 MB/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 5.7 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 4.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 4.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 4.0 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.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 6.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom (8.5 kB at 532 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 3.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 9.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 5.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar (37 kB at 2.9 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sensinact-parent --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 1.9 MB/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 1.3 MB/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 8.6 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 6.1 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 3.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.8 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 3.9 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 17 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 20 MB/s) [INFO] [INFO] --- install:3.1.1:install (default-install) @ sensinact-parent --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 731 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 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 632 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 6.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 3.6 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-parent/0.0.2-SNAPSHOT/sensinact-parent-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ sensinact-parent --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 763 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 804 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 15 MB/s) [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/0.0.2-SNAPSHOT/maven-metadata.xml (624 B at 20 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-20240124.181258-54.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-20240124.181258-54.pom (26 kB at 160 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 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/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 5.9 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 5.4 kB/s) [INFO] [INFO] --------------< org.eclipse.sensinact.gateway.core:core >--------------- [INFO] Building Eclipse sensiNact core components 0.0.2-SNAPSHOT [2/68] [INFO] from core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ core --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/core/0.0.2-SNAPSHOT/core-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ core --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/0.0.2-SNAPSHOT/maven-metadata.xml (617 B at 62 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-20240124.181258-54.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-20240124.181258-54.pom (1.2 kB at 18 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 15 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 8.7 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.6 kB/s) [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.core:annotation >------------ [INFO] Building SensiNact core Annotations 0.0.2-SNAPSHOT [3/68] [INFO] from core/annotation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.pom (4.3 kB at 61 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 945 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.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 531 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 2.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 573 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 1.1 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 5.6 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 357 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 832 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 15 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 462 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 3.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 376 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 330 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 5.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/27/apache-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 6.8 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 2.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.pom (1.4 kB at 30 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 71 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 654 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 205 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 313 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter/5.9.0/junit-jupiter-5.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.0/junit-jupiter-5.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.0/junit-jupiter-5.9.0.pom (3.2 kB at 70 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0.pom (3.2 kB at 199 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 120 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0.pom (2.8 kB at 123 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 763 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0.pom (3.0 kB at 79 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0.pom (3.2 kB at 213 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0.pom (3.2 kB at 200 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.pom (2.5 kB at 67 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.pom (16 kB at 752 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy-parent/1.12.13/byte-buddy-parent-1.12.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.13/byte-buddy-parent-1.12.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.13/byte-buddy-parent-1.12.13.pom (52 kB at 2.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.pom (11 kB at 810 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 251 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-junit-jupiter/4.7.0/mockito-junit-jupiter-4.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/4.7.0/mockito-junit-jupiter-4.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/4.7.0/mockito-junit-jupiter-4.7.0.pom (2.3 kB at 34 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.pom (4.9 kB at 107 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.pom (4.3 kB at 148 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.9.0/junit-jupiter-5.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0.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.9.0/junit-jupiter-params-5.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-junit-jupiter/4.7.0/mockito-junit-jupiter-4.7.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.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 953 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.9.0/junit-jupiter-5.9.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 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0.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 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [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 878 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 450 kB/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.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar (43 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0.jar (203 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0.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/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0.jar (103 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.0/junit-jupiter-5.9.0.jar (6.4 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0.jar (188 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0.jar (578 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0.jar (246 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/4.7.0/mockito-junit-jupiter-4.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.jar (669 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 749 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.jar (256 kB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/4.7.0/mockito-junit-jupiter-4.7.0.jar (5.4 kB at 60 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.jar (43 kB at 396 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.jar (96 kB at 874 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.jar (3.9 MB at 19 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ annotation --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ annotation --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 1.3 MB/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 771 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 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 306 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 7.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 3.2 MB/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 8.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 4.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 9.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 16 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 5.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 10 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 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 10 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 499 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 26 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 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 20 MB/s) [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ annotation --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 216 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 636 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 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 7.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 83 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 320 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 497 kB/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 461 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 3.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 263 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 11 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 1.1 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 821 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 106 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 812 kB/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 382 kB/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 2.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 76 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 150 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 88 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.5 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-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 5.4 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-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 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-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/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 9.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 16 MB/s) [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 222 kB/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 15 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 423 kB/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 460 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 365 kB/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 2.5 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 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 3.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 12 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 1.7 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 8.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 940 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 455 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 8.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 408 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 2.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 3.4 MB/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 4.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 964 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 964 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 1.1 MB/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 2.7 MB/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 1.6 MB/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 1.3 MB/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 624 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 7.8 MB/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 5.4 MB/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 530 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 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 2.0 MB/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 2.7 MB/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 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/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 1.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 3.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 2.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 3.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 870 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 770 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 3.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 6.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 3.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 6.8 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 4.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 5.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom (6.2 kB at 3.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 632 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 639 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 1.3 MB/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 654 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 852 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 942 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom (5.2 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 940 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 644 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 6.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom (5.4 kB at 5.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom (4.9 kB at 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom (1.3 kB at 656 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-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/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 12 MB/s) [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 13 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] 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-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 8.2 MB/s) [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 8.7 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] 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 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 5.7 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 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 6.6 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/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 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-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 613 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/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 1.2 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/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 2.6 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/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 571 kB/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 2.6 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/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 423 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] 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 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 5.9 MB/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.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 296 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/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 450 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 993 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 273 kB/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/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar (41 kB at 468 kB/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.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 3.9 MB/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 484 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/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 180 kB/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/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 434 kB/s) [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 4.6 MB/s) [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 6.3 MB/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 5.9 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 13 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 1.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 182 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 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 204 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.7 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.8 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 7.7 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 198 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 856 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 442 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 245 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 828 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 258 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 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 246 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 5.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 96 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 282 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 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 347 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 311 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 127 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 5.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 241 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 388 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 241 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.5 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 245 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 237 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 880 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 373 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 271 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 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/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 9.3 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 12 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 7.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 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 157 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 418 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 568 kB/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 518 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 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 419 kB/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 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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 9.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 1.3 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-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 25 MB/s) [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 15 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 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-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/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/junit/junit/4.12/junit-4.12.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 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 14 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.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.7 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-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.6 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-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/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/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/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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 762 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/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.3 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/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.6 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/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/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 188 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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 334 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-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 444 kB/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/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 430 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/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 714 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-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 466 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 180 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/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 225 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.6 MB/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 448 kB/s) [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 469 kB/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 641 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 3.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 859 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 3.1 MB/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 9.8 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 7.3 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 2.0 MB/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 822 kB/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 9.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 29 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/tukaani/xz/1.9/xz-1.9.jar (116 kB at 29 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 38 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 8.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 21 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 68 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ annotation --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ annotation --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ annotation --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/maven-metadata.xml (797 B at 53 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-20240124.181258-54.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-20240124.181258-54.pom (1.6 kB at 22 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-20240124.181258-54.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-20240124.181258-54.jar (22 kB at 526 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 13 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 7.0 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 5.0 kB/s) [INFO] [INFO] ------------< org.eclipse.sensinact.gateway.core:geo-json >------------- [INFO] Building SensiNact GeoJSON mapping types 0.0.2-SNAPSHOT [4/68] [INFO] from core/geo-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom (21 kB at 339 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 366 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 2.0 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 815 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 1.5 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 563 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 168 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 414 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 469 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 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar (578 kB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar (78 kB at 1.5 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ geo-json --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ geo-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ geo-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ geo-json --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/pom.xml [0:0]: Export org.eclipse.sensinact.gateway.geojson, has 1, private references [org.eclipse.sensinact.gateway.geojson.internal] [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ geo-json --- [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ geo-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ geo-json --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ geo-json --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom (7.0 kB at 127 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 52 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 246 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 117 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 104 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 144 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 120 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-commons/1.3.1/junit-platform-commons-1.3.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/platform/junit-platform-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-engine/1.3.1/junit-platform-engine-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.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] 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 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar (135 kB at 15 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] 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 166 kB/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 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 1.0 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 2.4 MB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.geojson.GeoJsonUtilsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 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.291 s - in org.eclipse.sensinact.gateway.geojson.GeoJsonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geo-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ geo-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geo-json --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ geo-json --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 112 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-20240124.181258-54.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-20240124.181258-54.pom (1.0 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-20240124.181258-54.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-20240124.181258-54-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-20240124.181258-54.jar (23 kB at 477 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-20240124.181258-54-tests.jar (13 kB at 220 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 7.1 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 4.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/maven-metadata.xml (362 B at 5.0 kB/s) [INFO] [INFO] ---------------< org.eclipse.sensinact.gateway.core:api >--------------- [INFO] Building SensiNact core API 0.0.2-SNAPSHOT [5/68] [INFO] from core/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-resolver-maven-plugin/7.0.0/bnd-resolver-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-resolver-maven-plugin/7.0.0/bnd-resolver-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-resolver-maven-plugin/7.0.0/bnd-resolver-maven-plugin-7.0.0.pom (4.7 kB at 90 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-resolver-maven-plugin/7.0.0/bnd-resolver-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-resolver-maven-plugin/7.0.0/bnd-resolver-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-resolver-maven-plugin/7.0.0/bnd-resolver-maven-plugin-7.0.0.jar (17 kB at 791 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 70 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.0.0:resolve (resolve-test) @ api --- [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 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar (6.2 MB at 121 MB/s) [INFO] [INFO] --- bnd-resolver:7.0.0:resolve (verify-no-dependency-leakage) @ api --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/core/api/dependency-check.bndrun: [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom (1.4 kB at 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 18 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 1.3 MB/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 312 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 103 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 43 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 47 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 37 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 51 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.api/5.0.0/org.gecko.emf.osgi.api-5.0.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/5.0.0/org.gecko.emf.osgi.api-5.0.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/5.0.0/org.gecko.emf.osgi.api-5.0.0.pom (4.9 kB at 84 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.framework/1.9.0/org.osgi.framework-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.9.0/org.osgi.framework-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.9.0/org.osgi.framework-1.9.0.pom (1.4 kB at 26 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.annotation.bundle/1.0.0/org.osgi.annotation.bundle-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/1.0.0/org.osgi.annotation.bundle-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/1.0.0/org.osgi.annotation.bundle-1.0.0.pom (1.4 kB at 28 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.annotation.versioning/1.0.0/org.osgi.annotation.versioning-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.0.0/org.osgi.annotation.versioning-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.0.0/org.osgi.annotation.versioning-1.0.0.pom (1.3 kB at 39 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.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.28.0/org.eclipse.emf.common-2.28.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.28.0/org.eclipse.emf.common-2.28.0.pom (1.9 kB at 65 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.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.ecore/2.33.0/org.eclipse.emf.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.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.pom (2.3 kB at 235 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.18.0/org.eclipse.emf.ecore.xmi-2.18.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.18.0/org.eclipse.emf.ecore.xmi-2.18.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.18.0/org.eclipse.emf.ecore.xmi-2.18.0.pom (2.2 kB at 167 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 10 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 55 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 73 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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 12 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.metatype.annotations/1.4.0/org.osgi.service.metatype.annotations-1.4.0.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.0/org.osgi.service.metatype.annotations-1.4.0.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.0/org.osgi.service.metatype.annotations-1.4.0.pom (1.5 kB at 30 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.component/5.0.0/org.gecko.emf.osgi.component-5.0.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/5.0.0/org.gecko.emf.osgi.component-5.0.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/5.0.0/org.gecko.emf.osgi.component-5.0.0.pom (5.0 kB at 66 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.pom (1.1 kB at 59 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 71 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 853 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 56 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 189 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 11 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 2.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 2.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 3.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 4.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom (15 kB at 1.1 MB/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 175 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 95 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 21 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 45 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.pom (3.1 kB at 39 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/component-dsl/org.apache.aries.component-dsl.parent/1.2.2/org.apache.aries.component-dsl.parent-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.parent/1.2.2/org.apache.aries.component-dsl.parent-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.parent/1.2.2/org.apache.aries.component-dsl.parent-1.2.2.pom (4.0 kB at 59 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 413 B/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.pom [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.pom [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.pom [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.pom (4.5 kB at 40 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/maven-metadata.xml (625 B at 2.7 kB/s) [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/typedevent-parent-0.0.2-20230314.045544-546.pom [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/typedevent-parent-0.0.2-20230314.045544-546.pom (15 kB at 69 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Apache-snapshots: https://repository.apache.org/content/groups/snapshots-group/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml (627 B at 2.7 kB/s) [INFO] Downloaded from Apache-snapshots: https://repository.apache.org/content/groups/snapshots-group/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml (627 B at 1.8 kB/s) [INFO] Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml (627 B at 1.4 kB/s) [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/typedevent-test-bom-0.0.2-20230314.045544-546.pom [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/typedevent-test-bom-0.0.2-20230314.045544-546.pom (5.7 kB at 50 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 47 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.pom (6.8 kB at 137 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 56 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 35 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 565 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 181 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 663 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom (1.0 kB at 57 kB/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 62 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 93 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.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 6.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom (2.3 kB at 136 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/5.0.0/org.gecko.emf.osgi.codegen-5.0.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/5.0.0/org.gecko.emf.osgi.codegen-5.0.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/5.0.0/org.gecko.emf.osgi.codegen-5.0.0.pom (6.8 kB at 166 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 58 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 92 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 197 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 139 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 171 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 171 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 190 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 190 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 214 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 191 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 192 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 82 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 192 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 216 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 157 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 173 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 216 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 216 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 193 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 145 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 118 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 145 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 1.3 MB/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 81 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 140 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 122 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 95 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 214 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 115 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 67 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 192 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 75 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 192 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 133 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 115 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 27 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 173 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 216 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 58 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 96 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 129 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 216 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 97 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 130 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 111 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 141 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom (1.6 kB at 1.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.pom (1.6 kB at 92 kB/s) [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 ossrh: https://oss.sonatype.org/content/repositories/snapshots/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 131 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 194 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 215 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 242 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 242 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 215 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 242 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 108 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 218 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 151 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 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 280 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 245 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 280 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 196 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 217 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 219 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 217 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 255 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 119 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 128 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom (1.8 kB at 256 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 (988 B at 99 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom (1.9 kB at 92 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 176 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 121 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 150 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 217 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 244 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 178 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom (2.0 kB at 115 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 163 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 130 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 163 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 196 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 217 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 218 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 130 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 214 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.pom (2.0 kB at 219 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 (976 B at 108 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 308 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 240 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 180 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 242 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 242 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 272 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 272 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 145 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 241 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 242 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 242 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 243 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 167 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 290 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 49 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 15 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 185 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 1.7 MB/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 321 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom (2.2 kB at 242 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom (2.2 kB at 2.2 MB/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 311 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 (948 B at 105 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 232 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 86 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 178 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 178 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 292 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 212 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 212 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 233 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 233 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 233 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 167 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 259 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 212 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 38 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 212 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 260 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.9.0/org.eclipse.core.contenttype-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.0/org.eclipse.core.contenttype-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.0/org.eclipse.core.contenttype-3.9.0.pom (2.2 kB at 222 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom (2.2 kB at 222 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 (845 B at 53 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 212 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 192 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 237 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 237 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 237 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 237 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 213 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 213 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 237 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 213 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 238 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 213 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 232 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 2.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.pom (2.2 kB at 241 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 316 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 353 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 353 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 289 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 272 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 333 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 273 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 200 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 300 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 333 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 300 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 334 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 299 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 374 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 375 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 320 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 2.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.pom (2.8 kB at 280 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.1 kB at 70 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 281 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml (914 B at 102 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom (1.9 kB at 194 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom (1.9 kB at 138 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 216 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 139 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 280 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 217 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom (2.0 kB at 217 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom (2.0 kB at 245 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 163 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 109 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom (2.0 kB at 163 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom (2.0 kB at 196 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom (2.0 kB at 197 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom (2.0 kB at 163 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 196 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 144 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 1.6 MB/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 159 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 (918 B at 92 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 191 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 255 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 254 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 286 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 256 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 231 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 256 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 256 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 256 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 144 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 290 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom (2.3 kB at 209 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom (2.3 kB at 288 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 289 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 264 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 99 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 2.0 MB/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 220 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 316 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 279 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 360 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 282 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 282 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 253 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 253 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 282 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 282 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 282 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 282 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 281 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 211 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 211 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom (2.5 kB at 281 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom (2.5 kB at 134 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 355 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 234 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 256 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 200 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 2.4 MB/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 240 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 128 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 188 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml (974 B at 122 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 122 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml (952 B at 119 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 238 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 238 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 212 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 212 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 212 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 214 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 214 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 275 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 240 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 240 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 240 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 275 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 242 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 161 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 197 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 105 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 157 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 1.6 MB/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 79 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom (2.1 kB at 159 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom (2.1 kB at 296 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 304 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 306 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 306 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 272 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 222 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 188 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom (2.4 kB at 272 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom (2.4 kB at 272 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 350 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 306 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 272 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 306 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom (2.5 kB at 246 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom (2.6 kB at 321 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 312 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 242 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 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.12.3/org.eclipse.jdt.core-3.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.3/org.eclipse.jdt.core-3.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.3/org.eclipse.jdt.core-3.12.3.pom (2.6 kB at 330 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom (2.6 kB at 264 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.13.50/org.eclipse.jdt.core-3.13.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.50/org.eclipse.jdt.core-3.13.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.50/org.eclipse.jdt.core-3.13.50.pom (2.6 kB at 330 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 293 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 330 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom (2.6 kB at 293 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.14.0/org.eclipse.jdt.core-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.14.0/org.eclipse.jdt.core-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.14.0/org.eclipse.jdt.core-3.14.0.pom (2.6 kB at 293 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 264 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 166 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 266 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 295 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 332 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 221 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 295 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 266 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 295 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.24.0/org.eclipse.jdt.core-3.24.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.24.0/org.eclipse.jdt.core-3.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.24.0/org.eclipse.jdt.core-3.24.0.pom (2.7 kB at 295 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom (2.7 kB at 295 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 241 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 295 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 295 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 295 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.pom (2.7 kB at 296 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.31.0/org.eclipse.jdt.core-3.31.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.31.0/org.eclipse.jdt.core-3.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.31.0/org.eclipse.jdt.core-3.31.0.pom (2.8 kB at 308 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 238 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 319 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 132 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 254 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 120 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 2.6 MB/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 1.3 MB/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 283 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 1.3 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml (1.3 kB at 115 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.8.101/org.eclipse.jdt.launching-3.8.101.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.8.101/org.eclipse.jdt.launching-3.8.101.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.8.101/org.eclipse.jdt.launching-3.8.101.pom (3.2 kB at 264 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml (1.1 kB at 112 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 264 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml (813 B at 90 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.3.0/org.eclipse.core.variables-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.3.0/org.eclipse.core.variables-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.3.0/org.eclipse.core.variables-3.3.0.pom (1.9 kB at 214 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.0/org.eclipse.core.variables-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.0/org.eclipse.core.variables-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.0/org.eclipse.core.variables-3.4.0.pom (1.9 kB at 214 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 240 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 148 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 194 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 216 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 216 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.600/org.eclipse.core.variables-3.4.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.600/org.eclipse.core.variables-3.4.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.600/org.eclipse.core.variables-3.4.600.pom (1.9 kB at 216 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.700/org.eclipse.core.variables-3.4.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.700/org.eclipse.core.variables-3.4.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.700/org.eclipse.core.variables-3.4.700.pom (1.9 kB at 216 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 216 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 114 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 244 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 177 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 177 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom (1.6 kB at 199 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.11.0/org.eclipse.debug.core-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.11.0/org.eclipse.debug.core-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.11.0/org.eclipse.debug.core-3.11.0.pom (2.6 kB at 293 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 263 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 263 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 294 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.13.200/org.eclipse.debug.core-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.200/org.eclipse.debug.core-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.200/org.eclipse.debug.core-3.13.200.pom (2.6 kB at 294 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.13.300/org.eclipse.debug.core-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.300/org.eclipse.debug.core-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.300/org.eclipse.debug.core-3.13.300.pom (2.6 kB at 265 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 265 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 294 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 294 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 331 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 294 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 331 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 294 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 332 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 378 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.19.0/org.eclipse.debug.core-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.0/org.eclipse.debug.core-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.0/org.eclipse.debug.core-3.19.0.pom (2.6 kB at 330 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.pom (2.6 kB at 294 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 350 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.20.100/org.eclipse.debug.core-3.20.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.20.100/org.eclipse.debug.core-3.20.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.20.100/org.eclipse.debug.core-3.20.100.pom (2.4 kB at 344 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.21.0/org.eclipse.debug.core-3.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.0/org.eclipse.debug.core-3.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.0/org.eclipse.debug.core-3.21.0.pom (2.4 kB at 300 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 172 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 265 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 162 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 259 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 185 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 259 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 259 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 289 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 289 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 186 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 174 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 289 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 237 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 163 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 289 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 289 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 163 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 124 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 173 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 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.100/org.eclipse.jdt.debug-3.19.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.100/org.eclipse.jdt.debug-3.19.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.100/org.eclipse.jdt.debug-3.19.100.pom (2.6 kB at 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.pom (2.6 kB at 187 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 230 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 168 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 214 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 213 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.pom (2.4 kB at 262 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom (2.4 kB at 294 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 263 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 394 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 131 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 316 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 394 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 143 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 186 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 397 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 265 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.14.0/org.eclipse.jdt.launching-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.14.0/org.eclipse.jdt.launching-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.14.0/org.eclipse.jdt.launching-3.14.0.pom (3.2 kB at 318 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom (3.2 kB at 453 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 353 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 453 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 289 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 187 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 397 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 397 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 397 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 453 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 396 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 264 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 227 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 171 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 137 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/org.eclipse.jdt.launching-3.19.900.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/org.eclipse.jdt.launching-3.19.900.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/org.eclipse.jdt.launching-3.19.900.pom (3.0 kB at 167 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom (3.0 kB at 200 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 137 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 250 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 116 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 21 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 398 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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 655 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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 166 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/aQute.libg/6.4.0/aQute.libg-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/6.4.0/aQute.libg-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/6.4.0/aQute.libg-6.4.0.pom (3.8 kB at 160 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.framework/1.2.1/org.osgi.test.assertj.framework-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.framework/1.2.1/org.osgi.test.assertj.framework-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.framework/1.2.1/org.osgi.test.assertj.framework-1.2.1.pom (4.6 kB at 62 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.pom (24 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/assertj/assertj-parent-pom/2.2.17/assertj-parent-pom-2.2.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.17/assertj-parent-pom-2.2.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.17/assertj-parent-pom-2.2.17.pom (24 kB at 1.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-bom/4.5.1/mockito-bom-4.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.5.1/mockito-bom-4.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.5.1/mockito-bom-4.5.1.pom (3.0 kB at 248 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom (17 kB at 791 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (45 kB at 2.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.log/1.2.1/org.osgi.test.assertj.log-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.log/1.2.1/org.osgi.test.assertj.log-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.log/1.2.1/org.osgi.test.assertj.log-1.2.1.pom (4.9 kB at 88 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.promise/1.2.1/org.osgi.test.assertj.promise-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.promise/1.2.1/org.osgi.test.assertj.promise-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.promise/1.2.1/org.osgi.test.assertj.promise-1.2.1.pom (4.9 kB at 223 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit4/1.2.1/org.osgi.test.junit4-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit4/1.2.1/org.osgi.test.junit4-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit4/1.2.1/org.osgi.test.junit4-1.2.1.pom (4.7 kB at 71 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 159 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.5 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 676 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5.cm/1.2.1/org.osgi.test.junit5.cm-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.cm/1.2.1/org.osgi.test.junit5.cm-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.cm/1.2.1/org.osgi.test.junit5.cm-1.2.1.pom (5.3 kB at 151 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.2.1/org.osgi.test.junit5.listeners.log.osgi-1.2.1.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.2.1/org.osgi.test.junit5.listeners.log.osgi-1.2.1.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.2.1/org.osgi.test.junit5.listeners.log.osgi-1.2.1.pom (5.9 kB at 112 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 68 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0.pom (3.2 kB at 29 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 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-console/1.9.0/junit-platform-console-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-console/1.9.0/junit-platform-console-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-console/1.9.0/junit-platform-console-1.9.0.pom (3.0 kB at 48 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-reporting/1.9.0/junit-platform-reporting-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-reporting/1.9.0/junit-platform-reporting-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-reporting/1.9.0/junit-platform-reporting-1.9.0.pom (3.0 kB at 67 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0.pom (3.0 kB at 336 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-jfr/1.9.0/junit-platform-jfr-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-jfr/1.9.0/junit-platform-jfr-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-jfr/1.9.0/junit-platform-jfr-1.9.0.pom (3.0 kB at 95 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0.pom (3.6 kB at 21 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0.pom (3.0 kB at 59 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0.pom (3.4 kB at 60 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite/1.9.0/junit-platform-suite-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite/1.9.0/junit-platform-suite-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite/1.9.0/junit-platform-suite-1.9.0.pom (3.0 kB at 98 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-engine/1.9.0/junit-platform-suite-engine-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.0/junit-platform-suite-engine-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.0/junit-platform-suite-engine-1.9.0.pom (3.4 kB at 123 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-testkit/1.9.0/junit-platform-testkit-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.9.0/junit-platform-testkit-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.9.0/junit-platform-testkit-1.9.0.pom (3.4 kB at 33 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0.pom (3.2 kB at 64 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.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.api/5.0.0/org.gecko.emf.osgi.api-5.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.framework/1.9.0/org.osgi.framework-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.annotation.bundle/1.0.0/org.osgi.annotation.bundle-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.annotation.versioning/1.0.0/org.osgi.annotation.versioning-1.0.0.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/6.4.0/biz.aQute.bnd.annotation-6.4.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.metatype.annotations/1.4.0/org.osgi.service.metatype.annotations-1.4.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.component/5.0.0/org.gecko.emf.osgi.component-5.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.18.0/org.eclipse.emf.ecore.xmi-2.18.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.framework/7.0.3/org.apache.felix.framework-7.0.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.cm.json/2.0.4/org.apache.felix.cm.json-2.0.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.feature/1.0.2/org.apache.felix.feature-1.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.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/5.0.0/org.gecko.emf.osgi.codegen-5.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.jar [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.jar [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.jar [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.jar [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.jar [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.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.14.0/org.eclipse.equinox.common-3.14.0.jar [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.jar [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.jar [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.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/aQute.libg/6.4.0/aQute.libg-6.4.0.jar [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.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.framework/1.2.1/org.osgi.test.assertj.framework-1.2.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.log/1.2.1/org.osgi.test.assertj.log-1.2.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.promise/1.2.1/org.osgi.test.assertj.promise-1.2.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit4/1.2.1/org.osgi.test.junit4-1.2.1.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.cm/1.2.1/org.osgi.test.junit5.cm-1.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.2.1/org.osgi.test.junit5.listeners.log.osgi-1.2.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-console/1.9.0/junit-platform-console-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-jfr/1.9.0/junit-platform-jfr-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-reporting/1.9.0/junit-platform-reporting-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite/1.9.0/junit-platform-suite-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-engine/1.9.0/junit-platform-suite-engine-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-testkit/1.9.0/junit-platform-testkit-1.9.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0.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 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.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/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.cm/1.6.1/org.osgi.service.cm-1.6.1.jar (56 kB at 3.1 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/5.0.0/org.gecko.emf.osgi.api-5.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 497 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.9.0/org.osgi.framework-1.9.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 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/1.0.0/org.osgi.annotation.bundle-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 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.0.0/org.osgi.annotation.versioning-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.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.api/5.0.0/org.gecko.emf.osgi.api-5.0.0.jar (63 kB at 645 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/1.0.0/org.osgi.annotation.bundle-1.0.0.jar (29 kB at 249 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/osgi/org.osgi.annotation.versioning/1.0.0/org.osgi.annotation.versioning-1.0.0.jar (15 kB at 113 kB/s) [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.framework/1.9.0/org.osgi.framework-1.9.0.jar (347 kB at 2.6 MB/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.0/org.osgi.service.metatype.annotations-1.4.0.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 778 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/5.0.0/org.gecko.emf.osgi.component-5.0.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 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar (12 kB at 75 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.33.0/org.eclipse.emf.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.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar (12 kB at 73 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.18.0/org.eclipse.emf.ecore.xmi-2.18.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.0/org.osgi.service.metatype.annotations-1.4.0.jar (28 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.jar (24 kB at 129 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.28.0/org.eclipse.emf.common-2.28.0.jar (388 kB at 2.0 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/geckoprojects/emf/org.gecko.emf.osgi.component/5.0.0/org.gecko.emf.osgi.component-5.0.0.jar (178 kB at 921 kB/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/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar (77 kB at 332 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 15 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/eclipse/emf/org.eclipse.emf.ecore.xmi/2.18.0/org.eclipse.emf.ecore.xmi-2.18.0.jar (244 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.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/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.jar (1.4 MB at 5.6 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/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar (403 kB at 1.6 MB/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/org/apache/felix/org.apache.felix.framework/7.0.3/org.apache.felix.framework-7.0.3.jar (774 kB at 2.9 MB/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/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar (8.2 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.4/org.apache.felix.cm.json-2.0.4.jar (48 kB at 172 kB/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.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.jar (162 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.feature/1.0.2/org.apache.felix.feature-1.0.2.jar (41 kB at 139 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.converter/1.0.14/org.apache.felix.converter-1.0.14.jar (117 kB at 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar (148 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.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 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar (15 kB at 45 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/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.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar (81 kB at 232 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/5.0.0/org.gecko.emf.osgi.codegen-5.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 885 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar (591 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar (49 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.jar (162 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar (38 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar (596 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar (948 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.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.8 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar (411 kB at 978 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.14.0/org.eclipse.core.resources-3.14.0.jar [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.jar (93 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.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 629 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.jar [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.jar (70 kB at 108 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.11.0/org.eclipse.core.jobs-3.11.0.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.400/org.eclipse.equinox.app-1.6.400.jar (94 kB at 143 kB/s) [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.jar [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.jar (898 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.jar (71 kB at 101 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.14.0/org.eclipse.equinox.common-3.14.0.jar [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.jar (1.5 MB at 2.1 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/5.0.0/org.gecko.emf.osgi.codegen-5.0.0.jar (13 MB at 17 MB/s) [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.jar [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.jar (137 kB at 173 kB/s) [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.jar [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.jar (142 kB at 179 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.200/org.eclipse.core.commands-3.11.200.jar [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.jar (108 kB at 127 kB/s) [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] 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.jar (195 kB at 222 kB/s) [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] 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.jar (120 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/6.4.0/aQute.libg-6.4.0.jar [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.jar (296 kB at 325 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.7.1000/org.eclipse.core.contenttype-3.7.1000.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 463 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.2.1/org.osgi.test.assertj.framework-1.2.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 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.jar [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 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.log/1.2.1/org.osgi.test.assertj.log-1.2.1.jar [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.jar (101 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.promise/1.2.1/org.osgi.test.assertj.promise-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.framework/1.2.1/org.osgi.test.assertj.framework-1.2.1.jar (66 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.junit4/1.2.1/org.osgi.test.junit4-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.jar (1.2 MB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/6.4.0/aQute.libg-6.4.0.jar (962 kB at 971 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.cm/1.2.1/org.osgi.test.junit5.cm-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.promise/1.2.1/org.osgi.test.assertj.promise-1.2.1.jar (15 kB at 15 kB/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.2.1/org.osgi.test.junit5.listeners.log.osgi-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.assertj.log/1.2.1/org.osgi.test.assertj.log-1.2.1.jar (14 kB at 13 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.junit4/1.2.1/org.osgi.test.junit4-1.2.1.jar (27 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.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 649 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-console/1.9.0/junit-platform-console-1.9.0.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.2.1/org.osgi.test.junit5.listeners.log.osgi-1.2.1.jar (15 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-jfr/1.9.0/junit-platform-jfr-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-jfr/1.9.0/junit-platform-jfr-1.9.0.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-launcher/1.9.0/junit-platform-launcher-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5.cm/1.2.1/org.osgi.test.junit5.cm-1.2.1.jar (26 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-reporting/1.9.0/junit-platform-reporting-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0.jar (28 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0.jar (169 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite/1.9.0/junit-platform-suite-1.9.0.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 37 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.9.0/junit-platform-suite-api-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-console/1.9.0/junit-platform-console-1.9.0.jar (516 kB at 480 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.9.0/junit-platform-suite-commons-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0.jar (17 kB at 15 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.9.0/junit-platform-suite-engine-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-reporting/1.9.0/junit-platform-reporting-1.9.0.jar (107 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.9.0/junit-platform-testkit-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite/1.9.0/junit-platform-suite-1.9.0.jar (6.4 kB at 5.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0.jar (21 kB at 19 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.9.0/junit-platform-suite-engine-1.9.0.jar (24 kB at 22 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0.jar (15 kB at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.9.0/junit-platform-testkit-1.9.0.jar (44 kB at 40 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0.jar (67 kB at 60 kB/s) [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.jar [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.jar (38 kB at 169 kB/s) [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.3.0,1.3.1)' [INFO] [INFO] --- install:3.1.1:install (default-install) @ api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/api/target/api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ api --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/maven-metadata.xml (790 B at 113 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-20240124.181258-54.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-20240124.181258-54.pom (2.9 kB at 35 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-20240124.181258-54.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-20240124.181258-54.jar (48 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/maven-metadata.xml (357 B at 45 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 7.0 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 704 B/s) [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.core.models:models >---------- [INFO] Building Eclipse sensiNact model components 0.0.2-SNAPSHOT [6/68] [INFO] from core/models/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ models --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ models --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/models/0.0.2-SNAPSHOT/models-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ models --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/0.0.2-SNAPSHOT/maven-metadata.xml (626 B at 30 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-20240124.181258-54.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-20240124.181258-54.pom (1.1 kB at 27 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 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/0.0.2-SNAPSHOT/maven-metadata.xml (626 B at 7.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/maven-metadata.xml (367 B at 5.2 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.core.models:provider >--------- [INFO] Building SensiNact Provider Model 0.0.2-SNAPSHOT [7/68] [INFO] from core/models/provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.pom (3.7 kB at 75 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 915 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ provider --- [INFO] [INFO] --- bnd-generate:7.0.0:generate (default) @ provider --- [INFO] created instructions from steps: src/main/resources/model/sensinact.genmodel;output=src/main/java;clear=false;generate="geckoEMF";genmodel="src/main/resources/model/sensinact.genmodel" [INFO] Running Gecko EMF Codegen Version 5.0.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.annotation.bundle/1.0.0/org.osgi.annotation.bundle-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.18.0/org.eclipse.emf.ecore.xmi-2.18.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/geckoprojects/emf/org.gecko.emf.osgi.api/5.0.0/org.gecko.emf.osgi.api-5.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/biz/aQute/bnd/biz.aQute.bnd.annotation/6.4.0/biz.aQute.bnd.annotation-6.4.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/geckoprojects/emf/org.gecko.emf.osgi.component/5.0.0/org.gecko.emf.osgi.component-5.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.framework/1.9.0/org.osgi.framework-1.9.0.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.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/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.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/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/osgi/org.osgi.service.metatype.annotations/1.4.0/org.osgi.service.metatype.annotations-1.4.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.jar [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/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.annotation.versioning/1.0.0/org.osgi.annotation.versioning-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.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] Loading resource://provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to handle resource://provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to handle resource://provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to open InputStream for resource://provider/src/main/resources/model/sensinact.genmodel [INFO] sanatized uri resource://provider/src/main/resources/model/sensinact.genmodel [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] Configuring Jet [INFO] Setting modelDirectory/provider/src/main/java [INFO] Creating BNDGeneratorAdapterFactory [INFO] Starting generator run [INFO] Creating GeckoGenModelGeneratorAdapter [INFO] Creating GeckoGenPackageGeneratorAdapter [INFO] Creating GeckoGenClassGeneratorAdapter [INFO] Creating GeckoGenEnumGeneratorAdapter [INFO] subtask Generating code [INFO] internaly worked 0.08333333333333333 on null [INFO] internaly worked 0.08333333333333333 on null [INFO] internaly worked 0.8333333333333334 on null [INFO] subtask [INFO] subtask Generating Code for ProviderPackage [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle resource://provider/src/main/resources/model/sensinact.ecore [INFO] Asked to handle resource://provider/src/main/resources/model/sensinact.ecore [INFO] Asked to open InputStream for resource://provider/src/main/resources/model/sensinact.ecore [INFO] sanatized uri resource://provider/src/main/resources/model/sensinact.ecore [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.util.ProviderResourceImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask java.net.MalformedURLException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.(URL.java:708) at java.base/java.net.URL.(URL.java:569) at java.base/java.net.URL.(URL.java:516) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:650) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:150) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:861) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:247) at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:963) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:952) at org.eclipse.emf.codegen.ecore.generator.Generator.getJControlModel(Generator.java:451) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generateJava(AbstractGeneratorAdapter.java:1969) at org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter.generateResourceClass(GenPackageGeneratorAdapter.java:815) at org.gecko.emf.osgi.codegen.adapter.GeckoGenPackageGeneratorAdapter.generateModel(GeckoGenPackageGeneratorAdapter.java:102) 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:350) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:177) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:62) 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 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] subtask Generating Provider [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.Provider [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.ProviderImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] subtask Generating Admin [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.Admin [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.AdminImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] subtask Generating Service [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.Service [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.ServiceImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] subtask Generating Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.Metadata [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.MetadataImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] subtask Generating Feature Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.FeatureMetadataImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] subtask Generating Feature Custom Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.FeatureCustomMetadata [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.FeatureCustomMetadataImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] subtask Generating Resource Type [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.ResourceType [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] subtask Generating Value Type [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.ValueType [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Generating code - org.eclipse.emf.codegen.ecore [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] Files generated: 26 [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ provider --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ provider --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ provider --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ provider --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ provider --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ provider --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ provider --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ provider --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/maven-metadata.xml (802 B at 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-20240124.181258-54.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-20240124.181258-54.pom (3.6 kB at 62 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-20240124.181258-54.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-20240124.181258-54.jar (51 kB at 936 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 4.7 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 8.5 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 5.0 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.core.models:metadata >--------- [INFO] Building SensiNact internal Metadata Model 0.0.2-SNAPSHOT [8/68] [INFO] from core/models/metadata/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ metadata --- [INFO] [INFO] --- bnd-generate:7.0.0:generate (default) @ metadata --- [INFO] created instructions from steps: src/main/resources/model/metadata.genmodel;output=src/main/java;clear=false;generate="geckoEMF";genmodel="src/main/resources/model/metadata.genmodel" [INFO] Running Gecko EMF Codegen Version 5.0.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/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.0.0/org.osgi.annotation.bundle-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.18.0/org.eclipse.emf.ecore.xmi-2.18.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/biz/aQute/bnd/biz.aQute.bnd.annotation/6.4.0/biz.aQute.bnd.annotation-6.4.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component/5.0.0/org.gecko.emf.osgi.component-5.0.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/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/osgi/org.osgi.framework/1.9.0/org.osgi.framework-1.9.0.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.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/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.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/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/osgi/org.osgi.service.metatype.annotations/1.4.0/org.osgi.service.metatype.annotations-1.4.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.jar [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/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.annotation.versioning/1.0.0/org.osgi.annotation.versioning-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.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] 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:235) at org.gecko.emf.osgi.codegen.adapter.GeckoGenPackageGeneratorAdapter.generateModel(GeckoGenPackageGeneratorAdapter.java:103) 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:350) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:177) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:62) 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.osgi.annotation.bundle [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.emf.ecore.xmi [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() biz.aQute.bnd.annotation [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.gecko.emf.osgi.component [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.eclipse.sensinact.gateway.core.models.provider [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.framework [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.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() org.eclipse.emf.ecore [INFO] Match in /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.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.osgi.annotation.bundle [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.emf.ecore.xmi [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() biz.aQute.bnd.annotation [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.gecko.emf.osgi.component [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.eclipse.sensinact.gateway.core.models.provider [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.framework [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.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() org.eclipse.emf.ecore [INFO] Match in /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.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.osgi.annotation.bundle [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.eclipse.emf.ecore.xmi [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() biz.aQute.bnd.annotation [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.gecko.emf.osgi.component [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.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.osgi.annotation.bundle [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.eclipse.emf.ecore.xmi [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() biz.aQute.bnd.annotation [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.gecko.emf.osgi.component [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.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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] subtask Generating Nexus Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.NexusMetadata [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.NexusMetadataImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] subtask Generating Annotation Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.AnnotationMetadata [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.AnnotationMetadataImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] subtask Generating Resource Attribute [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ResourceAttribute [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ResourceAttributeImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] subtask Generating Service Reference [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ServiceReference [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ServiceReferenceImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] subtask Generating Action [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.Action [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ActionImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] subtask Generating Action Parameter [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ActionParameter [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ActionParameterImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] subtask Generating Resource Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ResourceMetadata [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ResourceMetadataImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] subtask Generating Action Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ActionMetadata [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ActionMetadataImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Generating code - org.eclipse.emf.codegen.ecore [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] Files generated: 27 [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ metadata --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ metadata --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ metadata --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ metadata --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ metadata --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ metadata --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ metadata --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ metadata --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/metadata-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ metadata --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ metadata --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/metadata-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ metadata --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/maven-metadata.xml (802 B at 89 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-20240124.181258-54.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-20240124.181258-54.pom (2.7 kB at 44 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-20240124.181258-54.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-20240124.181258-54.jar (49 kB at 602 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 7.0 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.1 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 3.0 kB/s) [INFO] [INFO] -------------< org.eclipse.sensinact.gateway.core:emf-api >------------- [INFO] Building SensiNact core API with EMF dependencies 0.0.2-SNAPSHOT [9/68] [INFO] from core/emf-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ emf-api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ emf-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ emf-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ emf-api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ emf-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ emf-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ emf-api --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ emf-api --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ emf-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/emf-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ emf-api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver:7.0.0:resolve (resolve-test) @ emf-api --- [INFO] [INFO] --- bnd-resolver:7.0.0:resolve (verify-no-dependency-leakage) @ emf-api --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/dependency-check.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.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;version='[5.0.0,5.0.1)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.util.converter;version='[1.0.9,1.0.10)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.3.0,1.3.1)' [INFO] [INFO] --- install:3.1.1:install (default-install) @ emf-api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/emf-api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ emf-api --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/maven-metadata.xml (794 B at 28 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-20240124.181258-52.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-20240124.181258-52.pom (3.5 kB at 87 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-20240124.181258-52.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-20240124.181258-52.jar (9.8 kB at 196 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 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/maven-metadata.xml (794 B at 7.7 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 4.9 kB/s) [INFO] [INFO] --------------< org.eclipse.sensinact.gateway.core:impl >--------------- [INFO] Building SensiNact core implementation 0.0.2-SNAPSHOT [10/68] [INFO] from core/impl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.pom (4.7 kB at 50 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 513 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 25 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-parent/4.2.19/metrics-parent-4.2.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.2.19/metrics-parent-4.2.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.2.19/metrics-parent-4.2.19.pom (20 kB at 2.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar (130 kB at 1.5 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ impl --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 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 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 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 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s - in org.eclipse.sensinact.core.model.impl.ModelBuildingTest [INFO] Running org.eclipse.sensinact.core.model.nexus.impl.SubscriptionTest 2024-01-24T18:13:58.740313704Z 2024-01-24T18:13:58.842319565Z 2024-01-24T18:13:58.930891780Z 2024-01-24T18:13:59.031450438Z 2024-01-24T18:13:59.173559282Z 2024-01-24T18:13:59.273708710Z 2024-01-24T18:13:59.397435966Z 2024-01-24T18:13:59.497579441Z [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 s - in org.eclipse.sensinact.core.model.nexus.impl.SubscriptionTest [INFO] Running org.eclipse.sensinact.core.model.nexus.impl.NexusTest 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: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.sensinact.core.model.nexus.impl.NexusTest [INFO] Running org.eclipse.sensinact.core.command.impl.WhiteboardImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.16 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.725 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.085 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.016 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.009 s - in org.eclipse.sensinact.core.extract.impl.GenericDtoExtractorTest [INFO] Running org.eclipse.sensinact.core.extract.impl.AnnotationBasedDtoExtractorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.sensinact.core.extract.impl.AnnotationBasedDtoExtractorTest [INFO] Running org.eclipse.sensinact.core.twin.impl.SensinactTwinTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 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.113 s - in org.eclipse.sensinact.core.emf.util.EMFUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 126, 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.0.0:resolve (resolve-test) @ impl --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',net.bytebuddy.byte-buddy;version='[1.12.13,1.12.14)',net.bytebuddy.byte-buddy-agent;version='[1.12.13,1.12.14)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl-tests;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component;version='[5.0.0,5.0.1)',org.mockito.junit-jupiter;version='[4.7.0,4.7.1)',org.mockito.mockito-core;version='[4.7.0,4.7.1)',org.objenesis;version='[3.2.0,3.2.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',org.osgi.test.junit5.cm;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ impl --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/integration-test.bndrun: Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ impl --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ impl --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 84 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-20240124.181258-54.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-20240124.181258-54.pom (4.0 kB at 66 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-20240124.181258-54.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-20240124.181258-54-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-20240124.181258-54.jar (204 kB at 3.6 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-20240124.181258-54-tests.jar (174 kB at 2.8 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 9.7 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 13 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 2.3 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.southbound:southbound >--------- [INFO] Building Southbound Connectors 0.0.2-SNAPSHOT [11/68] [INFO] from southbound/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ southbound --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ southbound --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/southbound/0.0.2-SNAPSHOT/southbound-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ southbound --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/0.0.2-SNAPSHOT/maven-metadata.xml (629 B at 9.8 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-20240124.181258-54.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-20240124.181258-54.pom (1.3 kB at 30 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 8.2 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 5.6 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 4.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:device-factory >-- [INFO] Building Southbound Device Factory :: Parent 0.0.2-SNAPSHOT [12/68] [INFO] from southbound/device-factory/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ device-factory --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ device-factory --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/0.0.2-SNAPSHOT/device-factory-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ device-factory --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (648 B at 3.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/0.0.2-SNAPSHOT/device-factory-0.0.2-20240124.181258-54.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-20240124.181258-54.pom (1.3 kB at 26 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 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/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 14 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 8.3 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:device-factory-core >-- [INFO] Building SensiNact Southbound Device factory :: Core 0.0.2-SNAPSHOT [13/68] [INFO] from southbound/device-factory/device-factory-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ device-factory-core --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ device-factory-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ device-factory-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ device-factory-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ device-factory-core --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ device-factory-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.impl.RecordHandlingTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 s - in org.eclipse.sensinact.gateway.southbound.device.factory.impl.RecordHandlingTest [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.ValueTypeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.007 s - in org.eclipse.sensinact.gateway.southbound.device.factory.VariablesTest [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) @ 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.0.0:resolve (resolve-test) @ device-factory-core --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ device-factory-core --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ device-factory-core --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ device-factory-core --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 19 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-20240124.181258-54.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-20240124.181258-54.pom (2.6 kB at 52 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-20240124.181258-54.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-20240124.181258-54-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-20240124.181258-54-tests.jar (18 kB at 404 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-20240124.181258-54.jar (46 kB at 823 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.2 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 11 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.7 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:parser-csv >-- [INFO] Building SensiNact Southbound Device factory :: CSV parser 0.0.2-SNAPSHOT [14/68] [INFO] from southbound/device-factory/parser-csv/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom (21 kB at 1.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar (51 kB at 5.1 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parser-csv --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ parser-csv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ parser-csv --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ parser-csv --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ parser-csv --- [INFO] Copying 14 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ parser-csv --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ parser-csv --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ parser-csv --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.impl.CSVParserTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 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.0.0:resolve (resolve-test) @ parser-csv --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ parser-csv --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ parser-csv --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ parser-csv --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 54 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-20240124.181258-54.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-20240124.181258-54.pom (3.0 kB at 70 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-20240124.181258-54.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-20240124.181258-54-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-20240124.181258-54.jar (9.0 kB at 192 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-20240124.181258-54-tests.jar (16 kB at 271 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.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-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 12 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 7.5 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:parser-json >-- [INFO] Building SensiNact Southbound Device factory :: JSON parser 0.0.2-SNAPSHOT [15/68] [INFO] from southbound/device-factory/parser-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parser-json --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ parser-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ parser-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ parser-json --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ parser-json --- [INFO] Copying 11 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ parser-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ parser-json --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ parser-json --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.impl.JSONParserTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Location value: Point(coords=(lon=2.3508670330047607,lat=48.849578857421875)) - class org.eclipse.sensinact.gateway.geojson.Point [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 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.0.0:resolve (resolve-test) @ parser-json --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ parser-json --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ parser-json --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ parser-json --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 26 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-20240124.181258-54.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-20240124.181258-54.pom (2.6 kB at 57 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-20240124.181258-54.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-20240124.181258-54-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-20240124.181258-54.jar (11 kB at 243 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-20240124.181258-54-tests.jar (15 kB at 327 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 5.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/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 14 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 5.1 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.http:http-parent >------ [INFO] Building Southbound HTTP :: Parent 0.0.2-SNAPSHOT [16/68] [INFO] from southbound/http/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-parent --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-parent/0.0.2-SNAPSHOT/http-parent-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ http-parent --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/0.0.2-SNAPSHOT/maven-metadata.xml (635 B at 18 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-20240124.181258-54.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-20240124.181258-54.pom (1.7 kB at 26 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 27 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 8.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.1 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.http:http-device-factory >-- [INFO] Building Sensinact Southbound HTTP :: Device Factory 0.0.2-SNAPSHOT [17/68] [INFO] from southbound/http/http-device-factory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.pom (5.5 kB at 162 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 2.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom (18 kB at 1.7 MB/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 1.7 MB/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 5.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.4 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 824 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.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 5.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom (8.0 kB at 802 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.pom (3.7 kB at 75 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 80 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 37 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 33 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 26 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 148 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.3 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 8.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.pom (2.1 kB at 49 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 267 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 36 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 410 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar (393 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar (216 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar (17 kB at 229 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-server/11.0.13/jetty-server-11.0.13.jar (796 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar (249 kB at 3.2 MB/s) [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 6.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.jar (121 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar (568 kB at 6.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar (161 kB at 1.5 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-device-factory --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ http-device-factory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ http-device-factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ http-device-factory --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ http-device-factory --- [INFO] Copying 8 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.031 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.0.0:resolve (resolve-test) @ http-device-factory --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',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.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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.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.util;version='[11.0.13,11.0.14)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.device-factory.device-factory-core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.device-factory.parser-csv;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.http.http-device-factory;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.http.http-device-factory-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component;version='[5.0.0,5.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@150ede8b{HTTP/1.1, (http/1.1)}{0.0.0.0:34863} [main] INFO org.eclipse.jetty.server.Server - Started Server@859ea42{STARTING}[11.0.13,sto=0] @1808ms [main] INFO org.eclipse.jetty.server.Server - Stopped Server@859ea42{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@150ede8b{HTTP/1.1, (http/1.1)}{0.0.0.0:0} [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@6056232d{HTTP/1.1, (http/1.1)}{0.0.0.0:34787} [main] INFO org.eclipse.jetty.server.Server - Started Server@107bfcb2{STARTING}[11.0.13,sto=0] @4229ms [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@31e2232f{HTTP/1.1, (http/1.1)}{0.0.0.0:46329} [main] INFO org.eclipse.jetty.server.Server - Started Server@462e1e64{STARTING}[11.0.13,sto=0] @4230ms [main] INFO org.eclipse.jetty.server.Server - Stopped Server@107bfcb2{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@6056232d{HTTP/1.1, (http/1.1)}{0.0.0.0:0} [main] WARN org.eclipse.jetty.util.thread.QueuedThreadPool - Couldn't stop Thread[test-server-66,5,main] [main] INFO org.eclipse.jetty.server.Server - Stopped Server@462e1e64{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@31e2232f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.util.ssl.SslContextFactory - x509=X509@2e3572e8(server,h=[localhost],a=[],w=[]) for Server@77c10a5f[provider=null,keyStore=file:///tmp/sensinact-http12616685036310324182/server.jks,trustStore=null] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@765d55d5{SSL, (ssl, http/1.1)}{0.0.0.0:33605} [main] INFO org.eclipse.jetty.server.Server - Started Server@73ae0257{STARTING}[11.0.13,sto=0] @18638ms [main] INFO org.eclipse.jetty.server.Server - Stopped Server@73ae0257{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@765d55d5{SSL, (ssl, http/1.1)}{0.0.0.0:0} [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.util.ssl.SslContextFactory - x509=X509@22f4f8f2(server,h=[localhost],a=[],w=[]) for Server@bbd4791[provider=null,keyStore=file:///tmp/sensinact-http12616685036310324182/server.jks,trustStore=file:///tmp/sensinact-http12616685036310324182/trust.jks] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@75e27856{SSL, (ssl, http/1.1)}{0.0.0.0:40547} [main] INFO org.eclipse.jetty.server.Server - Started Server@6a756082{STARTING}[11.0.13,sto=0] @19012ms [sensinact-http-device-factory-pool-27] ERROR org.eclipse.sensinact.gateway.southbound.http.factory.HttpDeviceFactory - Error 0 accessing https://localhost:40547/data [main] INFO org.eclipse.jetty.server.Server - Stopped Server@6a756082{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@75e27856{SSL, (ssl, http/1.1)}{0.0.0.0:0} [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.util.ssl.SslContextFactory - x509=X509@9b76b60(server,h=[localhost],a=[],w=[]) for Server@3fb9a67f[provider=null,keyStore=file:///tmp/sensinact-http12616685036310324182/server.jks,trustStore=null] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@64f981e2{SSL, (ssl, http/1.1)}{0.0.0.0:34121} [main] INFO org.eclipse.jetty.server.Server - Started Server@59bbb974{STARTING}[11.0.13,sto=0] @20070ms [sensinact-http-device-factory-pool-31] ERROR org.eclipse.sensinact.gateway.southbound.http.factory.HttpDeviceFactory - Error 0 accessing https://localhost:34121/data [main] INFO org.eclipse.jetty.server.Server - Stopped Server@59bbb974{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@64f981e2{SSL, (ssl, http/1.1)}{0.0.0.0:0} [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.util.ssl.SslContextFactory - x509=X509@2e766822(server,h=[localhost],a=[],w=[]) for Server@3003e580[provider=null,keyStore=file:///tmp/sensinact-http12616685036310324182/server.jks,trustStore=null] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@40f35e52{SSL, (ssl, http/1.1)}{0.0.0.0:36903} [main] INFO org.eclipse.jetty.server.Server - Started Server@443faa85{STARTING}[11.0.13,sto=0] @21121ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.http.device.factory.799930cb-7827-43fe-b422-e2ad6c264710)] WARN org.eclipse.jetty.util.ssl.SslContextFactory.config - Trusting all certificates configured for Client@703935d[provider=null,keyStore=null,trustStore=null] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.http.device.factory.799930cb-7827-43fe-b422-e2ad6c264710)] WARN org.eclipse.jetty.util.ssl.SslContextFactory.config - No Client EndPointIdentificationAlgorithm configured for Client@703935d[provider=null,keyStore=null,trustStore=null] [main] INFO org.eclipse.jetty.server.Server - Stopped Server@443faa85{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@40f35e52{SSL, (ssl, http/1.1)}{0.0.0.0:0} [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.util.ssl.SslContextFactory - x509=X509@41184371(server,h=[localhost],a=[],w=[]) for Server@34585ac9[provider=null,keyStore=file:///tmp/sensinact-http12616685036310324182/server.jks,trustStore=file:///tmp/sensinact-http12616685036310324182/trust.jks] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@45aca496{SSL, (ssl, http/1.1)}{0.0.0.0:35015} [main] INFO org.eclipse.jetty.server.Server - Started Server@3d90eeb3{STARTING}[11.0.13,sto=0] @21218ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.http.device.factory.8b129160-3793-4eab-9e74-cb6012d0da9e)] INFO org.eclipse.jetty.util.ssl.SslContextFactory - x509=X509@4a88e869(client,h=[client],a=[],w=[]) for Client@4c2ea70a[provider=null,keyStore=file:///tmp/sensinact-http12616685036310324182/client.jks,trustStore=file:///tmp/sensinact-http12616685036310324182/trust.jks] [main] INFO org.eclipse.jetty.server.Server - Stopped Server@3d90eeb3{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@45aca496{SSL, (ssl, http/1.1)}{0.0.0.0:0} [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@56f730b2{HTTP/1.1, (http/1.1)}{0.0.0.0:36631} [main] INFO org.eclipse.jetty.server.Server - Started Server@7930ffa9{STARTING}[11.0.13,sto=0] @21359ms [main] INFO org.eclipse.jetty.server.Server - Stopped Server@7930ffa9{STOPPING}[11.0.13,sto=0] [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@56f730b2{HTTP/1.1, (http/1.1)}{0.0.0.0:0} [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-device-factory --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ http-device-factory --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 30 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-20240124.181258-52.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-20240124.181258-52.pom (3.9 kB at 87 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-20240124.181258-52.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-20240124.181258-52-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-20240124.181258-52.jar (20 kB at 435 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-20240124.181258-52-tests.jar (37 kB at 432 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 12 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 10 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 6.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 [18/68] [INFO] from southbound/http/http-callback-whiteboard/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.pom (2.6 kB at 75 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.pom (24 kB at 415 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 130 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 33 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 28 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 71 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 80 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 13 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 85 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 25 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 25 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 45 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 679 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 16 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 736 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 3.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 15 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-servlet/11.0.13/jetty-servlet-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.base/5.0.0/org.apache.felix.http.base-5.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.jar (100 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.13/jetty-servlet-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.jar (42 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.jar (72 kB at 2.0 MB/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-servlet/11.0.13/jetty-servlet-11.0.13.jar (166 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.jar (18 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.base/5.0.0/org.apache.felix.http.base-5.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.jar (53 kB at 579 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.jar (64 kB at 695 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.jar (232 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar (3.2 MB at 30 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar (72 kB at 625 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.base/5.0.0/org.apache.felix.http.base-5.0.0.jar (329 kB at 2.7 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-callback-whiteboard --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ http-callback-whiteboard --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ http-callback-whiteboard --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ http-callback-whiteboard --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ http-callback-whiteboard --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/src/test/resources [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-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: [main] WARN org.apache.felix.http - Jetty not started (HTTP and HTTPS disabled) [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@76323879{/,null,AVAILABLE} [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - Started Server@7ba290cd{STARTING}[11.0.13,sto=0] @1377ms [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@62cedc2f{HTTP/1.1, (http/1.1)}{127.0.0.1:8235} [CM Configuration Updater (Update: pid=org.apache.felix.http)] 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] [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.sensinact.gateway.southbound.http.callback.HttpCallbackWhiteboard - Using URI prefix http://foo.com/bar from the base.uri configuration property [CM Configuration Updater (Delete: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - Stopped Server@7ba290cd{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (Delete: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@62cedc2f{HTTP/1.1, (http/1.1)}{127.0.0.1:8235} [CM Configuration Updater (Delete: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@76323879{/,null,STOPPED} [CM Configuration Updater (Delete: pid=org.apache.felix.http)] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (Delete: pid=org.apache.felix.http)] WARN org.apache.felix.http - Jetty not started (HTTP and HTTPS disabled) [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2250655a{/,null,AVAILABLE} [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - Started Server@601b10a0{STARTING}[11.0.13,sto=0] @2051ms [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@23efca89{HTTP/1.1, (http/1.1)}{127.0.0.1:8234} [CM Configuration Updater (Update: pid=org.apache.felix.http)] 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] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.http.callback.whiteboard)] INFO org.eclipse.sensinact.gateway.southbound.http.callback.HttpCallbackWhiteboard - Using URI prefix http://127.0.0.1:8234/ from the HttpServiceRuntime [CM Configuration Updater (Delete: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - Stopped Server@601b10a0{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (Delete: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@23efca89{HTTP/1.1, (http/1.1)}{127.0.0.1:8234} [CM Configuration Updater (Delete: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2250655a{/,null,STOPPED} [CM Configuration Updater (Delete: pid=org.apache.felix.http)] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (Delete: pid=org.apache.felix.http)] WARN org.apache.felix.http - Jetty not started (HTTP and HTTPS disabled) [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-callback-whiteboard --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ http-callback-whiteboard --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 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-20240124.181258-51.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-20240124.181258-51.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/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (12 kB at 221 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-20240124.181258-51-tests.jar (7.7 kB at 68 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 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/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 8.9 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 6.9 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-parent >------ [INFO] Building Southbound MQTT :: Parent 0.0.2-SNAPSHOT [19/68] [INFO] from southbound/mqtt/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt-parent --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/0.0.2-SNAPSHOT/mqtt-parent-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ mqtt-parent --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/0.0.2-SNAPSHOT/maven-metadata.xml (635 B at 22 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-20240124.181258-51.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-20240124.181258-51.pom (1.4 kB at 31 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 14 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 7.4 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 5.8 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-client >------ [INFO] Building Sensinact Southbound MQTT :: Client 0.0.2-SNAPSHOT [20/68] [INFO] from southbound/mqtt/mqtt-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.pom (6.0 kB at 46 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 138 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 1.1 MB/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 59 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 132 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.15/moquette-broker-0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.15/moquette-broker-0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.15/moquette-broker-0.15.pom (9.2 kB at 256 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 237 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 25 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 242 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 695 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 40 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 48 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 50 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 81 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 103 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 89 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 84 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 426 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 303 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 33 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 769 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 17 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 190 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 24 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 213 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 4.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.pom (5.4 kB at 77 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 10 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 293 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 Maven repo: https://repo1.maven.org/maven2/com/bugsnag/bugsnag/maven-metadata.xml (1.8 kB at 26 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/maven-metadata.xml (1.8 kB at 15 kB/s) [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/bugsnag/bugsnag/maven-metadata.xml (397 B at 153 B/s) [INFO] Downloaded from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/bugsnag/bugsnag/maven-metadata.xml (397 B at 157 B/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 131 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 113 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 48 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 965 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 38 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 70 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 69 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 99 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 430 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 467 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 63 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 457 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 395 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 363 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 548 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.7 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 603 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 78 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 466 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 760 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 75 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 42 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 54 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 68 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 55 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 56 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 58 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 74 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 46 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 147 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 120 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 68 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 60 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 65 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 139 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 66 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 55 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 53 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.6.2/bugsnag-3.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.2/bugsnag-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.2/bugsnag-3.6.2.pom (2.6 kB at 110 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.6.3/bugsnag-3.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.3/bugsnag-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.3/bugsnag-3.6.3.pom (2.6 kB at 88 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 85 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 66 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 54 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.3 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 14 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 15 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.15/moquette-broker-0.15.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-common/4.1.59.Final/netty-common-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.59.Final/netty-transport-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.59.Final/netty-handler-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.59.Final/netty-codec-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final-linux-x86_64.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/h2database/h2-mvstore/1.4.199/h2-mvstore-1.4.199.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/zaxxer/HikariCP/2.4.7/HikariCP-2.4.7.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-jvm/3.2.2/metrics-jvm-3.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar (242 kB at 4.9 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/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.jar (677 kB at 38 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 15 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/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar (1.1 MB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.15/moquette-broker-0.15.jar (186 kB at 3.0 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/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar (12 kB at 194 kB/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/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar (8.4 MB at 118 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 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.59.Final/netty-codec-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.jar (33 kB at 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.59.Final/netty-handler-4.1.59.Final.jar (481 kB at 4.0 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-codec/4.1.59.Final/netty-codec-4.1.59.Final.jar (321 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.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-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.jar (301 kB at 2.4 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 3.2 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-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.jar (99 kB at 616 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-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.jar (35 kB at 204 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-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final-linux-x86_64.jar (154 kB at 880 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/3.2.2/metrics-jvm-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.jar (625 kB at 3.6 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 1.5 MB/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/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.jar (38 kB at 186 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-jvm/3.2.2/metrics-jvm-3.2.2.jar (40 kB at 191 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/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.jar (129 kB at 586 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 192 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 325 kB/s) [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 556 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt-client --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ mqtt-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ mqtt-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ mqtt-client --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ mqtt-client --- [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ mqtt-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ mqtt-client --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ mqtt-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttAuthTest SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory] [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - Invoking constructor with io.moquette.broker.config.IConfig argument. ClassName=org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttAuthTest$TestAuth, interfaceName=io.moquette.broker.security.IAuthenticator [main] INFO io.moquette.broker.Server - Invoking default constructor. ClassName=org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttAuthTest$TestAuth, interfaceName=io.moquette.broker.security.IAuthenticator [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 132 ms [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.MQTTConnection - Client didn't supply any credentials and MQTT anonymous mode is disabled. CId=paho30371411685554 [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.MQTTConnection - Client didn't supply any credentials and MQTT anonymous mode is disabled. CId=paho30371411685554 [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.MQTTConnection - Authenticator has rejected the MQTT credentials CId=paho30372043027383, username=foo [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.MQTTConnection - Authenticator has rejected the MQTT credentials CId=paho30372043027383, username=foo [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/auth, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30372662212507 started [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <2> [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <3> [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30372662212507 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=17, write=15] bytes[read=588, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.253 s - in org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttAuthTest [INFO] Running org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttTest [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 12 ms [nioEventLoopGroup-5-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-5-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-5-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-5-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30377953377744 started [nioEventLoopGroup-5-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-5-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test2/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-5-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30378260449623 started [nioEventLoopGroup-5-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-5-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-5-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <2> [nioEventLoopGroup-5-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <2> [nioEventLoopGroup-5-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <3> [nioEventLoopGroup-5-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-5-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <4> [nioEventLoopGroup-5-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <2> [nioEventLoopGroup-5-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-5-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-5-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-5-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30377953377744 stopped [nioEventLoopGroup-5-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-5-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-5-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30378260449623 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-5-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-5-3] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=16, write=13] bytes[read=316, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 2 ms [nioEventLoopGroup-7-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-7-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-7-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-7-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30385976285219 started [nioEventLoopGroup-7-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-7-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test2/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-7-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30386283782660 started [nioEventLoopGroup-7-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-7-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-7-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <2> [nioEventLoopGroup-7-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-7-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-7-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-7-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-7-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-7-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30385976285219 stopped [nioEventLoopGroup-7-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-7-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30386283782660 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-7-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-7-3] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=12, write=9] bytes[read=246, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 2 ms [nioEventLoopGroup-9-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-9-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-9-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-9-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30389995732103 started [nioEventLoopGroup-9-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-9-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test2/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-9-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30390302516650 started [nioEventLoopGroup-9-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-9-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-9-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <2> [nioEventLoopGroup-9-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <2> [nioEventLoopGroup-9-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-9-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-9-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-9-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30389995732103 stopped [nioEventLoopGroup-9-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-9-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-9-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30390302516650 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-9-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-9-3] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=12, write=9] bytes[read=238, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.375 s - in org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttTest [INFO] Running org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttSslAuthTest [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Property port has been set to disabled. TCP MQTT will be disabled [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Checking SSL configuration properties... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing SSL context. KeystorePath = src/test/resources/server.p12. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Loading keystore. KeystorePath = src/test/resources/server.p12. [main] WARN io.moquette.broker.DefaultMoquetteSslContextCreator - No keystore has been found in the bundled resources. Scanning filesystem... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Loading external keystore. Url = /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/src/test/resources/server.p12. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing key manager... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing SSL context... [main] WARN io.moquette.broker.DefaultMoquetteSslContextCreator - Client authentication is enabled. The keystore will be used as a truststore. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - The SSL context has been initialized successfully. [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=localhost, port=2183, protocol=SSL MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property secure_websocket_port has been set to disabled. Secure websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 136 ms [nioEventLoopGroup-11-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-11-2] ERROR io.moquette.broker.NewNettyMQTTHandler - Unexpected exception while processing MQTT message. Closing Netty channel. CId=null io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:478) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.moquette.broker.metrics.BytesMetricsHandler.channelRead(BytesMetricsHandler.java:51) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1194) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1181) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557) at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571) at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455) at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282) at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447) ... 25 more [nioEventLoopGroup-11-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-11-3] ERROR io.moquette.broker.NewNettyMQTTHandler - Unexpected exception while processing MQTT message. Closing Netty channel. CId=null io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:478) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.moquette.broker.metrics.BytesMetricsHandler.channelRead(BytesMetricsHandler.java:51) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1194) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1181) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557) at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571) at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455) at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282) at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447) ... 25 more [nioEventLoopGroup-11-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-11-4] ERROR io.moquette.broker.NewNettyMQTTHandler - Unexpected exception while processing MQTT message. Closing Netty channel. CId=null io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:478) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.moquette.broker.metrics.BytesMetricsHandler.channelRead(BytesMetricsHandler.java:51) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1194) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1181) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557) at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571) at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455) at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282) at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447) ... 25 more [nioEventLoopGroup-11-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-11-1] ERROR io.moquette.broker.NewNettyMQTTHandler - Unexpected exception while processing MQTT message. Closing Netty channel. CId=null io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:478) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.moquette.broker.metrics.BytesMetricsHandler.channelRead(BytesMetricsHandler.java:51) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1194) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1181) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557) at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571) at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455) at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282) at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447) ... 25 more [nioEventLoopGroup-11-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-11-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [nioEventLoopGroup-11-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-11-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=2, write=1] bytes[read=7487, write=609932] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Property port has been set to disabled. TCP MQTT will be disabled [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Checking SSL configuration properties... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing SSL context. KeystorePath = src/test/resources/server.p12. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Loading keystore. KeystorePath = src/test/resources/server.p12. [main] WARN io.moquette.broker.DefaultMoquetteSslContextCreator - No keystore has been found in the bundled resources. Scanning filesystem... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Loading external keystore. Url = /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/src/test/resources/server.p12. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing key manager... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing SSL context... [main] WARN io.moquette.broker.DefaultMoquetteSslContextCreator - Client authentication is enabled. The keystore will be used as a truststore. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - The SSL context has been initialized successfully. [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=localhost, port=2183, protocol=SSL MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property secure_websocket_port has been set to disabled. Secure websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 28 ms [nioEventLoopGroup-13-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-13-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-13-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-13-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30398909329212 started [nioEventLoopGroup-13-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-13-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-13-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-13-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-13-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-13-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30398909329212 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [nioEventLoopGroup-13-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-13-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=7, write=5] bytes[read=5504, write=238618] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Property port has been set to disabled. TCP MQTT will be disabled [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Checking SSL configuration properties... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing SSL context. KeystorePath = src/test/resources/server.p12. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Loading keystore. KeystorePath = src/test/resources/server.p12. [main] WARN io.moquette.broker.DefaultMoquetteSslContextCreator - No keystore has been found in the bundled resources. Scanning filesystem... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Loading external keystore. Url = /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/src/test/resources/server.p12. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing key manager... [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - Initializing SSL context... [main] WARN io.moquette.broker.DefaultMoquetteSslContextCreator - Client authentication is enabled. The keystore will be used as a truststore. [main] INFO io.moquette.broker.DefaultMoquetteSslContextCreator - The SSL context has been initialized successfully. [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=localhost, port=2183, protocol=SSL MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property secure_websocket_port has been set to disabled. Secure websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 29 ms [nioEventLoopGroup-15-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-15-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-15-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-15-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30402355990568 started [nioEventLoopGroup-15-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-15-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-15-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-15-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-15-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-15-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30402355990568 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [nioEventLoopGroup-15-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-15-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=7, write=5] bytes[read=5504, write=238618] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.387 s - in org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttSslAuthTest [INFO] Running org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttDelayedStartTest [main] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [main] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30405403700632 started, but currently unconnected [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 2 ms [nioEventLoopGroup-17-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-17-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-17-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-17-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-17-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [nioEventLoopGroup-17-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <2> [nioEventLoopGroup-17-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-17-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-17-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-17-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-17-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30405403700632 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-17-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-17-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=8, write=6] bytes[read=171, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 1 ms [nioEventLoopGroup-19-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-19-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-19-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-19-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30410729234412 started [nioEventLoopGroup-19-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-19-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-19-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-19-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-19-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-19-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30410729234412 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-19-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-19-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=7, write=5] bytes[read=136, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 1 ms [nioEventLoopGroup-21-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-21-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-21-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-21-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30414050566609 started [nioEventLoopGroup-21-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-21-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-21-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-21-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-21-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-21-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30414050566609 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-21-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-21-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=7, write=5] bytes[read=136, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [main] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [main] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30417061640698 started, but currently unconnected [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 1 ms [nioEventLoopGroup-23-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-23-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-23-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-23-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-23-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [nioEventLoopGroup-23-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <2> [nioEventLoopGroup-23-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-23-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-23-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-23-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-23-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [main] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30417061640698 stopped [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-23-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-23-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=8, write=6] bytes[read=171, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.674 s - in org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttDelayedStartTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ mqtt-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ mqtt-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt-client --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ mqtt-client --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 24 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-20240124.181258-51.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-20240124.181258-51.pom (2.7 kB at 44 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (26 kB at 505 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-20240124.181258-51-tests.jar (26 kB at 294 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 15 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 9.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/maven-metadata.xml (376 B at 5.2 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-device-factory >-- [INFO] Building Sensinact Southbound MQTT :: Device Factory 0.0.2-SNAPSHOT [21/68] [INFO] from southbound/mqtt/mqtt-device-factory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt-device-factory --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ mqtt-device-factory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ mqtt-device-factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ mqtt-device-factory --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ mqtt-device-factory --- [INFO] Copying 2 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.0.0:resolve (resolve-test) @ mqtt-device-factory --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',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.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.1)',org.eclipse.paho.client.mqttv3;version='[1.2.5,1.2.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.device-factory.device-factory-core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.device-factory.parser-csv;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.mqtt.mqtt-client;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.mqtt.mqtt-device-factory;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.mqtt.mqtt-device-factory-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component;version='[5.0.0,5.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',org.osgi.test.junit5.cm;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h1)] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h1)] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30428162148436 started, but currently unconnected [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h2)] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h2)] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30428257214415 started, but currently unconnected [main] INFO io.moquette.broker.Server - Configuring message interceptors... [main] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[] [main] INFO io.moquette.broker.Server - Using default SSL context creator [main] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [main] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [main] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [main] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [main] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=127.0.0.1, port=2183, protocol=TCP MQTT [main] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [main] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 103 ms [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test2/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h1)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30428162148436 stopped [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h1)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30430171652857 started [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h2)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30428257214415 stopped [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test2/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h2)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30430489480062 started [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B PUBACK packetID <1> [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B PUBACK packetID <1> [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h1)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30430171652857 stopped [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test1/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h1)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30431835028237 started [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h2)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30430489480062 stopped [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=sensinact/mqtt/test2/+, option=SubscriptionOption[qos=AT_LEAST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [1] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h2)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30432142586218 started [main] INFO io.moquette.broker.Server - Unbinding integration from the configured ports [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [main] INFO io.moquette.broker.NewNettyAcceptor - Waiting for worker and boss event loop groups to terminate... [nioEventLoopGroup-3-2] INFO io.moquette.broker.MQTTConnection - Notifying connection lost event [MQTT Rec: paho30432142586218] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Connection lost. Waiting before reconnecting. [MQTT Rec: paho30431835028237] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Connection lost. Waiting before reconnecting. [Timer-2] ERROR org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server 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 [Timer-3] ERROR org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server 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 [Timer-2] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [Timer-3] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [Timer-4] ERROR org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server 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 [Timer-5] ERROR org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server 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 [Timer-4] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [Timer-5] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [Timer-6] ERROR org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server 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 [Timer-7] ERROR org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server 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 [Timer-6] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [Timer-7] WARN org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - Connection to MQTT broker lost: Unable to connect to server. Waiting before reconnecting. [main] INFO io.moquette.broker.NewNettyAcceptor - Metrics messages[read=16, write=11] bytes[read=453, write=0] [main] INFO io.moquette.interception.BrokerInterceptor - Shutting down interceptor thread pool... [main] INFO io.moquette.interception.BrokerInterceptor - Waiting for thread pool tasks to terminate... [main] INFO io.moquette.interception.BrokerInterceptor - interceptors stopped [main] INFO io.moquette.broker.Server - Moquette integration has been stopped. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h1)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30431835028237 stopped [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.southbound.mqtt~h2)] INFO org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler - MQTT client paho30432142586218 stopped Exception in thread "Timer-8" java.lang.NullPointerException: Cannot invoke "org.eclipse.paho.client.mqttv3.MqttClient.connect(org.eclipse.paho.client.mqttv3.MqttConnectOptions)" because "this.this$0.client" is null at org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler$1.run(MqttClientHandler.java:265) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) Exception in thread "Timer-9" java.lang.NullPointerException: Cannot invoke "org.eclipse.paho.client.mqttv3.MqttClient.connect(org.eclipse.paho.client.mqttv3.MqttConnectOptions)" because "this.this$0.client" is null at org.eclipse.sensinact.gateway.southbound.mqtt.impl.MqttClientHandler$1.run(MqttClientHandler.java:265) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt-device-factory --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ mqtt-device-factory --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 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-20240124.181258-51.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-20240124.181258-51.pom (4.4 kB at 83 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (8.6 kB at 165 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-20240124.181258-51-tests.jar (194 kB at 2.9 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 16 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 7.6 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 5.9 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.southbound.virtual:virtual >------ [INFO] Building Virtual Southbound Connectors 0.0.2-SNAPSHOT [22/68] [INFO] from southbound/virtual/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ virtual --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ virtual --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual/0.0.2-SNAPSHOT/virtual-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ virtual --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 11 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-20240124.181258-51.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-20240124.181258-51.pom (796 B at 13 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 13 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 8.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/maven-metadata.xml (375 B at 6.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor >-- [INFO] Building virtual-temperature-sensor 0.0.2-SNAPSHOT [23/68] [INFO] from southbound/virtual/virtual-temperature-sensor/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ virtual-temperature-sensor --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ virtual-temperature-sensor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ virtual-temperature-sensor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ virtual-temperature-sensor --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ virtual-temperature-sensor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/src/test/resources [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.0.0:resolve (resolve-test) @ virtual-temperature-sensor --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.virtual.virtual-temperature-sensor;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.virtual.virtual-temperature-sensor-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component;version='[5.0.0,5.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',org.osgi.test.junit5.cm;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ virtual-temperature-sensor --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ virtual-temperature-sensor --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 69 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-20240124.181258-51.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-20240124.181258-51.pom (2.0 kB at 28 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (10 kB at 176 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-20240124.181258-51-tests.jar (7.5 kB at 125 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 6.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-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 6.3 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 5.6 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.southbound.history:history >------ [INFO] Building History Connectors 0.0.2-SNAPSHOT [24/68] [INFO] from southbound/history/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ history --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ history --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/history/0.0.2-SNAPSHOT/history-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ history --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 33 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-20240124.181258-51.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-20240124.181258-51.pom (2.1 kB at 27 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 31 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 9.1 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.1 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.southbound.history:history-api >---- [INFO] Building history-api 0.0.2-SNAPSHOT [25/68] [INFO] from southbound/history/history-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ history-api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ history-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ history-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ history-api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ history-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ history-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ history-api --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.southbound.history.history-api-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ history-api --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ history-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ history-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ history-api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ history-api --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 47 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-20240124.181258-51.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-20240124.181258-51.pom (1.7 kB at 32 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (5.0 kB at 104 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-20240124.181258-51-tests.jar (2.7 kB at 56 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 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/maven-metadata.xml (379 B at 5.5 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.history:timescale-provider >-- [INFO] Building timescale-provider 0.0.2-SNAPSHOT [26/68] [INFO] from southbound/history/timescale-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.pom (1.3 kB at 39 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 37 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 223 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 2.2 MB/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 60 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 57 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 97 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 88 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 57 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 28 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 25 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 47 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 24 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 109 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 2.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-parent/61/commons-parent-61.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom (81 kB at 2.9 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/30/apache-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 3.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 2.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom (6.2 kB at 478 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 113 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 228 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 533 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 454 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 86 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 185 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 168 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 71 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.1/postgresql-1.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar (1.0 MB at 39 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/osgi/org.osgi.service.transaction.control/1.0.0/org.osgi.service.transaction.control-1.0.0.jar (47 kB at 1.5 MB/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-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar (180 kB at 4.2 MB/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/testcontainers/postgresql/1.19.1/postgresql-1.19.1.jar (9.7 kB at 226 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/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.jar (37 kB at 838 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/org/testcontainers/jdbc/1.19.1/jdbc-1.19.1.jar (29 kB at 596 kB/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/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar (25 kB at 454 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/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 6.6 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/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar (1.1 MB at 13 MB/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/com/github/docker-java/docker-java-api/3.3.3/docker-java-api-3.3.3.jar (471 kB at 5.8 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/testcontainers/database-commons/1.19.1/database-commons-1.19.1.jar (10 kB at 110 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/org/jetbrains/annotations/17.0.0/annotations-17.0.0.jar (19 kB at 200 kB/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 182 kB/s) [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 7.8 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.8 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 43 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ timescale-provider --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ timescale-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ timescale-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ timescale-provider --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ timescale-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/src/test/resources [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 --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.PostgreSQLR2DBCDatabaseContainerProvider cannot find class com.google.auto.service.AutoService [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.0.0:resolve (resolve-test) @ timescale-provider --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',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.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',net.bytebuddy.byte-buddy;version='[1.12.13,1.12.14)',net.bytebuddy.byte-buddy-agent;version='[1.12.13,1.12.14)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.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;version='[5.0.0,5.0.1)',org.mockito.junit-jupiter;version='[4.7.0,4.7.1)',org.mockito.mockito-core;version='[4.7.0,4.7.1)',org.objenesis;version='[3.2.0,3.2.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',org.osgi.test.junit5.cm;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)',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: Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [main] INFO org.apache.aries.tx.control.service.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} [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]) [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. [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ timescale-provider --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ timescale-provider --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 129 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-20240124.181258-51.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-20240124.181258-51.pom (4.2 kB at 102 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (19 kB at 182 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-20240124.181258-51-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/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 11 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 16 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 4.9 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.northbound:northbound >--------- [INFO] Building Northbound Connectors 0.0.2-SNAPSHOT [27/68] [INFO] from northbound/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ northbound --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/northbound-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/maven-metadata.xml (629 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/northbound-0.0.2-20240124.181258-51.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-20240124.181258-51.pom (4.9 kB at 105 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 31 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/maven-metadata.xml (629 B at 9.1 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 3.8 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.northbound.filters:filters >------ [INFO] Building SensiNact Northbound Filters 0.0.2-SNAPSHOT [28/68] [INFO] from northbound/filters/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filters --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ filters --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/filters/0.0.2-SNAPSHOT/filters-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ filters --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 23 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-20240124.181258-51.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-20240124.181258-51.pom (1.9 kB at 31 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 12 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 9.3 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 5.5 kB/s) [INFO] [INFO] ---< org.eclipse.sensinact.gateway.northbound.filters:filters.core >---- [INFO] Building SensiNact Northbound Filters :: Core 0.0.2-SNAPSHOT [29/68] [INFO] from northbound/filters/filters.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.promise/1.3.0-RC1/org.osgi.util.promise-1.3.0-RC1.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-RC1/org.osgi.util.promise-1.3.0-RC1.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-RC1/org.osgi.util.promise-1.3.0-RC1.pom (1.9 kB at 39 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.jakartars/2.0.0-RC1/org.osgi.service.jakartars-2.0.0-RC1.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-RC1/org.osgi.service.jakartars-2.0.0-RC1.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-RC1/org.osgi.service.jakartars-2.0.0-RC1.pom (3.4 kB at 29 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.promise/1.3.0-RC1/org.osgi.util.promise-1.3.0-RC1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.jakartars/2.0.0-RC1/org.osgi.service.jakartars-2.0.0-RC1.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-RC1/org.osgi.util.promise-1.3.0-RC1.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-RC1/org.osgi.util.promise-1.3.0-RC1.jar (86 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jakartars/2.0.0-RC1/org.osgi.service.jakartars-2.0.0-RC1.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-RC1/org.osgi.service.jakartars-2.0.0-RC1.jar (69 kB at 1.8 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filters.core --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ filters.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ filters.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ filters.core --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ filters.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ filters.core --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ filters.core --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.northbound.filters.filters.core-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ filters.core --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filters.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ filters.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.0.0:resolve (resolve-test) @ filters.core --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ filters.core --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ filters.core --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ filters.core --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 27 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-20240124.181258-51.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-20240124.181258-51.pom (2.8 kB at 299 B/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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51-tests.jar (2.8 kB at 4.6 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-20240124.181258-51.jar (12 kB at 20 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 11 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 15 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 6.2 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.northbound.filters:ldap >-------- [INFO] Building SensiNact Northbound Filters :: LDAP 0.0.2-SNAPSHOT [30/68] [INFO] from northbound/filters/ldap/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.pom (5.9 kB at 47 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr4-master/4.12.0/antlr4-master-4.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.12.0/antlr4-master-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.12.0/antlr4-master-4.12.0.pom (4.8 kB at 40 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 185 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 11 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar (326 kB at 2.2 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ldap --- [INFO] [INFO] --- antlr4:4.12.0:antlr4 (antlr) @ ldap --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom (1.1 kB at 35 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 140 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 268 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 62 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 43 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 123 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 43 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 27 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 51 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 37 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 82 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 27 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 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (173 kB at 9.1 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 852 kB/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 204 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 1.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 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar (14 MB at 29 MB/s) [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/main/antlr4 [INFO] Processing grammar: org/eclipse/sensinact/northbound/filters/ldap/antlr/LdapFilterLexer.g4 [INFO] Processing grammar: org/eclipse/sensinact/northbound/filters/ldap/antlr/LdapFilterParser.g4 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ ldap --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ ldap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ ldap --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ ldap --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ldap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/test-classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/test/java/org/eclipse/sensinact/northbound/filters/ldap/LdapParserTest.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/test/java/org/eclipse/sensinact/northbound/filters/ldap/LdapParserTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/test/java/org/eclipse/sensinact/northbound/filters/ldap/LdapParserTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ ldap --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ ldap --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.northbound.filters.ldap.LdapParserTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in org.eclipse.sensinact.northbound.filters.ldap.LdapParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ldap --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ ldap --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.0.0:resolve (resolve-test) @ ldap --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/integration-test.bndrun: [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.pom (6.6 kB at 92 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 101 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.4 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 840 kB/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 404 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-server/3.0.8/jersey-server-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.0.8/jersey-server-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.0.8/jersey-server-3.0.8.pom (12 kB at 262 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/project/3.0.8/project-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/3.0.8/project-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/3.0.8/project-3.0.8.pom (103 kB at 1.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-common/3.0.8/jersey-common-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.0.8/jersey-common-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.0.8/jersey-common-3.0.8.pom (35 kB at 265 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 658 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 368 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.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-client/3.0.8/jersey-client-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.0.8/jersey-client-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.0.8/jersey-client-3.0.8.pom (6.8 kB at 262 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom (10.0 kB at 149 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/inject/jersey-hk2/3.0.8/jersey-hk2-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.0.8/jersey-hk2-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.0.8/jersey-hk2-3.0.8.pom (4.9 kB at 117 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/inject/project/3.0.8/project-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/project/3.0.8/project-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/project/3.0.8/project-3.0.8.pom (1.5 kB at 9.7 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.pom (7.0 kB at 86 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-parent/3.0.3/hk2-parent-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/3.0.3/hk2-parent-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/3.0.3/hk2-parent-3.0.3.pom (42 kB at 678 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.pom (6.1 kB at 209 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/3.0.3/external-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/3.0.3/external-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/3.0.3/external-3.0.3.pom (1.4 kB at 25 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.pom (4.0 kB at 90 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.pom (4.8 kB at 154 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 636 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/jersey-media-jaxb/3.0.8/jersey-media-jaxb-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/3.0.8/jersey-media-jaxb-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/3.0.8/jersey-media-jaxb-3.0.8.pom (6.1 kB at 145 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/project/3.0.8/project-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/3.0.8/project-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/3.0.8/project-3.0.8.pom (2.0 kB at 33 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/jakartars/org.gecko.rest.jersey.config/6.0.0.RC1/org.gecko.rest.jersey.config-6.0.0.RC1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.config/6.0.0.RC1/org.gecko.rest.jersey.config-6.0.0.RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.config/6.0.0.RC1/org.gecko.rest.jersey.config-6.0.0.RC1.pom (3.2 kB at 60 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/jakartars/org.gecko.rest.jersey/6.0.0.RC1/org.gecko.rest.jersey-6.0.0.RC1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey/6.0.0.RC1/org.gecko.rest.jersey-6.0.0.RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey/6.0.0.RC1/org.gecko.rest.jersey-6.0.0.RC1.pom (7.7 kB at 105 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/jersey-container-servlet/3.0.8/jersey-container-servlet-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.0.8/jersey-container-servlet-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.0.8/jersey-container-servlet-3.0.8.pom (3.4 kB at 33 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/project/3.0.8/project-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/project/3.0.8/project-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/project/3.0.8/project-3.0.8.pom (2.8 kB at 44 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.8/jersey-container-servlet-core-3.0.8.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.0.8/jersey-container-servlet-core-3.0.8.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.0.8/jersey-container-servlet-core-3.0.8.pom (3.4 kB at 94 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 77 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1.pom (3.4 kB at 54 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 21 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 62 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 148 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm/9.3/asm-9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom (2.4 kB at 158 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/jakartars/org.gecko.rest.jersey.sse/6.0.0.RC1/org.gecko.rest.jersey.sse-6.0.0.RC1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.sse/6.0.0.RC1/org.gecko.rest.jersey.sse-6.0.0.RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.sse/6.0.0.RC1/org.gecko.rest.jersey.sse-6.0.0.RC1.pom (4.3 kB at 94 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/jersey-media-sse/3.0.8/jersey-media-sse-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-sse/3.0.8/jersey-media-sse-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-sse/3.0.8/jersey-media-sse-3.0.8.pom (3.1 kB at 45 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 210 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/jakartars/org.gecko.rest.jersey.jetty/6.0.0.RC1/org.gecko.rest.jersey.jetty-6.0.0.RC1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.jetty/6.0.0.RC1/org.gecko.rest.jersey.jetty-6.0.0.RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.jetty/6.0.0.RC1/org.gecko.rest.jersey.jetty-6.0.0.RC1.pom (5.8 kB at 74 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-server/11.0.12/jetty-server-11.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.12/jetty-server-11.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.12/jetty-server-11.0.12.pom (2.5 kB at 55 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-project/11.0.12/jetty-project-11.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/11.0.12/jetty-project-11.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/11.0.12/jetty-project-11.0.12.pom (102 kB at 1.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom (19 kB at 1.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.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.15.Final/infinispan-build-configuration-parent-11.0.15.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.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom (13 kB at 783 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/testcontainers-bom/1.17.3/testcontainers-bom-1.17.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.3/testcontainers-bom-1.17.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.3/testcontainers-bom-1.17.3.pom (7.5 kB at 377 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-http/11.0.12/jetty-http-11.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.12/jetty-http-11.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.12/jetty-http-11.0.12.pom (3.7 kB at 37 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-util/11.0.12/jetty-util-11.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.12/jetty-util-11.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.12/jetty-util-11.0.12.pom (3.5 kB at 28 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-io/11.0.12/jetty-io-11.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.12/jetty-io-11.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.12/jetty-io-11.0.12.pom (1.4 kB at 48 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-servlet/11.0.12/jetty-servlet-11.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.12/jetty-servlet-11.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.12/jetty-servlet-11.0.12.pom (2.3 kB at 30 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-security/11.0.12/jetty-security-11.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.12/jetty-security-11.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.12/jetty-security-11.0.12.pom (2.1 kB at 37 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-server/3.0.8/jersey-server-3.0.8.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-common/3.0.8/jersey-common-3.0.8.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-client/3.0.8/jersey-client-3.0.8.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.0/jakarta.validation-api-3.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/inject/jersey-hk2/3.0.8/jersey-hk2-3.0.8.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/jersey-media-jaxb/3.0.8/jersey-media-jaxb-3.0.8.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/geckoprojects/jakartars/org.gecko.rest.jersey.config/6.0.0.RC1/org.gecko.rest.jersey.config-6.0.0.RC1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/jakartars/org.gecko.rest.jersey/6.0.0.RC1/org.gecko.rest.jersey-6.0.0.RC1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/jersey-container-servlet/3.0.8/jersey-container-servlet-3.0.8.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/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/ow2/asm/asm/9.3/asm-9.3.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/jakartars/org.gecko.rest.jersey.sse/6.0.0.RC1/org.gecko.rest.jersey.sse-6.0.0.RC1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/jersey-media-sse/3.0.8/jersey-media-sse-3.0.8.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/jakartars/org.gecko.rest.jersey.jetty/6.0.0.RC1/org.gecko.rest.jersey.jetty-6.0.0.RC1.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/glassfish/jersey/containers/jersey-container-servlet-core/3.0.8/jersey-container-servlet-core-3.0.8.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-server/11.0.12/jetty-server-11.0.12.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-http/11.0.12/jetty-http-11.0.12.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-io/11.0.12/jetty-io-11.0.12.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-servlet/11.0.12/jetty-servlet-11.0.12.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-security/11.0.12/jetty-security-11.0.12.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-util/11.0.12/jetty-util-11.0.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.jar (66 kB at 1.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.0/org.apache.felix.cm.json-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.0.8/jersey-server-3.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.0.8/jersey-common-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.0.8/jersey-client-3.0.8.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 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 509 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.jar (48 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.0.8/jersey-hk2-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.0.8/jersey-client-3.0.8.jar (267 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.0.8/jersey-server-3.0.8.jar (956 kB at 12 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.3/aopalliance-repackaged-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.0.8/jersey-common-3.0.8.jar (1.2 MB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.0.8/jersey-hk2-3.0.8.jar (79 kB at 929 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar (93 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar (204 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/3.0.8/jersey-media-jaxb-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar (27 kB at 261 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/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 8.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.config/6.0.0.RC1/org.gecko.rest.jersey.config-6.0.0.RC1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar (201 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey/6.0.0.RC1/org.gecko.rest.jersey-6.0.0.RC1.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 174 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.0.8/jersey-container-servlet-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey/6.0.0.RC1/org.gecko.rest.jersey-6.0.0.RC1.jar (220 kB at 1.6 MB/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/geckoprojects/jakartars/org.gecko.rest.jersey.config/6.0.0.RC1/org.gecko.rest.jersey.config-6.0.0.RC1.jar (8.7 kB at 63 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.resource/1.0.1/org.osgi.resource-1.0.1.jar (33 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/3.0.8/jersey-media-jaxb-3.0.8.jar (96 kB at 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar (132 kB at 885 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.sse/6.0.0.RC1/org.gecko.rest.jersey.sse-6.0.0.RC1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.0.8/jersey-container-servlet-3.0.8.jar (32 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-sse/3.0.8/jersey-media-sse-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 764 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.jetty/6.0.0.RC1/org.gecko.rest.jersey.jetty-6.0.0.RC1.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 161 kB/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/glassfish/jersey/media/jersey-media-sse/3.0.8/jersey-media-sse-3.0.8.jar (79 kB at 456 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.0.8/jersey-container-servlet-core-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.sse/6.0.0.RC1/org.gecko.rest.jersey.sse-6.0.0.RC1.jar (70 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.12/jetty-server-11.0.12.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 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.12/jetty-http-11.0.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.jetty/6.0.0.RC1/org.gecko.rest.jersey.jetty-6.0.0.RC1.jar (31 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.12/jetty-io-11.0.12.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 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.12/jetty-servlet-11.0.12.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.0.8/jersey-container-servlet-core-3.0.8.jar (73 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.12/jetty-security-11.0.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.12/jetty-server-11.0.12.jar (795 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.12/jetty-util-11.0.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.12/jetty-servlet-11.0.12.jar (166 kB at 677 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.12/jetty-http-11.0.12.jar (249 kB at 981 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.12/jetty-io-11.0.12.jar (216 kB at 851 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.12/jetty-util-11.0.12.jar (566 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.12/jetty-security-11.0.12.jar (121 kB at 389 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)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',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.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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.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;version='[5.0.0,5.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ ldap --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ ldap --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 33 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-20240124.181258-51.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-20240124.181258-51.pom (3.5 kB at 43 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51-tests.jar (20 kB at 277 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-20240124.181258-51.jar (90 kB at 1.2 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/maven-metadata.xml (372 B at 17 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 14 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 4.5 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.northbound:query-handler >------- [INFO] Building SensiNact Northbound Query Handler 0.0.2-SNAPSHOT [31/68] [INFO] from northbound/query-handler/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ query-handler --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ query-handler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ query-handler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ query-handler --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml [0:0]: Export org.eclipse.sensinact.northbound.query.dto, has 1, private references [org.eclipse.sensinact.northbound.query.dto.jackson] [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml [0:0]: Export org.eclipse.sensinact.northbound.query.dto.query, has 1, private references [org.eclipse.sensinact.northbound.query.dto.query.jackson] [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml [0:0]: Export org.eclipse.sensinact.northbound.query.dto.result, has 1, private references [org.eclipse.sensinact.northbound.query.dto.result.jackson] [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ query-handler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/src/test/resources [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.435 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.0.0:resolve (resolve-test) @ query-handler --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.query-handler;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.query-handler-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component;version='[5.0.0,5.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ query-handler --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ query-handler --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 19 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-20240124.181258-51.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-20240124.181258-51.pom (4.2 kB at 67 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51-tests.jar (28 kB at 404 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-20240124.181258-51.jar (68 kB at 965 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 12 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 12 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 5.9 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.security:security >----- [INFO] Building Northbound Security Providers 0.0.2-SNAPSHOT [32/68] [INFO] from northbound/security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ security --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ security --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/security/0.0.2-SNAPSHOT/security-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ security --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/0.0.2-SNAPSHOT/maven-metadata.xml (636 B at 14 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-20240124.181258-51.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-20240124.181258-51.pom (1.3 kB at 19 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 15 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 7.7 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 4.1 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.security:authentication-api >-- [INFO] Building SensiNact Northbound Security API 0.0.2-SNAPSHOT [33/68] [INFO] from northbound/security/authentication-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ authentication-api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ authentication-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ authentication-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ authentication-api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ authentication-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ authentication-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ authentication-api --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ authentication-api --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ authentication-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ authentication-api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ authentication-api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ authentication-api --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/maven-metadata.xml (820 B at 102 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-20240124.181258-51.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-20240124.181258-51.pom (1.8 kB at 34 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-20240124.181258-51.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-20240124.181258-51.jar (5.6 kB at 97 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/maven-metadata.xml (387 B at 5.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/maven-metadata.xml (820 B at 5.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/maven-metadata.xml (387 B at 4.2 kB/s) [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.northbound:rest >------------ [INFO] Building SensiNact Northbound REST 0.0.2-SNAPSHOT [34/68] [INFO] from northbound/rest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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 110 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 379 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 144 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 104 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 132 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 414 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 265 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 54 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.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.pom (18 kB at 366 kB/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 169 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 65 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.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/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-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/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/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar (17 kB at 1.2 MB/s) [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/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [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] 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/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar (32 kB at 902 kB/s) [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 876 kB/s) [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 1.3 MB/s) [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 2.6 MB/s) [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 928 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar (128 kB at 1.5 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ rest --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ rest --- [INFO] Copying 1 resource [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.0.0:resolve (resolve-test) @ rest --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',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.0,3.0.1)',jakarta.ws.rs-api;version='[3.1.0,3.1.1)',jakarta.xml.bind-api;version='[3.0.1,3.0.2)',javassist;version='[3.28.0,3.28.1)',junit-jupiter-api;version='[5.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',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.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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.1)',org.eclipse.jetty.http;version='[11.0.12,11.0.13)',org.eclipse.jetty.io;version='[11.0.12,11.0.13)',org.eclipse.jetty.security;version='[11.0.12,11.0.13)',org.eclipse.jetty.server;version='[11.0.12,11.0.13)',org.eclipse.jetty.servlet;version='[11.0.12,11.0.13)',org.eclipse.jetty.util;version='[11.0.12,11.0.13)',org.eclipse.parsson.jakarta.json;version='[1.1.5,1.1.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.ldap;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.query-handler;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.rest;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.rest-tests;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.authentication-api;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component;version='[5.0.0,5.0.1)',org.gecko.rest.jersey;version='[6.0.0,6.0.1)',org.gecko.rest.jersey.config;version='[6.0.0,6.0.1)',org.gecko.rest.jersey.jetty;version='[6.0.0,6.0.1)',org.gecko.rest.jersey.sse;version='[6.0.0,6.0.1)',org.glassfish.hk2.api;version='[3.0.3,3.0.4)',org.glassfish.hk2.external.aopalliance-repackaged;version='[3.0.3,3.0.4)',org.glassfish.hk2.locator;version='[3.0.3,3.0.4)',org.glassfish.hk2.osgi-resource-locator;version='[1.0.3,1.0.4)',org.glassfish.hk2.utils;version='[3.0.3,3.0.4)',org.glassfish.jersey.containers.jersey-container-servlet;version='[3.0.8,3.0.9)',org.glassfish.jersey.containers.jersey-container-servlet-core;version='[3.0.8,3.0.9)',org.glassfish.jersey.core.jersey-client;version='[3.0.8,3.0.9)',org.glassfish.jersey.core.jersey-common;version='[3.0.8,3.0.9)',org.glassfish.jersey.core.jersey-server;version='[3.0.8,3.0.9)',org.glassfish.jersey.inject.jersey-hk2;version='[3.0.8,3.0.9)',org.glassfish.jersey.media.jersey-media-jaxb;version='[3.0.8,3.0.9)',org.glassfish.jersey.media.jersey-media-sse;version='[3.0.8,3.0.9)',org.objectweb.asm;version='[9.3.0,9.3.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',org.osgi.test.junit5.cm;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: [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 com.fasterxml.jackson.core.jackson-annotations:2.16.1 (1) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-core:2.16.1 (2) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-databind:2.16.1 (3) : active [DEBUG] Adding bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310:2.16.1 (4) : active [DEBUG] Adding bundle com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-base:2.16.1 (5) : active [DEBUG] Adding bundle com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider:2.16.1 (6) : active [DEBUG] Adding bundle io.dropwizard.metrics.core:4.2.19 (7) : active [DEBUG] Adding bundle jakarta.activation-api:2.1.0 (8) : active [DEBUG] Adding bundle jakarta.annotation-api:2.1.1 (9) : active [DEBUG] Adding bundle jakarta.inject.jakarta.inject-api:2.0.1 (10) : active [DEBUG] Adding bundle jakarta.validation.jakarta.validation-api:3.0.0 (11) : active [DEBUG] Adding bundle jakarta.ws.rs-api:3.1.0 (12) : active [DEBUG] Adding bundle jakarta.xml.bind-api:3.0.1 (13) : active [DEBUG] Adding bundle javassist:3.28.0.GA (14) : active [DEBUG] Adding bundle junit-jupiter-api:5.9.0 (15) : active [DEBUG] Adding bundle junit-jupiter-engine:5.9.0 (16) : active [DEBUG] Adding bundle junit-jupiter-params:5.9.0 (17) : active [DEBUG] Adding bundle junit-platform-commons:1.9.0 (18) : active [DEBUG] Adding bundle junit-platform-engine:1.9.0 (19) : active [DEBUG] Adding bundle junit-platform-launcher:1.9.0 (20) : active [DEBUG] Adding bundle org.antlr.antlr4-runtime:4.12.0 (21) : active [DEBUG] Adding bundle org.apache.aries.component-dsl.component-dsl:1.2.2 (22) : active [DEBUG] Adding bundle org.apache.aries.typedevent.bus:0.0.2.202303140456 (24) : active [DEBUG] Adding bundle org.apache.felix.cm.json:2.0.0 (25) : active [DEBUG] Adding bundle org.apache.felix.configadmin:1.9.24 (26) : active [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (27) : starting [DEBUG] Started services listener for configurator. [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (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.28.0.v20230223-0922 (30) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (31) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (32) : starting Jan 24, 2024 6:17:48 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http.Http1FieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.eclipse.jetty.http [DEBUG] Adding bundle org.eclipse.jetty.http:11.0.12 (33) : starting [DEBUG] Adding bundle org.eclipse.jetty.http:11.0.12 (33) : active [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.12 (34) : starting [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.12 (34) : active [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.12 (35) : starting [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.12 (35) : active [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.12 (36) : starting [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.12 (36) : active [DEBUG] Adding bundle org.eclipse.jetty.servlet:11.0.12 (37) : starting [DEBUG] Adding bundle org.eclipse.jetty.servlet:11.0.12 (37) : active [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.12 (38) : starting [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.12 (38) : active [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (39) : starting [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (39) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202401241813 (40) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202401241813 (40) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202401241813 (41) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202401241813 (41) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202401241813 (42) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202401241813 (42) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202401241813 (43) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202401241813 (43) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202401241813 (44) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202401241813 (44) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202401241813 (45) : starting [DEBUG] Adding bundle org.eclipse.emf.common:2.28.0.v20230223-0922 (30) : starting [DEBUG] Adding bundle org.eclipse.emf.common:2.28.0.v20230223-0922 (30) : active [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (31) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (31) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202401241813 (45) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202401241813 (46) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202401241813 (46) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202401241817 (47) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202401241817 (47) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202401241817 (48) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202401241817 (48) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202401241817 (49) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202401241817 (49) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.rest:0.0.2.202401241817 (50) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.rest:0.0.2.202401241817 (50) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.authentication-api:0.0.2.202401241817 (52) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.authentication-api:0.0.2.202401241817 (52) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component:5.0.0 (53) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (32) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (32) : active Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [DEBUG] Adding bundle org.gecko.emf.osgi.component:5.0.0 (53) : active Jan 24, 2024 6:17:49 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.ClientBuilderService of service jakarta.ws.rs.client.ClientBuilder in bundle org.gecko.rest.jersey Jan 24, 2024 6:17:49 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.gecko.rest.jersey Jan 24, 2024 6:17:49 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.gecko.rest.jersey [DEBUG] Adding bundle org.gecko.rest.jersey:6.0.0.RC1 (54) : starting [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (61) : starting [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (61) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.0.8 (65) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.0.8 (65) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.0.8 (66) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.0.8 (66) : active [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.0.8 (68) : starting [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.0.8 (68) : active Jan 24, 2024 6:17:49 PM org.gecko.rest.jersey.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition [DEBUG] Adding bundle org.gecko.rest.jersey:6.0.0.RC1 (54) : active [DEBUG] Adding bundle org.gecko.rest.jersey.jetty:6.0.0.RC1 (56) : starting Jan 24, 2024 6:17:49 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:49 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addExtension INFO: Added extension sid_51 name: OptionalResponse Filter Jan 24, 2024 6:17:49 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:49 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:49 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_40 Jan 24, 2024 6:17:49 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_40 Jan 24, 2024 6:17:49 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 [main] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 Jan 24, 2024 6:17:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1a2ac487{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 [main] WARN org.eclipse.jetty.server.handler.ContextHandler - Empty contextPath Jan 24, 2024 6:17:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5fd43e58{/,null,AVAILABLE} Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.jetty.JettyServerRunnable run INFO: Started Jersey server at port 8185 successfully try http://localhost:8185 Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.jetty.JettyServerRunnable$1 lifeCycleStarting INFO: lifeCycleStarting [pool-11-thread-1] INFO org.eclipse.jetty.server.Server - jetty-11.0.12; built: 2022-09-14T02:38:00.723Z; git: d5b8c29485f5f56a14be5f20c2ccce81b93c5555; jvm 17.0.9+9 [pool-11-thread-1] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@1f7076bc{HTTP/1.1, (http/1.1)}{0.0.0.0:8185} [pool-11-thread-1] INFO org.eclipse.jetty.server.Server - Started Server@201939e2{STARTING}[11.0.12,sto=0] @2865ms Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.jetty.JettyServerRunnable$1 lifeCycleStarted INFO: lifeCycleStarted Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.jetty.JerseyServiceRuntime startServer INFO: Started Jakartars whiteboard server for port: 8185 and context: / [DEBUG] Adding bundle org.gecko.rest.jersey.jetty:6.0.0.RC1 (56) : active [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.3 (58) : starting [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.3 (58) : active [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.3 (59) : starting [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.3 (59) : active [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.3 (60) : starting [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.3 (60) : active [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.3 (62) : starting [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.3 (62) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.0.8 (63) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.0.8 (63) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.0.8 (64) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.0.8 (64) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.0.8 (67) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.0.8 (67) : active [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.0.8 (69) : starting [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.0.8 (69) : active [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-sse:3.0.8 (70) : starting [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-sse:3.0.8 (70) : active [DEBUG] Adding bundle org.objectweb.asm:9.3.0 (71) : starting [DEBUG] Adding bundle org.objectweb.asm:9.3.0 (71) : active [DEBUG] Adding bundle org.opentest4j:1.2.0 (72) : starting [DEBUG] Adding bundle org.opentest4j:1.2.0 (72) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (73) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (73) : active [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202211071920-RC1 (74) : starting [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202211071920-RC1 (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.2.1 (76) : starting [DEBUG] Adding bundle org.osgi.test.common:1.2.1 (76) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.2.1 (77) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.2.1 (77) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.2.1 (78) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.2.1 (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.202211071920-RC1 (81) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202211071920-RC1 (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:1.7.36 (83) : starting [DEBUG] Adding bundle slf4j.api:1.7.36 (83) : active [DEBUG] Adding bundle slf4j.simple:1.7.36 (84) : starting [DEBUG] Adding bundle slf4j.simple:1.7.36 (84) : active Jan 24, 2024 6:17:50 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of se[DEBUG] Adding bundle biz.aQute.tersvter.junit-plice org.juatform:7.0.0.202310060912 (85) : starting nit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform [DEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (85) : active Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1a2ac487{/sensinact,null,STOPPED} Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_58 Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_58 Jan 24, 2024 6:17:50 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1654ff79{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1654ff79{/sensinact,null,STOPPED} Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_59 Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_59 Jan 24, 2024 6:17:51 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3cba7985{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3cba7985{/sensinact,null,STOPPED} Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_60 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_60 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6c683c1b{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6c683c1b{/sensinact,null,STOPPED} Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_61 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_61 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3b87453{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3b87453{/sensinact,null,STOPPED} Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_62 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_62 Jan 24, 2024 6:17:52 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@54fdb1d8{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@54fdb1d8{/sensinact,null,STOPPED} Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_63 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_63 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@931b636{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@931b636{/sensinact,null,STOPPED} Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_64 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_64 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2526f101{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2526f101{/sensinact,null,STOPPED} Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_65 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_65 Jan 24, 2024 6:17:53 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2f1c91fc{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2f1c91fc{/sensinact,null,STOPPED} Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_66 Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_66 Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@498fbc6c{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@498fbc6c{/sensinact,null,STOPPED} Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_67 Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_67 Jan 24, 2024 6:17:54 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4a0d49d{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4a0d49d{/sensinact,null,STOPPED} Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_68 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_68 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@67e64a6a{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@67e64a6a{/sensinact,null,STOPPED} Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_69 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_69 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@635c0845{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@635c0845{/sensinact,null,STOPPED} Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_70 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_70 Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1dfc4244{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1dfc4244{/sensinact,null,STOPPED} Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:55 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_71 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_71 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@758f869b{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@758f869b{/sensinact,null,STOPPED} Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_72 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_72 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@26f133d{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@26f133d{/sensinact,null,STOPPED} Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_73 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_73 Jan 24, 2024 6:17:56 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@202b723e{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@202b723e{/sensinact,null,STOPPED} Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_74 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_74 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@409a9005{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@409a9005{/sensinact,null,STOPPED} Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_75 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_75 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3e118e4c{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3e118e4c{/sensinact,null,STOPPED} Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_77 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_77 Jan 24, 2024 6:17:57 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6a890f7a{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6a890f7a{/sensinact,null,STOPPED} Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_78 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_78 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@41685d7c{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@41685d7c{/sensinact,null,STOPPED} Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_79 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_79 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4226902c{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4226902c{/sensinact,null,STOPPED} Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_80 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_80 Jan 24, 2024 6:17:58 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@345be8c9{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@345be8c9{/sensinact,null,STOPPED} Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_81 Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_81 Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@d368b7e{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@d368b7e{/sensinact,null,STOPPED} Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_82 Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_82 Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:17:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1bea869e{/sensinact,null,AVAILABLE} Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:17:59 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:17:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1bea869e{/sensinact,null,STOPPED} Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_83 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_83 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7cbee9ea{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@7cbee9ea{/sensinact,null,STOPPED} Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_84 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_84 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@564471e3{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@564471e3{/sensinact,null,STOPPED} Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_86 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_86 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@52000c7d{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@52000c7d{/sensinact,null,STOPPED} Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_87 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_87 Jan 24, 2024 6:18:00 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2de49e1{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2de49e1{/sensinact,null,STOPPED} Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_88 Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_88 Jan 24, 2024 6:18:01 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@21cc8afb{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@21cc8afb{/sensinact,null,STOPPED} Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_89 Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_89 Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@225deba8{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@225deba8{/sensinact,null,STOPPED} Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_90 Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_90 Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@203b5cef{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:02 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@203b5cef{/sensinact,null,STOPPED} Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_91 Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_91 Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@27ac050d{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@27ac050d{/sensinact,null,STOPPED} Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_92 Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_92 Jan 24, 2024 6:18:03 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7d2043e9{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@7d2043e9{/sensinact,null,STOPPED} Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_94 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_94 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@527f16c{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@527f16c{/sensinact,null,STOPPED} Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_95 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_95 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2e6b6947{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2e6b6947{/sensinact,null,STOPPED} Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_97 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_97 Jan 24, 2024 6:18:04 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4d2f8ff6{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4d2f8ff6{/sensinact,null,STOPPED} Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_98 Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_98 Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4371870d{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4371870d{/sensinact,null,STOPPED} Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_99 Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_99 Jan 24, 2024 6:18:05 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4c918e10{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4c918e10{/sensinact,null,STOPPED} Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_100 Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_100 Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@16166f30{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@16166f30{/sensinact,null,STOPPED} Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_101 Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_101 Jan 24, 2024 6:18:06 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5de13ad6{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@5de13ad6{/sensinact,null,STOPPED} Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_102 Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_102 Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@62a70b4{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@62a70b4{/sensinact,null,STOPPED} Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_103 Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_103 Jan 24, 2024 6:18:07 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@48139b8d{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@48139b8d{/sensinact,null,STOPPED} Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_104 Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_104 Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4e0bf3e8{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4e0bf3e8{/sensinact,null,STOPPED} Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_105 Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_105 Jan 24, 2024 6:18:08 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6288d889{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6288d889{/sensinact,null,STOPPED} Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_107 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_107 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4c4c7137{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4c4c7137{/sensinact,null,STOPPED} Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_110 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_110 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7134f9c8{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@7134f9c8{/sensinact,null,STOPPED} Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_111 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_111 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@566761fc{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@566761fc{/sensinact,null,STOPPED} Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_114 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_114 Jan 24, 2024 6:18:09 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@165f142a{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@165f142a{/sensinact,null,STOPPED} Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_116 Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_116 Jan 24, 2024 6:18:10 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@b743720{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher removeApplication INFO: Removed Application with name sensinact-rest Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application sensinact-rest [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@b743720{/sensinact,null,STOPPED} Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$unassignContent$18 INFO: Removed content OptionalResponse Filter from application .default Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application .7eda33c1-be6e-4c1c-8669-f1c835dc4ca8 Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_117 Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_117 Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_51 rank -2147483648 Jan 24, 2024 6:18:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:18:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.rest)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@236262df{/sensinact,null,AVAILABLE} Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application .default class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:18:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensinact-rest class org.gecko.rest.jersey.util.OptionalResponseFilter [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ rest --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ rest --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 21 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-20240124.181258-51.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-20240124.181258-51.pom (6.9 kB at 113 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51-tests.jar (40 kB at 642 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-20240124.181258-51.jar (23 kB at 333 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/maven-metadata.xml (364 B at 8.5 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 8.0 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.1 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.northbound:websocket >--------- [INFO] Building SensiNact Northbound WebSocket 0.0.2-SNAPSHOT [35/68] [INFO] from northbound/websocket/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.pom (4.5 kB at 110 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 332 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 131 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 260 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 66 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 451 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 4.3 MB/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 193 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 34 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 117 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 169 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 42 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 76 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 13 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 9.2 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 31 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 44 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 24 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 63 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 37 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 600 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 41 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 100 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 29 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 339 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 1.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom (2.8 kB at 214 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 324 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 32 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 27 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/org/apache/felix/org.apache.felix.http.jetty/5.0.4/org.apache.felix.http.jetty-5.0.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/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 256 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/org/apache/felix/org.apache.felix.http.jetty/5.0.4/org.apache.felix.http.jetty-5.0.4.jar [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] 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] 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] 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 9.3 MB/s) [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] 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 1.7 MB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar (119 kB at 3.2 MB/s) [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/org/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.jar (329 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.4/org.apache.felix.http.jetty-5.0.4.jar (3.2 MB at 30 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 210 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/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar (10 kB at 80 kB/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/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar (81 kB at 634 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 295 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-api/11.0.13/websocket-jetty-api-11.0.13.jar (41 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/11.0.13/jetty-annotations-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar (45 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/11.0.13/jetty-plus-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar (18 kB at 106 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-core-common/11.0.13/websocket-core-common-11.0.13.jar (195 kB at 1.2 MB/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/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-webapp/11.0.13/jetty-webapp-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar (65 kB at 364 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 517 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-jndi/11.0.13/jetty-jndi-11.0.13.jar (48 kB at 250 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-plus/11.0.13/jetty-plus-11.0.13.jar (69 kB at 358 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 265 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/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar (73 kB at 353 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar (159 kB at 759 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 327 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 151 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 136 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ websocket --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ websocket --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/NotificationSnapshot.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/NotificationSnapshot.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/NotificationSnapshot.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ websocket --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ websocket --- [INFO] Copying 1 resource [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.0.0:resolve (resolve-test) @ websocket --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',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.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.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.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.util;version='[11.0.13,11.0.14)',org.eclipse.jetty.webapp;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.api;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.common;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.core.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.core.common;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.core.server;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.server;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.servlet;version='[11.0.13,11.0.14)',org.eclipse.jetty.xml;version='[11.0.13,11.0.14)',org.eclipse.parsson.jakarta.json;version='[1.1.5,1.1.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.ldap;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.query-handler;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.authentication-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.websocket;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.websocket-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component;version='[5.0.0,5.0.1)',org.objectweb.asm;version='[9.4.0,9.4.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',org.osgi.test.junit5.cm;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: [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 com.fasterxml.jackson.core.jackson-annotations:2.16.1 (1) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-core:2.16.1 (2) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-databind:2.16.1 (3) : active [DEBUG] Adding bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310:2.16.1 (4) : active [DEBUG] Adding bundle io.dropwizard.metrics.core:4.2.19 (5) : active [DEBUG] Adding bundle jakarta.annotation-api:2.1.1 (6) : active [DEBUG] Adding bundle jakarta.el-api:4.0.0 (7) : active [DEBUG] Adding bundle jakarta.enterprise.cdi-api:3.0.0 (8) : active [DEBUG] Adding bundle jakarta.inject.jakarta.inject-api:2.0.1 (9) : active [DEBUG] Adding bundle jakarta.interceptor-api:2.0.0 (10) : active [DEBUG] Adding bundle jakarta.transaction-api:2.0.0 (11) : active [DEBUG] Adding bundle junit-jupiter-api:5.9.0 (12) : active [DEBUG] Adding bundle junit-jupiter-engine:5.9.0 (13) : active [DEBUG] Adding bundle junit-jupiter-params:5.9.0 (14) : active [DEBUG] Adding bundle junit-platform-commons:1.9.0 (15) : active [DEBUG] Adding bundle junit-platform-engine:1.9.0 (16) : active [DEBUG] Adding bundle junit-platform-launcher:1.9.0 (17) : active [DEBUG] Adding bundle org.antlr.antlr4-runtime:4.12.0 (18) : active [DEBUG] Adding bundle org.apache.aries.component-dsl.component-dsl:1.2.2 (19) : active [DEBUG] Adding bundle org.apache.aries.typedevent.bus:0.0.2.202303140456 (21) : active [DEBUG] Adding bundle org.apache.felix.cm.json:2.0.0 (22) : active [DEBUG] Adding bundle org.apache.felix.configadmin:1.9.24 (23) : active [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (24) : starting [DEBUG] Started services listener for configurator. [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (24) : active Jan 24, 2024 6:20:46 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 Jan 24, 2024 6:20:46 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.je[DEtBUG] Adding bundle org.aty pache.felix.http.jetty:5.0.4 (25) : starting [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [main] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@76b74e9c{/,null,AVAILABLE} [main] INFO org.eclipse.jetty.server.Server - Started Server@f5c79a6{STARTING}[11.0.13,sto=0] @1307ms [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@3dedb4a6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [main] 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 (25) : active [DEBUG] Adding bundle org.apache.felix.http.servlet-api:2.1.0 (26) : starting [DEBUG] Adding bundle org.apache.felix.http.servlet-api:2.1.0 (26) : active [DEBUG] Adding bundle org.apache.felix.scr:2.2.2 (27) : starting [DEBUG] Adding bundle org.apache.felix.scr:2.2.2 (27) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.28.0.v20230223-0922 (28) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (29) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (30) : starting [DEBUG] Adding bundle org.eclipse.jetty.alpn.client:11.0.13 (31) : starting [DEBUG] Adding bundle org.eclipse.jetty.alpn.client:11.0.13 (31) : active [DEBUG] Adding bundle org.eclipse.jetty.client:11.0.13 (32) : starting [DEBUG] Adding bundle org.eclipse.jetty.client:11.0.13 (32) : active [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.13 (33) : starting [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.13 (33) : active [DEBUG] Adding bundle org.eclipse.jetty.jndi:11.0.13 (34) : starting [DEBUG] Adding bundle org.eclipse.jetty.jndi:11.0.13 (34) : active [DEBUG] Adding bundle org.eclipse.jetty.plus:11.0.13 (35) : starting Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.plus.webapp.EnvConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty[DEBUG] Adding bundle org.eclipse.jetty..plus plus:11.0.13 (35) : active [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.13 (36) : starting [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.13 (36) : active [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.13 (37) : starting [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.13 (37) : active [DEBUG] Adding bundle org.eclipse.jetty.servlet:11.0.13 (38) : starting [DEBUG] Adding bundle org.eclipse.jetty.servlet:11.0.13 (38) : active [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.13 (39) : starting [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.13 (39) : active [DEBUG] Adding bundle org.eclipse.jetty.webapp:11.0.13 (40) : starting Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.WebXmlConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp [DEBUG] Adding bundle org.eclipse.jetty.webapp:11.0.13 (40) : active [DEBUG] Adding bundle org.eclipse.jetty.websocket.api:11.0.13 (41) : starting [DEBUG] Adding bundle org.eclipse.jetty.websocket.api:11.0.13 (41) : active [DEBUG] Adding bundle org.eclipse.jetty.websocket.client:11.0.13 (42) : starting Jan 24, 2024 6:20:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.cli[DEBUG] Addienng bundlet. orgc.eclipse.jettyonfig.websocket.client.Jett:11.0.13 (42) : active yWebSocketClientConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.websocket.client [DEBUG] Adding bundle org.eclipse.jetty.websocket.common:11.0.13 (43) : starting Jan 24, 2024 6:20:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.common.Extens[DEBUGi] Addinog bundle org.eclipse.jetty.websocket.common:11.0.13 (43) : active nConfigParser of service org.eclipse.jetty.websocket.api.ExtensionConfig$Parser in bundle org.eclipse.jetty.websocket.common [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.client:11.0.13 (44) : starting [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.client:11.0.13 (44) : active [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.common:11.0.13 (45) : starting Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.Frame[DEBUG] AddCaptureExtensiing bundle org.eclipse.jetty.websoon cketof se.core.common:11.0.13 (45) : activervice o rg.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.server:11.0.13 (46) : starting [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.server:11.0.13 (46) : active [DEBUG] Adding bundle org.eclipse.jetty.websocket.server:11.0.13 (47) : starting Jan 24, 2024 6:20:47 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 Jan 24, 2024 6:20:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.serv[DEBUG] Adding bundle org.eclipse.jettyer.con.websocket.fig.server:11.0Jett.13 (47) : active yWebSocketConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.websocket.server [DEBUG] Adding bundle org.eclipse.jetty.websocket.servlet:11.0.13 (48) : starting [DEBUG] Adding bundle org.eclipse.jetty.websocket.servlet:11.0.13 (48) : active [DEBUG] Adding bundle org.eclipse.jetty.xml:11.0.13 (49) : starting [DEBUG] Adding bundle org.eclipse.jetty.xml:11.0.13 (49) : active [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (50) : starting [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (50) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202401241813 (51) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202401241813 (51) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202401241813 (52) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202401241813 (52) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202401241813 (53) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202401241813 (53) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202401241813 (54) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202401241813 (54) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202401241813 (55) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202401241813 (55) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202401241813 (56) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202401241813 (56) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.28.0.v20230223-0922 (28) : starting [DEBUG] Adding bundle org.eclipse.emf.common:2.28.0.v20230223-0922 (28) : active [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (29) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (29) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202401241813 (57) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202401241813 (57) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202401241817 (58) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202401241817 (58) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202401241817 (59) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202401241817 (59) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202401241817 (60) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202401241817 (60) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.authentication-api:0.0.2.202401241817 (61) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.authentication-api:0.0.2.202401241817 (61) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.websocket:0.0.2.202401241818 (62) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.websocket:0.0.2.202401241818 (62) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component:5.0.0 (64) : starting [DEBUG] Adding bundle org.gecko.emf.osgi.component:5.0.0 (64) : active [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (30) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (30) : active [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - Stopped Server@f5c79a6{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@3dedb4a6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@76b74e9c{/,null,STOPPED} [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@291b1639{/,null,AVAILABLE} [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.Server - Started Server@54b329af{STARTING}[11.0.13,sto=0] @1950ms [CM Configuration Updater (Update: pid=org.apache.felix.http)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@7d5630cc{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} [CM Configuration Updater (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] Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [DEBUG] Adding bundle org.objectweb.asm:9.4.0 (65) : starting [DEBUG] Adding bundle org.objectweb.asm:9.4.0 (65) : active [DEBUG] Adding bundle org.opentest4j:1.2.0 (66) : starting [DEBUG] Adding bundle org.opentest4j:1.2.0 (66) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (67) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (67) : active [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (68) : starting [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (68) : active [DEBUG] Adding bundle org.osgi.test.common:1.2.1 (69) : starting [DEBUG] Adding bundle org.osgi.test.common:1.2.1 (69) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.2.1 (70) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.2.1 (70) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.2.1 (71) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.2.1 (71) : active [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (72) : starting [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (72) : active [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (73) : starting [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (73) : active [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202211071920-RC1 (74) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202211071920-RC1 (74) : active [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (75) : starting [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (75) : active [DEBUG] Adding bundle slf4j.api:1.7.36 (76) : starting [DEBUG] Adding bundle slf4j.api:1.7.36 (76) : active [DEBUG] Adding bundle slf4j.simple:1.7.36 (77) : starting [DEBUG] Adding bundle slf4j.simple:1.7.36 (77) : active [DEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (78) : starting Jan 24, 2024 6:20:47 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 [DEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (78) : active [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient - Shutdown WebSocketClient@f496cd6b[coreClient=WebSocketCoreClient@6aa5974e{STARTED},openSessions.size=1] [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient - Shutdown WebSocketClient@d0736dc6[coreClient=WebSocketCoreClient@64021427{STARTED},openSessions.size=0] [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient - Shutdown WebSocketClient@5987fbbf[coreClient=WebSocketCoreClient@426131d7{STARTED},openSessions.size=0] [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient - Shutdown WebSocketClient@ef00185f[coreClient=WebSocketCoreClient@6af609ea{STARTED},openSessions.size=0] [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient - Shutdown WebSocketClient@31266eb5[coreClient=WebSocketCoreClient@7b14c61{STARTED},openSessions.size=1] [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient - Shutdown WebSocketClient@b4fea777[coreClient=WebSocketCoreClient@5e85c21b{STARTED},openSessions.size=1] [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient - Shutdown WebSocketClient@838024d5[coreClient=WebSocketCoreClient@26c8b296{STARTED},openSessions.size=1] [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient - Shutdown WebSocketClient@447c2f4a[coreClient=WebSocketCoreClient@31aab981{STARTED},openSessions.size=1] [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ websocket --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.9 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-20240124.181258-51.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-20240124.181258-51.pom (7.0 kB at 1.9 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (28 kB at 433 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-20240124.181258-51-tests.jar (23 kB at 260 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.2 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 3.7 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 4.3 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.sensorthings:sensorthings >-- [INFO] Building sensorthings 0.0.2-SNAPSHOT [36/68] [INFO] from northbound/sensorthings/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sensorthings --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ sensorthings --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/0.0.2-SNAPSHOT/sensorthings-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ sensorthings --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/0.0.2-SNAPSHOT/maven-metadata.xml (644 B at 21 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-20240124.181258-51.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-20240124.181258-51.pom (3.0 kB at 45 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 13 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 12 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 6.1 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.sensorthings:dto >------ [INFO] Building dto 0.0.2-SNAPSHOT [37/68] [INFO] from northbound/sensorthings/dto/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ dto --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ dto --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ dto --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ dto --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ dto --- [INFO] Copying 26 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ dto --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ dto --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ dto --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.sensorthings.sensing.dto.JsonMappingTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s - in org.eclipse.sensinact.sensorthings.sensing.dto.JsonMappingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ dto --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ dto --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ dto --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ dto --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 60 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-20240124.181258-51.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-20240124.181258-51.pom (1.7 kB at 34 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (14 kB at 161 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-20240124.181258-51-tests.jar (67 kB at 678 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/maven-metadata.xml (376 B at 1.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.6 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.northbound.sensorthings:filter >---- [INFO] Building SensiNact Northbound SensorThings :: Filter Parser 0.0.2-SNAPSHOT [38/68] [INFO] from northbound/sensorthings/filter/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom (16 kB at 1.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar (190 kB at 16 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filter --- [INFO] [INFO] --- antlr4:4.12.0:antlr4 (antlr) @ filter --- [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/antlr4 [INFO] Processing grammar: org/eclipse/sensinact/northbound/filters/sensorthings/antlr/ODataFilter.g4 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ filter --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/test-classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ filter --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ filter --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.northbound.filters.sensorthings.OGCParserTest Polygon coord: [[(lon=0.0,lat=0.0), (lon=50.0,lat=0.0), (lon=50.0,lat=50.0), (lon=0.0,lat=50.0), (lon=0.0,lat=0.0)]] Polygon coord: [[(lon=0.0,lat=0.0), (lon=50.0,lat=0.0), (lon=50.0,lat=50.0), (lon=0.0,lat=50.0), (lon=0.0,lat=0.0)]] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.006 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.0.0:resolve (resolve-test) @ filter --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ filter --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ filter --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 57 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-20240124.181258-51.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-20240124.181258-51.pom (3.9 kB at 95 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51-tests.jar (16 kB at 193 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-20240124.181258-51.jar (680 kB at 4.8 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 5.1 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 6.3 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.7 kB/s) [INFO] [INFO] ---< org.eclipse.sensinact.gateway.northbound.sensorthings:rest.api >--- [INFO] Building rest.api 0.0.2-SNAPSHOT [39/68] [INFO] from northbound/sensorthings/rest.api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest.api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ rest.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ rest.api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ rest.api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ rest.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ rest.api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ rest.api --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ rest.api --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ rest.api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ rest.api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ rest.api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ rest.api --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.0 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-20240124.181258-51.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-20240124.181258-51.pom (1.9 kB at 2.9 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51-tests.jar (2.8 kB at 615 B/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-20240124.181258-51.jar (39 kB at 8.5 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 5.0 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 967 B/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 1.2 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.sensorthings:rest.gateway >-- [INFO] Building rest.gateway 0.0.2-SNAPSHOT [40/68] [INFO] from northbound/sensorthings/rest.gateway/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest.gateway --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ rest.gateway --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ rest.gateway --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ rest.gateway --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ rest.gateway --- [INFO] Copying 1 resource [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.hash.MacHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.MacHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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 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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MultimapBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MultimapBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.collect.AbstractSortedKeySortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedKeySortedSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.AbstractLoadingCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.AbstractLoadingCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.collect.Cut cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Cut cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MultiEdgesConnecting cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MultiEdgesConnecting cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MultiEdgesConnecting cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Striped cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Striped cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.github.dockerjava.core.exec.AbstrDockerCmdExec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrDockerCmdExec cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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 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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.ExplicitOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ExplicitOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ExplicitOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Ordering cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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 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.ForwardingSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.primitives.Longs cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Longs cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Longs cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.escape.ArrayBasedCharEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedCharEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.primitives.Doubles cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Doubles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Doubles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.CollectSpliterators$FlatMapSpliterator cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CaseFormat cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CaseFormat cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.util.concurrent.DirectExecutor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.DirectExecutor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.Multimaps$AsMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 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.xml.XmlEscapers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.XmlEscapers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CharMatcher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CharMatcher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.SequentialExecutor cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SequentialExecutor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SequentialExecutor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.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.ImmutableMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.hash.BloomFilter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilter cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/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 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.graph.UndirectedMultiNetworkConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedMultiNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedMultiNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NaturalOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NaturalOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NaturalOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.reflect.AbstractInvocationHandler cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.AbstractInvocationHandler cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.AbstractInvocationHandler cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.Nonnull [WARNING] /home/jenkins/agent/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.eventbus.DeadEvent cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.DeadEvent cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Fingerprint2011 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Fingerprint2011 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/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.util.concurrent.Runnables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Runnables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStatsAccumulator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStatsAccumulator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Uninterruptibles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Uninterruptibles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Uninterruptibles cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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 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.google.common.escape.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractStreamingHasher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractStreamingHasher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.UnmodifiableIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.github.dockerjava.core.command.UpdateSwarmNodeCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateSwarmNodeCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.cache.LocalCache cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.util.concurrent.CycleDetectingLockFactory cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CycleDetectingLockFactory cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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 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.RegularImmutableSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.NullnessCasts cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.NullnessCasts cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.NullnessCasts cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.NullnessCasts cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.graph.ForwardingNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.ImmutableCollection cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableCollection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraphBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraphBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeCapture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeCapture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.reflect.TypeVisitor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeVisitor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenerCallQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenerCallQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$Segment cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$Segment cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.Maps$KeySet cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataOutput cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataOutput cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ContainerConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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 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.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.collect.JdkBackedImmutableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.graph.Network cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Network cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Network cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.cache.LoadingCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LoadingCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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 com.github.dockerjava.api.command.LogContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LogContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileBackedOutputStream cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileBackedOutputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileBackedOutputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionSequencer cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/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.graph.IncidentEdgeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.IncidentEdgeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.IncidentEdgeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.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$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 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$Style [WARNING] /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.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.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.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.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$2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.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.github.dockerjava.core.command.UpdateContainerCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateContainerCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheLoader cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheLoader cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Stats cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Stats cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Stats cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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$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 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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/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.graph.EdgesConnecting cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EdgesConnecting cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EdgesConnecting cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CopyFileFromContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CopyFileFromContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$ClassOwnership$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableAsList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableAsList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedUnicodeEscaper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedUnicodeEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedUnicodeEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.reflect.ClassPath cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ClassPath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ClassPath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ConnectToNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ConnectToNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CaseFormat$StringConverter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$Node cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$Node cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.HashBiMap$1$MapEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.cache.Weigher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Weigher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.PeekingIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.graph.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MoreCollectors cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MoreCollectors cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Booleans cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Booleans cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.net.InternetDomainName cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InternetDomainName cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InternetDomainName cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.graph.PredecessorsFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.PredecessorsFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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 com.github.dockerjava.api.command.ResizeExecCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ResizeExecCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.AbstractRangeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractRangeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractRangeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.utility.DockerMachineClient cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAdder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAdder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Striped64 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeTraverser cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeTraverser cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.math.DoubleMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.DoubleMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.ImmutableList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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 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.collect.Multimaps$AsMap$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.AbstractExecutionThreadService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractExecutionThreadService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.base.SmallCharMatcher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.SmallCharMatcher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveServiceCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveServiceCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableAsList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableAsList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.html.HtmlEscapers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.HtmlEscapers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/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.base.FinalizableReference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/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.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 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.SortedMultisetBridge cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisetBridge cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$AbstractFilteredMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$AbstractFilteredMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.base.FunctionalEquivalence cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FunctionalEquivalence cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FunctionalEquivalence cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.RegularContiguousSet$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSequentialIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSequentialIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 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.graph.SuccessorsFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.SuccessorsFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.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$LocalManualCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.graph.StandardMutableValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.base.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.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.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.math.MathPreconditions cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.MathPreconditions cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.base.Charsets cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Charsets cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$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.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.cache.ForwardingCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ForwardingCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.RegularImmutableMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.github.dockerjava.core.command.UpdateServiceCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateServiceCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 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 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 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.io.LineBuffer cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineBuffer cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.escape.Escapers$Builder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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 com.github.dockerjava.api.command.PullImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PullImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$ConstructorInvokable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$ConstructorInvokable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$ConstructorInvokable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain$InactiveComparisonChain cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain$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 cannot find class javax.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 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.primitives.ParseRequest cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ParseRequest cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.reflect.TypeToken cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMap$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.IndexedImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.IndexedImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Ticker cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Ticker cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.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.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.base.Present cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Present cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Present cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.AbstractIndexedListIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractIndexedListIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/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.util.concurrent.ClosingFuture$Combiner$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.collect.Sets$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$SetView cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.RegularImmutableList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.io.ByteSink cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteSink cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPair cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.base.Defaults cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Defaults cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Defaults cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.graph.AbstractNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.MoreObjects cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.MoreObjects cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.MoreObjects cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberExceptionHandler cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberExceptionHandler cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.base.Preconditions cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Preconditions cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Preconditions cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/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.base.Platform cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Platform cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Platform cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LinearTransformation$RegularLinearTransformation cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LinearTransformation cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LinearTransformation cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.util.concurrent.AbstractCatchingFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.hash.FarmHashFingerprint64 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.FarmHashFingerprint64 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.CompactHashSet$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.hash.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.BigIntegerMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.BigIntegerMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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 com.github.dockerjava.api.command.UpdateSwarmNodeCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateSwarmNodeCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$Keys cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$Keys cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultisetFauxverideShim cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultisetFauxverideShim cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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 com.github.dockerjava.api.command.RemoveSwarmNodeCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveSwarmNodeCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.SearchImagesCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.SearchImagesCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.cache.CacheBuilder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StopContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StopContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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 com.github.dockerjava.api.command.UpdateServiceCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateServiceCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.util.concurrent.ServiceManagerBridge cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ServiceManagerBridge cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractListeningExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/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.Nonnull [WARNING] /home/jenkins/agent/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.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.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.collect.LexicographicalOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LexicographicalOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LexicographicalOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closeables cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closeables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closeables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.cache.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MoreCollectors$ToOptionalState cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 com.github.dockerjava.api.command.RemoveNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.SipHashFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.SipHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.SipHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.JdkPattern cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.JdkPattern cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.AttachContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.AttachContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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 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.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.ImmutableMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.base.FinalizablePhantomReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizablePhantomReference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizablePhantomReference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ContainerDiffCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ContainerDiffCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BoundType cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BoundType cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.base.Joiner$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.hash.ImmutableSupplier cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ImmutableSupplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.hash.ChecksumHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ChecksumHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.hash.Hashing$ConcatenatedHashFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractCompositeHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractCompositeHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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 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 com.github.dockerjava.api.command.CommitCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CommitCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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 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.util.concurrent.ForwardingListenableFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingListenableFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 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.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.reflect.TypeResolver$WildcardCapturer cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.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.math.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.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.TypeQualifierDefault [WARNING] /home/jenkins/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.io.BaseEncoding cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.BaseEncoding cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SettableFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SettableFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SettableFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.primitives.Ints cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Ints cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Ints cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.io.MultiInputStream cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyContiguousSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyContiguousSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyContiguousSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.collect.SortedMultisets cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.collect.ComputationException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComputationException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComputationException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.util.concurrent.AtomicDoubleArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDoubleArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 com.github.dockerjava.api.command.InspectSwarmNodeCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectSwarmNodeCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.math.BigDecimalMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.BigDecimalMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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 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.util.concurrent.ForwardingBlockingQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.AbstractMapBasedMultimap$WrappedCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.graph.GraphConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.AbstractMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.github.dockerjava.core.DefaultDockerClientConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DefaultDockerClientConfig cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.cache.CacheBuilderSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ImmutableTypeToInstanceMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ImmutableTypeToInstanceMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ImmutableTypeToInstanceMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.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.SmoothRateLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SmoothRateLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.RateLimiter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.util.concurrent.AbstractTransformFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.ImmutableMapEntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntrySet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntrySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.AuthConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeResolver cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeResolver cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.DescendingImmutableSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$Itr cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.graph.AbstractBaseGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractBaseGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Platform cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Platform cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Platform cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Mount cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionError cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionError cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionError cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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 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.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.base.Optional$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveConfigCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveConfigCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.EventType cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.eventbus.AllowConcurrentEvents cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.AllowConcurrentEvents cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 com.github.dockerjava.api.command.CreateNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.collect.LinkedHashMultimap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/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.collect.MapMaker cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMaker cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMaker cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingObject cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingObject cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntry$NonTerminalImmutableBiMapEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.io.MoreFiles cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MoreFiles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MoreFiles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableDoubleArray cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableDoubleArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableDoubleArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.AbstractTable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.ForwardingImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SimpleTimeLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SimpleTimeLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SimpleTimeLimiter cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 com.github.dockerjava.api.command.RestartContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RestartContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberExceptionContext cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberExceptionContext cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.util.concurrent.JdkFutureAdapters cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.JdkFutureAdapters cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.CacheBuilderSpec$ValueParser cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Dispatcher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Dispatcher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.collect.Collections2$FilteredCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.math.StatsAccumulator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.StatsAccumulator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.escape.CharEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.reflect.Types cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectCollectors cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectCollectors cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.Synchronized$SynchronizedQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.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.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.graph.UndirectedGraphConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedGraphConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedGraphConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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 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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.io.LineReader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineReader cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineReader cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostSpecifier cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostSpecifier cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostSpecifier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.graph.GraphBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.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.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.util.concurrent.AggregateFutureState cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.internal.Finalizer cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$EntryFunction$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.io.AppendableWriter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.AppendableWriter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.AppendableWriter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LittleEndianDataOutputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LittleEndianDataOutputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Optional cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Optional cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Optional cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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 com.github.dockerjava.api.command.UnpauseContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UnpauseContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedMultiNetworkConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedMultiNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedMultiNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.util.concurrent.Service cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Service cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$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.math.ToDoubleRounder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.ToDoubleRounder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.math.IntMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.IntMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeoutFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeoutFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeoutFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FluentFuture$TrustedFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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 com.github.dockerjava.api.model.SwarmCAConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedAsMapValues cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakAccessWriteEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$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.io.TempFileCreator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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 com.github.dockerjava.api.command.TopContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.TopContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Absent cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Absent cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Absent cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 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.graph.StandardNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeBasedTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeBasedTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeBasedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLong cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLong cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLong cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractNavigableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.html.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.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.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 com.github.dockerjava.api.command.ExecCreateCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ExecCreateCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs$TransposedValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.collect.MapMakerInternalMap$WriteThroughEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashCode cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashCode cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashCode cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ReferenceEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ReferenceEntry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ReferenceEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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$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.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.io.ReaderInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ReaderInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap$Entries cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.collect.DenseImmutableTable$Row cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableCollection cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableCollection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.ImmutableSortedMapFauxverideShim cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMapFauxverideShim cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.graph.ForwardingGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$AsMap$1ValuesImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractUndirectedNetworkConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractUndirectedNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractUndirectedNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.util.concurrent.AtomicDouble cannot find class com.google.j2objc.annotations.ReflectionSupport [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDouble cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDouble cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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$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 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.DescendingImmutableSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedSortedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingCondition cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingCondition cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.primitives.ImmutableIntArray cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableIntArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableIntArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.Maps$11 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.Multimaps$CustomSortedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.containers.VncRecordingContainer$VncRecordingFormat$1 cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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 com.github.dockerjava.api.command.SaveImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.SaveImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.hash.Java8Compatibility cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Java8Compatibility cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.github.dockerjava.core.command.LogSwarmObjectImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 com.github.dockerjava.api.command.InspectNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Joiner cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.escape.Platform cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Platform cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.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 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 com.github.dockerjava.api.command.TagImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.TagImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReferenceQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReferenceQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.graph.ImmutableGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.math.PairedStats cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStats cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStats cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.ConsumingQueueIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConsumingQueueIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConsumingQueueIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.util.concurrent.ServiceManager cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ServiceManager cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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 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.math.DoubleUtils cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.DoubleUtils cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractNonStreamingHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractNonStreamingHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.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.util.concurrent.WrappingScheduledExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.WrappingScheduledExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.GwtFuturesCatchingSpecialization cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.GwtFuturesCatchingSpecialization cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.cache.RemovalCause cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalCause cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.collect.StandardTable$Column$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.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.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.hash.Crc32cHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Crc32cHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.SortedMapDifference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMapDifference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableScheduledFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableScheduledFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 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.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.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 com.github.dockerjava.api.command.InspectContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.AbstractCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.AbstractCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator$JavaNioCreator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator$JavaNioCreator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.graph.ValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.graph.ImmutableNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReferenceQueue$SystemLoader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.io.CharSink cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSink cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$BiMapConverter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.collect.CompactHashing cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashing cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashing cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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 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.graph.ImmutableValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.primitives.ShortsMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ShortsMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.ForwardingLock cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingLock cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.Sets$3$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.collect.ImmutableSetMultimap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.util.concurrent.Futures$FutureCombiner$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Flushables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Flushables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.DockerHttpClient$Response cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.DockerHttpClient$Response cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.collect.HashBasedTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBasedTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBasedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultisetGwtSerializationDependencies cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultisetGwtSerializationDependencies cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.collect.ImmutableSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.Version cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hashing$Crc32cMethodHandles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hashing$Crc32cMethodHandles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.base.ExtraObjectsMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.ExtraObjectsMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.io.ByteArrayDataInput cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataInput cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataInput cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableClassToInstanceMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableClassToInstanceMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableClassToInstanceMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InetAddresses$TeredoInfo cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.graph.DirectedGraphConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.WaitContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.WaitContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.collect.CompactHashMap$EntrySetView cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.eventbus.Subscribe cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Subscribe cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.ForwardingImmutableList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 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 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 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.io.CountingInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CountingInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharStreams$NullWriter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$TemporaryPair cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.ForwardingNavigableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ForwardingLoadingCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ForwardingLoadingCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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 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.base.Stopwatch cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Stopwatch cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/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.meta.TypeQualifierNickname [WARNING] /home/jenkins/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.reflect.Reflection cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Reflection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AllEqualOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AllEqualOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AllEqualOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ReverseNaturalOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ReverseNaturalOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedExecutionException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedExecutionException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedExecutionException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.command.UpdateContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RowSortedTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RowSortedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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 com.github.dockerjava.api.command.StatsCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StatsCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.io.ByteStreams$ByteArrayDataInputStream cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.primitives.UnsignedLongs cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLongs cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.collect.BaseImmutableMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BaseImmutableMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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 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.meta.TypeQualifierDefault [WARNING] /home/jenkins/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.collect.RegularImmutableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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 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.CombinedFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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 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.util.concurrent.MoreExecutors cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.MoreExecutors cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.MoreExecutors cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$MapEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.util.concurrent.AtomicLongMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicLongMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicLongMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 com.github.dockerjava.api.model.LogConfig$LoggingType cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Ascii cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Ascii cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.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.util.concurrent.RateLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.RateLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.util.concurrent.Atomics cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Atomics cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Atomics cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RootFS cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.util.concurrent.ListenableFutureTask cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableFutureTask cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableFutureTask cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Partially cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Partially cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.eventbus.SubscriberRegistry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberRegistry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberRegistry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementOrder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementOrder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementOrder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableList$ReverseImmutableList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Verify cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Verify cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Verify cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaperBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaperBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.io.TempFileCreator$JavaNioCreator$PermissionSupplier cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator$JavaNioCreator$PermissionSupplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.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.io.LittleEndianDataInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LittleEndianDataInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliterator$Factory cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 com.github.dockerjava.api.command.ExecStartCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ExecStartCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncaughtExceptionHandlers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncaughtExceptionHandlers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.NullsFirstOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsFirstOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsFirstOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.collect.SortedLists$KeyPresentBehavior$2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.escape.UnicodeEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.UnicodeEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/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.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 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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TableCollectors cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 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.base.Splitter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Splitter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.JdkBackedImmutableBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncCallable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncCallable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.FloatsMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.FloatsMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ObjectArrays cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.Cache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Cache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Cache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InitializeSwarmCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Interners cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Interners cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Bytes cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Bytes cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableListIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Platform cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Platform cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$WildcardTypeImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.Nonnull [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.eventbus.AsyncEventBus cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.AsyncEventBus cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.util.concurrent.ClosingFuture$ClosingCallable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.primitives.Shorts$ShortArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.math.Quantiles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Quantiles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmDispatcherConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Java8Compatibility cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Java8Compatibility cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.primitives.Floats cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Floats cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Floats cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.collect.TreeRangeMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmVersion cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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$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.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.net.InetAddresses cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InetAddresses cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InetAddresses cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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 com.github.dockerjava.api.model.BlkioStatsConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Throwables cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Throwables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Throwables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapKeySet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapKeySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.SortedLists$KeyPresentBehavior$3 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.ForwardingConcurrentMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingConcurrentMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingConcurrentMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.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 com.github.dockerjava.api.command.StartContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StartContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.StandardRowSortedTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardRowSortedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeParameter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeParameter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeParameter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodeManagerStatus cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectPreconditions cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectPreconditions cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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$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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.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.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 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.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 com.github.dockerjava.api.command.RemoveImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.eventbus.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$ImmutableCell cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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 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 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.util.concurrent.FluentFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FluentFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.RecursiveDeleteOption cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.RecursiveDeleteOption cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInts cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInts cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.escape.Escaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.TreeRangeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.cache.LongAddables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAddables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.reflect.IgnoreJRERequirement cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.IgnoreJRERequirement cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.graph.AbstractValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Comparators cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$Cancellation cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/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 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.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.reflect.Types$GenericArrayTypeImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.images.ImageData cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.base.Converter$ConverterComposition cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EvictingQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EvictingQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.reflect.Invokable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashingInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashingInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakWriteEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.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 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.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$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.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.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.graph.MapIteratorCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapIteratorCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapIteratorCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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 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.graph.EndpointPairIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPairIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPairIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedIterable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedIterable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner2$ClosingFunction2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.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 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.hash.Funnels cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Funnels cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.Supplier cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Supplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/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.util.concurrent.AggregateFutureState$AtomicHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableSoftReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableSoftReference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableSoftReference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.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 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.collect.ArrayTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DockerClientImpl cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DockerClientImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.util.concurrent.Futures cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Futures cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Futures cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConstants cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConstants cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingBlockingDeque cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingBlockingDeque cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingBlockingDeque cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.LeaveSwarmCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.util.concurrent.Monitor cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Monitor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Monitor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.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.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.hash.AbstractByteHasher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractByteHasher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$MethodInvokable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$MethodInvokable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$MethodInvokable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.io.InsecureRecursiveDeleteException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.InsecureRecursiveDeleteException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.InsecureRecursiveDeleteException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.graph.MutableGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SparseImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SparseImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.net.HttpHeaders cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HttpHeaders cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.Synchronized$SynchronizedNavigableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.MessageDigestHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.MessageDigestHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.ImmutableMapValues cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapValues cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapValues cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 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.base.Suppliers$SupplierFunctionImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.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 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.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest cannot find class javax.annotation.concurrent.Immutable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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 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 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.collect.SingletonImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.io.IgnoreJRERequirement cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.IgnoreJRERequirement cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$Row cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableEntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.cache.RemovalNotification cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalNotification cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalNotification cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UsingToStringOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UsingToStringOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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 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 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.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.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.collect.SingletonImmutableList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.ArrayTable$ArrayMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 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.AbstractMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable$Column cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.xml.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.hash.LongAddable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAddable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInteger cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInteger cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInteger cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.util.concurrent.AbstractIdleService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractIdleService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.EventBus cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.EventBus cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractScheduledService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractScheduledService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.primitives.SignedBytes cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.SignedBytes cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.PostgreSQLR2DBCDatabaseContainerProvider cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.PostgreSQLR2DBCDatabaseContainerProvider cannot find class com.google.auto.service.AutoService [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Callables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Callables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Callables cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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 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.graph.DirectedGraphConnections$NodeConnection$Succ cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.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.google.common.graph.MapRetrievalCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapRetrievalCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapRetrievalCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.collect.FilteredSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.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.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.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 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.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.collect.CartesianList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CartesianList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CartesianList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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 com.github.dockerjava.api.command.DisconnectFromNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.DisconnectFromNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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 com.github.dockerjava.api.command.InspectServiceCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectServiceCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LoadImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LoadImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.WrappingExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.WrappingExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PauseContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PauseContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileWriteMode cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileWriteMode cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.util.concurrent.GwtFluentFutureCatchingSpecialization cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /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.EmptyImmutableSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyImmutableSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RenameContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RenameContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.cache.RemovalListener cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalListener cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CommonMatcher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CommonMatcher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Statistics cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableLongArray cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableLongArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableLongArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.base.PairwiseEquivalence cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.PairwiseEquivalence cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.PairwiseEquivalence cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.Collections2$OrderedPermutationIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.io.CountingOutputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CountingOutputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.graph.AbstractDirectedNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractDirectedNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.graph.DirectedGraphConnections$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.io.Java8Compatibility cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Java8Compatibility cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.reflect.TypeResolver$TypeVariableKey cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.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.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.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.IgnoreJRERequirement cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.IgnoreJRERequirement cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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 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 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.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/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.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$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.Serialization cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Serialization cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.MinMaxPriorityQueue$QueueIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.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.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.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.util.concurrent.ImmediateFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ImmediateFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ImmediateFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.GwtTransient cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.GwtTransient cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.collect.ImmutableRangeMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.PrimitiveSink cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.PrimitiveSink cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Device cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/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.util.concurrent.FluentFuture$TrustedFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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$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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 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.collect.Lists$TwoPlusArrayList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.io.CharSequenceReader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSequenceReader cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSequenceReader cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ServiceModeConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.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.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.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 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.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.net.HostAndPort cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostAndPort cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostAndPort cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.utility.TestcontainersConfiguration cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableWeakReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableWeakReference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableWeakReference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.TreeRangeMap$SubRangeMap$SubRangeMapAsMap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.SingletonImmutableBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Count cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Count cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Count cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.base.VerifyException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.VerifyException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.VerifyException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryMap$EntrySet$1$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.util.concurrent.ListenableFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableDoubleArray$AsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/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.meta.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.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.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.graph.StandardValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeLimiter cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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$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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.primitives.Primitives cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Primitives cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ThreadFactoryBuilder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ThreadFactoryBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ThreadFactoryBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.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.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.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 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 com.github.dockerjava.api.command.PushImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PushImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.util.concurrent.AggregateFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.net.PercentEscaper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.PercentEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.PercentEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.VersionComponent cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.collect.ImmutableListMultimap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.collect.ImmutableEnumSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.collect.ImmutableSortedSetFauxverideShim cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedSetFauxverideShim cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/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.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.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.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.util.concurrent.ForwardingFluentFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFluentFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFluentFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.PeerNode cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.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.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.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.collect.ImmutableMultimap$Values cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.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.Nonnull [WARNING] /home/jenkins/agent/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 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.escape.ArrayBasedEscaperMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedEscaperMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.primitives.Shorts cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Shorts cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingDeque cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingDeque cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingDeque cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.net.MediaType cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.MediaType cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.MediaType cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.collect.RangeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.collect.MapMakerInternalMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.hash.Hashing cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hashing cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.collect.MapMakerInternalMap$StrongKeyStrongValueSegment cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Enums cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Enums cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ContiguousSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ContiguousSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.FutureCallback cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FutureCallback cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FutureCallback cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalListeners cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalListeners cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Parameter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Parameter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Parameter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.collect.ImmutableSortedAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedAsList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedAsList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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 com.github.dockerjava.api.command.ListVolumesCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyImmutableListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyImmutableListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.CpuUsageConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.RemoveSwarmNodeCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.RemoveSwarmNodeCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.math.LongMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LongMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierDefault [WARNING] /home/jenkins/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.base.Utf8 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Utf8 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.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.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.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.primitives.Chars cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Chars cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiReader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiReader cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiReader cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.WaitContainerResultCallback cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.BaseGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.BaseGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.collect.MinMaxPriorityQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MinMaxPriorityQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MinMaxPriorityQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsLastOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsLastOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsLastOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.util.concurrent.OverflowAvoidingLockSupport cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.OverflowAvoidingLockSupport cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.OverflowAvoidingLockSupport cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.ImmutableSetMultimap$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.primitives.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ResizeContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ResizeContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedTimeoutException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedTimeoutException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedTimeoutException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.primitives.DoublesMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.DoublesMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedBytes cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedBytes cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.meta.TypeQualifierNickname [WARNING] /home/jenkins/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner2$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.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.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.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.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 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.collect.MutableClassToInstanceMap$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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$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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.collect.MapDifference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapDifference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapDifference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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 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.Interner cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Interner cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.Streams cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.IgnoreJRERequirement cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.IgnoreJRERequirement cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraphBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraphBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 com.github.dockerjava.api.command.InspectExecCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectExecCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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$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.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 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.base.CommonPattern cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CommonPattern cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.base.Objects cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Objects cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Objects cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.KillContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.KillContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAdder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAdder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.net.UrlEscapers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.UrlEscapers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.collect.RegularContiguousSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularContiguousSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularContiguousSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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.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.graph.DirectedGraphConnections$2$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheStats cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheStats cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheStats cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Strings cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Strings cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Strings cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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 com.github.dockerjava.api.command.CopyArchiveFromContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CopyArchiveFromContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.api.command.RemoveSecretCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveSecretCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashingOutputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashingOutputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.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$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.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.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.collect.ImmutableSortedMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.hash.Murmur3_128HashFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_128HashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_128HashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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 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 com.github.dockerjava.api.command.BuildImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.BuildImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$7 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.Maps$3 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 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.graph.StandardMutableGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.base.Suppliers$ThreadSafeSupplier cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.escape.Escapers cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LittleEndianByteArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LittleEndianByteArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [WARNING] /home/jenkins/agent/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.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.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 com.github.dockerjava.api.model.EventActor cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence$EquivalentToPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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 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.util.concurrent.ListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListeningExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.PatternFilenameFilter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.PatternFilenameFilter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.util.concurrent.FuturesGetChecked cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FuturesGetChecked cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FuturesGetChecked cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FuturesGetChecked cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$NodeConnection$Pred cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Queues cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Queues cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.containers.ComposeContainer cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.util.concurrent.Internal cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Internal cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedIterables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedIterables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.StandardSystemProperty cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.StandardSystemProperty cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.StandardSystemProperty cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAddables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAddables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$ColumnKeyIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.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.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.Sets$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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$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.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.hash.Murmur3_32HashFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_32HashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_32HashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.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.ImmutableBiMapFauxverideShim cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableBiMapFauxverideShim cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$4 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.AbstractMapBasedMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/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.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.base.PatternCompiler cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.PatternCompiler cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectConfigCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectConfigCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.HashBiMap$KeySet$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.util.concurrent.ListeningScheduledExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListeningScheduledExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.primitives.IntsMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.IntsMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.util.concurrent.ForwardingListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingListeningExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.hash.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.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.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.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.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.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.util.concurrent.FakeTimeLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FakeTimeLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FakeTimeLimiter cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Hashing cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Hashing cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Hashing cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.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.cache.Striped64 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Striped64 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for 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.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.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.collect.Range cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Range cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Range cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.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.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/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.TypeQualifierDefault [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.0.0:resolve (resolve-test) @ rest.gateway --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',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.0,3.0.1)',jakarta.ws.rs-api;version='[3.1.0,3.1.1)',jakarta.xml.bind-api;version='[3.0.1,3.0.2)',javassist;version='[3.28.0,3.28.1)',junit-jupiter-api;version='[5.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',net.bytebuddy.byte-buddy;version='[1.12.13,1.12.14)',net.bytebuddy.byte-buddy-agent;version='[1.12.13,1.12.14)',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.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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.1)',org.eclipse.jetty.http;version='[11.0.12,11.0.13)',org.eclipse.jetty.io;version='[11.0.12,11.0.13)',org.eclipse.jetty.security;version='[11.0.12,11.0.13)',org.eclipse.jetty.server;version='[11.0.12,11.0.13)',org.eclipse.jetty.servlet;version='[11.0.12,11.0.13)',org.eclipse.jetty.util;version='[11.0.12,11.0.13)',org.eclipse.parsson.jakarta.json;version='[1.1.5,1.1.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.dto;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.filter;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway-tests;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.history.history-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.history.timescale-provider;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component;version='[5.0.0,5.0.1)',org.gecko.rest.jersey;version='[6.0.0,6.0.1)',org.gecko.rest.jersey.config;version='[6.0.0,6.0.1)',org.gecko.rest.jersey.jetty;version='[6.0.0,6.0.1)',org.gecko.rest.jersey.sse;version='[6.0.0,6.0.1)',org.glassfish.hk2.api;version='[3.0.3,3.0.4)',org.glassfish.hk2.external.aopalliance-repackaged;version='[3.0.3,3.0.4)',org.glassfish.hk2.locator;version='[3.0.3,3.0.4)',org.glassfish.hk2.osgi-resource-locator;version='[1.0.3,1.0.4)',org.glassfish.hk2.utils;version='[3.0.3,3.0.4)',org.glassfish.jersey.containers.jersey-container-servlet;version='[3.0.8,3.0.9)',org.glassfish.jersey.containers.jersey-container-servlet-core;version='[3.0.8,3.0.9)',org.glassfish.jersey.core.jersey-client;version='[3.0.8,3.0.9)',org.glassfish.jersey.core.jersey-common;version='[3.0.8,3.0.9)',org.glassfish.jersey.core.jersey-server;version='[3.0.8,3.0.9)',org.glassfish.jersey.inject.jersey-hk2;version='[3.0.8,3.0.9)',org.glassfish.jersey.media.jersey-media-jaxb;version='[3.0.8,3.0.9)',org.glassfish.jersey.media.jersey-media-sse;version='[3.0.8,3.0.9)',org.locationtech.spatial4j;version='[0.8.0,0.8.1)',org.mockito.junit-jupiter;version='[4.7.0,4.7.1)',org.mockito.mockito-core;version='[4.7.0,4.7.1)',org.objectweb.asm;version='[9.3.0,9.3.1)',org.objenesis;version='[3.2.0,3.2.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',org.osgi.test.junit5.cm;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)',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: [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 com.fasterxml.jackson.core.jackson-annotations:2.16.1 (1) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-core:2.16.1 (2) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-databind:2.16.1 (3) : active [DEBUG] Adding bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310:2.16.1 (4) : active [DEBUG] Adding bundle com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-base:2.16.1 (5) : active [DEBUG] Adding bundle com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider:2.16.1 (6) : active [DEBUG] Adding bundle com.sun.jna:5.12.1 (7) : starting [DEBUG] Adding bundle io.dropwizard.metrics.core:4.2.19 (8) : active [DEBUG] Adding bundle jakarta.activation-api:2.1.0 (9) : active [DEBUG] Adding bundle jakarta.annotation-api:2.1.1 (10) : active [DEBUG] Adding bundle jakarta.inject.jakarta.inject-api:2.0.1 (11) : active [DEBUG] Adding bundle jakarta.validation.jakarta.validation-api:3.0.0 (12) : active [DEBUG] Adding bundle jakarta.ws.rs-api:3.1.0 (13) : active [DEBUG] Adding bundle jakarta.xml.bind-api:3.0.1 (14) : active [DEBUG] Adding bundle javassist:3.28.0.GA (15) : active [DEBUG] Adding bundle junit-jupiter-api:5.9.0 (16) : active [DEBUG] Adding bundle junit-jupiter-engine:5.9.0 (17) : active [DEBUG] Adding bundle junit-jupiter-params:5.9.0 (18) : active [DEBUG] Adding bundle junit-platform-commons:1.9.0 (19) : active [DEBUG] Adding bundle junit-platform-engine:1.9.0 (20) : active [DEBUG] Adding bundle junit-platform-launcher:1.9.0 (21) : active [DEBUG] Adding bundle net.bytebuddy.byte-buddy:1.12.13 (22) : active [DEBUG] Adding bundle net.bytebuddy.byte-buddy-agent:1.12.13 (23) : active [DEBUG] Adding bundle org.antlr.antlr4-runtime:4.12.0 (24) : active [DEBUG] Adding bundle org.apache.aries.component-dsl.component-dsl:1.2.2 (25) : active [DEBUG] Adding bundle org.apache.aries.typedevent.bus:0.0.2.202303140456 (27) : active [DEBUG] Adding bundle org.apache.commons.commons-compress:1.24.0 (28) : active [DEBUG] Adding bundle org.apache.felix.cm.json:2.0.0 (29) : active [DEBUG] Adding bundle org.apache.felix.configadmin:1.9.24 (30) : active [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (31) : starting [DEBUG] Started services listener for configurator. [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (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.apache.servicemix.bundles.junit:4.13.2.1 (34) : starting [DEBUG] Adding bundle org.apache.servicemix.bundles.junit:4.13.2.1 (34) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.28.0.v20230223-0922 (35) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (36) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (37) : starting Jan 24, 2024 6:21:50 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http.Http1FieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.eclipse.jetty.ht[DtEBUG] Adding bundle po rg.eclipse.jetty.http:11.0.12 (38) : starting [DEBUG] Adding bundle org.eclipse.jetty.http:11.0.12 (38) : active [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.12 (39) : starting [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.12 (39) : active [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.12 (40) : starting [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.12 (40) : active [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.12 (41) : starting [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.12 (41) : active [DEBUG] Adding bundle org.eclipse.jetty.servlet:11.0.12 (42) : starting [DEBUG] Adding bundle org.eclipse.jetty.servlet:11.0.12 (42) : active [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.12 (43) : starting [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.12 (43) : active [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (44) : starting [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (44) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202401241813 (45) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202401241813 (45) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202401241813 (46) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202401241813 (46) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202401241813 (47) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202401241813 (47) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202401241813 (48) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202401241813 (48) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202401241813 (49) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202401241813 (49) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202401241813 (50) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202401241813 (50) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.28.0.v20230223-0922 (35) : starting [DEBUG] Adding bundle org.eclipse.emf.common:2.28.0.v20230223-0922 (35) : active [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (36) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.33.0.v20230226-0921 (36) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202401241813 (51) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202401241813 (51) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202401241817 (52) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202401241817 (52) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.dto:0.0.2.202401241821 (53) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.dto:0.0.2.202401241821 (53) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.filter:0.0.2.202401241821 (54) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.filter:0.0.2.202401241821 (54) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api:0.0.2.202401241821 (55) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api:0.0.2.202401241821 (55) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway:0.0.2.202401241821 (56) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway:0.0.2.202401241821 (56) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.history-api:0.0.2.202401241816 (58) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.history-api:0.0.2.202401241816 (58) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.timescale-provider:0.0.2.202401241816 (59) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.timescale-provider:0.0.2.202401241816 (59) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component:5.0.0 (60) : starting [DEBUG] Adding bundle org.gecko.emf.osgi.component:5.0.0 (60) : active [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (37) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.18.0.v20230211-1150 (37) : active Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Jan 24, 2024 6:21:51 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.ClientBuilderService of service jakarta.ws.rs.client.ClientBuilder in bundle org.gecko.rest.jersey Jan 24, 2024 6:21:51 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.gecko.rest.jersey Jan 24, 2024 6:21:51 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.gecko.rest.jersey[DEBUG] Addin g bundle org.gecko.rest.jersey:6.0.0.RC1 (61) : starting [DEBUG] Adding bundle org.gecko.rest.jersey:6.0.0.RC1 (61) : active [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (68) : starting [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (68) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.0.8 (72) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.0.8 (72) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.0.8 (73) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.0.8 (73) : active [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.0.8 (75) : starting [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.0.8 (75) : active Jan 24, 2024 6:21:51 PM org.gecko.rest.jersey.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition [DEBUG] Adding bundle org.gecko.rest.jersey.jetty:6.0.0.RC1 (63) : starting [DEBUG] Adding bundle org.gecko.rest.jersey.jetty:6.0.0.RC1 (63) : active Jan 24, 2024 6:21:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensorthings Jan 24, 2024 6:21:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addExtension INFO: Added extension sid_50 name: OptionalResponse Filter Jan 24, 2024 6:21:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensorthings class org.gecko.rest.jersey.util.OptionalResponseFilter Jan 24, 2024 6:21:51 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_39 Jan 24, 2024 6:21:51 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.gecko.rest.jersey.util.OptionalResponseFilter in the application sid_39 Jan 24, 2024 6:21:51 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name OptionalResponse Filter id sid_50 rank -2147483648 [main] WARN org.eclipse.jetty.server.handler.ContextHandler - Empty contextPath [main] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 Jan 24, 2024 6:21:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:21:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:21: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.DatastreamsAccess.getDatastreamObservationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.HistoricalLocationsAccess.getHistoricalLocationLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.LocationsAccess.getLocationThingsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.LocationsAccess.getLocationHistoricalLocationsRef(java.lang.String), is not resolvable to a concrete type. [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1a7163e3{/,null,AVAILABLE} Jan 24, 2024 6:21:52 PM org.gecko.rest.jersey.jetty.JettyServerRunnable run INFO: Started Jersey server at port 8185 successfully try http://localhost:8185 Jan 24, 2024 6:21:52 PM org.gecko.rest.jersey.jetty.JettyServerRunnable$1 lifeCycleStarting INFO: lifeCycleStarting [pool-8-thread-1] INFO org.eclipse.jetty.server.Server - jetty-11.0.12; built: 2022-09-14T02:38:00.723Z; git: d5b8c29485f5f56a14be5f20c2ccce81b93c5555; jvm 17.0.9+9 [pool-8-thread-1] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@5ed4bc{HTTP/1.1, (http/1.1)}{0.0.0.0:8185} [pool-8-thread-1] INFO org.eclipse.jetty.server.Server - Started Server@2af09b13{STARTING}[11.0.12,sto=0] @3014ms Jan 24, 2024 6:21:52 PM org.gecko.rest.jersey.jetty.JettyServerRunnable$1 lifeCycleStarted INFO: lifeCycleStarted Jan 24, 2024 6:21:52 PM org.gecko.rest.jersey.jetty.JerseyServiceRuntime startServer INFO: Started Jakartars whiteboard server for port: 8185 and context: / [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.3 (65) : starting [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.3 (65) : active [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.3 (66) : starting [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.3 (66) : active [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.3 (67) : starting [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.3 (67) : active [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.3 (69) : starting [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.3 (69) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.0.8 (70) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.0.8 (70) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.0.8 (71) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.0.8 (71) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.0.8 (74) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.0.8 (74) : active [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.0.8 (76) : starting [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.0.8 (76) : active [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-sse:3.0.8 (77) : starting [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-sse:3.0.8 (77) : active [DEBUG] Adding bundle org.locationtech.spatial4j:0.8.0 (78) : starting [DEBUG] Adding bundle org.locationtech.spatial4j:0.8.0 (78) : active [DEBUG] Adding bundle org.mockito.junit-jupiter:4.7.0 (79) : starting [DEBUG] Adding bundle org.mockito.junit-jupiter:4.7.0 (79) : active [DEBUG] Adding bundle org.mockito.mockito-core:4.7.0 (80) : starting [DEBUG] Adding bundle org.mockito.mockito-core:4.7.0 (80) : active [DEBUG] Adding bundle org.objectweb.asm:9.3.0 (81) : starting [DEBUG] Adding bundle org.objectweb.asm:9.3.0 (81) : active [DEBUG] Adding bundle org.objenesis:3.2.0 (82) : starting [DEBUG] Adding bundle org.objenesis:3.2.0 (82) : active [DEBUG] Adding bundle org.opentest4j:1.2.0 (83) : starting [DEBUG] Adding bundle org.opentest4j:1.2.0 (83) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (84) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (84) : active [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202211071920-RC1 (85) : starting [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202211071920-RC1 (85) : active [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (86) : starting [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (86) : active [DEBUG] Adding bundle org.osgi.test.common:1.2.1 (87) : starting [DEBUG] Adding bundle org.osgi.test.common:1.2.1 (87) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.2.1 (88) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.2.1 (88) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.2.1 (89) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.2.1 (89) : active [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (90) : starting [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (90) : active [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (91) : starting [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (91) : active [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202211071920-RC1 (92) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202211071920-RC1 (92) : active [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (93) : starting [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (93) : active [DEBUG] Adding bundle org.postgresql.jdbc:42.5.1 (94) : starting [DEBUG] Adding bundle org.postgresql.jdbc:42.5.1 (94) : active [DEBUG] Adding bundle slf4j.api:1.7.36 (95) : starting [DEBUG] Adding bundle slf4j.api:1.7.36 (95) : active [DEBUG] Adding bundle slf4j.simple:1.7.36 (96) : starting [DEBUG] Adding bundle slf4j.simple:1.7.36 (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 [main] INFO org.apache.aries.tx.control.service.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 Jan 24, 2024 6:21:52 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.Bundle[DEEBUG] ngAdding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (99) : starting ine 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 (99) : active [DEBUG] Adding bundle com.sun.jna:5.12.1 (7) : starting [DEBUG] Adding bundle com.sun.jna:5.12.1 (7) : active [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]) [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. Jan 24, 2024 6:21:57 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content OptionalResponse Filter to application sensorthings class org.gecko.rest.jersey.util.OptionalResponseFilter [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ rest.gateway --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ rest.gateway --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 30 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-20240124.181258-51.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-20240124.181258-51.pom (6.6 kB at 157 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-20240124.181258-51.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-20240124.181258-51-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-20240124.181258-51.jar (55 kB at 808 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-20240124.181258-51-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 5.1 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 14 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 2.8 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.sensorthings:mqtt >----- [INFO] Building Sensorthings MQTT 0.0.2-SNAPSHOT [41/68] [INFO] from northbound/sensorthings/mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.16/moquette-broker-0.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.16/moquette-broker-0.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.16/moquette-broker-0.16.pom (8.2 kB at 201 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-parent/0.16/moquette-parent-0.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-parent/0.16/moquette-parent-0.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-parent/0.16/moquette-parent-0.16.pom (9.0 kB at 108 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 144 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 182 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.pom (13 kB at 212 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-parent/4.1.77.Final/netty-parent-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.77.Final/netty-parent-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.77.Final/netty-parent-4.1.77.Final.pom (75 kB at 1.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.pom (1.6 kB at 43 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.pom (1.9 kB at 28 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.pom (1.6 kB at 15 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.pom (3.7 kB at 124 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.pom (4.4 kB at 107 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.pom (3.3 kB at 69 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.pom (2.1 kB at 48 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final.pom (19 kB at 487 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.pom (26 kB at 614 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.pom (2.1 kB at 53 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 32 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 7.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/h2database/h2-mvstore/2.1.212/h2-mvstore-2.1.212.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar (208 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar (9.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar (304 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar (38 kB at 572 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar (481 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar (334 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar (653 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar (337 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar (528 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar (639 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/2.1.212/h2-mvstore-2.1.212.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar (100 kB at 783 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar (38 kB at 289 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar (43 kB at 318 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 2.5 MB/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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar (140 kB at 878 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ mqtt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ mqtt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ mqtt --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ mqtt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/src/test/resources [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.0.0:resolve (resolve-test) @ mqtt --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',com.fasterxml.jackson.datatype.jackson-datatype-jsr310;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',io.netty.buffer;version='[4.1.77,4.1.78)',io.netty.codec;version='[4.1.77,4.1.78)',io.netty.codec-http;version='[4.1.77,4.1.78)',io.netty.codec-mqtt;version='[4.1.77,4.1.78)',io.netty.common;version='[4.1.77,4.1.78)',io.netty.handler;version='[4.1.77,4.1.78)',io.netty.resolver;version='[4.1.77,4.1.78)',io.netty.transport;version='[4.1.77,4.1.78)',io.netty.transport-classes-epoll;version='[4.1.77,4.1.78)',io.netty.transport-native-unix-common;version='[4.1.77,4.1.78)',junit-jupiter-api;version='[5.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',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.28.0,2.28.1)',org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',org.eclipse.emf.ecore.xmi;version='[2.18.0,2.18.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;version='[5.0.0,5.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',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.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.Server - Configuring message interceptors... [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[Eclipse sensiNact Sensorthings subscription listener] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] 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] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.Server - Using default SSL context creator [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=0.0.0.0, port=13579, protocol=TCP MQTT [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensiNact.northbound.sensorthings.mqtt)] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 154 ms [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.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]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.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]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.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]]] [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.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]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.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]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.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]]] [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.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]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.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]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.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]]] [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)?$select=@iot.id,location, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)?$select=@iot.id,location, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.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]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [Eclipse sensiNact Gateway Worker] WARN org.eclipse.sensinact.gateway.northbount.sensorthings.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) [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.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]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)?$select=@iot.id,location, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)?$select=@iot.id,location, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.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]]] [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.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]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.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]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.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]]] [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.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]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.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]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.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]]] [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.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]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.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]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-4] INFO io.moquette.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]]] [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-4] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-1] INFO io.moquette.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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-2] INFO io.moquette.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]]] [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-2] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [nioEventLoopGroup-3-3] INFO io.moquette.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]]] [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)/name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo), qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)?$select=@iot.id,name, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [pool-4-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-3] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ mqtt --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 28 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-20240124.181258-40.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-20240124.181258-40.pom (2.7 kB at 36 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-20240124.181258-40.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-20240124.181258-40-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-20240124.181258-40-tests.jar (31 kB at 330 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-20240124.181258-40.jar (263 kB at 2.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/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 6.9 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 19 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 4.4 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.security:openid-connect >-- [INFO] Building SensiNact Northbound Open Id Connect authentication validator 0.0.2-SNAPSHOT [42/68] [INFO] from northbound/security/openid-connect/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ openid-connect --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ openid-connect --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ openid-connect --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ openid-connect --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ openid-connect --- [INFO] Copying 2 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 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.917 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.0.0:resolve (resolve-test) @ openid-connect --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/integration-test.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',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.9.0,5.9.1)',junit-jupiter-engine;version='[5.9.0,5.9.1)',junit-jupiter-params;version='[5.9.0,5.9.1)',junit-platform-commons;version='[1.9.0,1.9.1)',junit-platform-engine;version='[1.9.0,1.9.1)',junit-platform-launcher;version='[1.9.0,1.9.1)',net.bytebuddy.byte-buddy;version='[1.12.13,1.12.14)',net.bytebuddy.byte-buddy-agent;version='[1.12.13,1.12.14)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.jetty.alpn.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.http;version='[11.0.13,11.0.14)',org.eclipse.jetty.io;version='[11.0.13,11.0.14)',org.eclipse.jetty.util;version='[11.0.13,11.0.14)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.authentication-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.openid-connect;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.openid-connect-tests;version='[0.0.2,0.0.3)',org.mockito.junit-jupiter;version='[4.7.0,4.7.1)',org.mockito.mockito-core;version='[4.7.0,4.7.1)',org.objenesis;version='[3.2.0,3.2.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.test.common;version='[1.2.1,1.2.2)',org.osgi.test.junit5;version='[1.2.1,1.2.2)',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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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: [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:42159/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:42803/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:42333/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:40545/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:33233/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:36735/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:42361/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:43581/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:40755/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:41819/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:34703/discovery [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.northbound.auth.oidc~test)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:41281/discovery [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ openid-connect --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ openid-connect --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 103 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-20240124.181258-49.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-20240124.181258-49.pom (2.9 kB at 67 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-20240124.181258-49.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-20240124.181258-49-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-20240124.181258-49.jar (21 kB at 476 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-20240124.181258-49-tests.jar (16 kB at 185 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 6.0 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 6.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/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.7 kB/s) [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.examples:examples >----------- [INFO] Building Prototype examples 0.0.2-SNAPSHOT [43/68] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ examples --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ examples --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/examples/0.0.2-SNAPSHOT/examples-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ examples --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.examples:pull-based >---------- [INFO] Building Example pull-based 0.0.2-SNAPSHOT [44/68] [INFO] from examples/pull-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ pull-based --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ pull-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ pull-based --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ pull-based --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ pull-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ pull-based --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ pull-based --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ pull-based --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ pull-based --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/target/pull-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ pull-based --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ pull-based --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/pull-based/0.0.2-SNAPSHOT/pull-based-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/target/pull-based-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/pull-based/0.0.2-SNAPSHOT/pull-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ pull-based --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.examples:push-based >---------- [INFO] Building Example push-based 0.0.2-SNAPSHOT [45/68] [INFO] from examples/push-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ push-based --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ push-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ push-based --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ push-based --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/pom.xml [2:76]: Invalid property key: `"push"`: << "push" them to sensiNact. These are best for periodic or "pushed" sensor>> [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ push-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ push-based --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ push-based --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ push-based --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ push-based --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/target/push-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ push-based --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ push-based --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/push-based/0.0.2-SNAPSHOT/push-based-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/target/push-based-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/push-based/0.0.2-SNAPSHOT/push-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ push-based --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.examples:reflective >---------- [INFO] Building Example reflective 0.0.2-SNAPSHOT [46/68] [INFO] from examples/reflective/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ reflective --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ reflective --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ reflective --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ reflective --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ reflective --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ reflective --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ reflective --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ reflective --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ reflective --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/target/reflective-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ reflective --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ reflective --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/reflective/0.0.2-SNAPSHOT/reflective-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/target/reflective-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/reflective/0.0.2-SNAPSHOT/reflective-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ reflective --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.examples:model-based >--------- [INFO] Building Example model-based 0.0.2-SNAPSHOT [47/68] [INFO] from examples/model-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ model-based --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ model-based --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ model-based --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ model-based --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ model-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ model-based --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ model-based --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ model-based --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ model-based --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/target/model-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ model-based --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ model-based --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/model-based/0.0.2-SNAPSHOT/model-based-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/target/model-based-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/model-based/0.0.2-SNAPSHOT/model-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ model-based --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.examples:action >------------ [INFO] Building Example action 0.0.2-SNAPSHOT [48/68] [INFO] from examples/action/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ action --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ action --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ action --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ action --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ action --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ action --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ action --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ action --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ action --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/target/action-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ action --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ action --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/action/0.0.2-SNAPSHOT/action-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/target/action-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/action/0.0.2-SNAPSHOT/action-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ action --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.examples:writable >----------- [INFO] Building Example writable 0.0.2-SNAPSHOT [49/68] [INFO] from examples/writable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ writable --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ writable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ writable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ writable --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ writable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ writable --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ writable --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ writable --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ writable --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/target/writable-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ writable --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ writable --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/writable/0.0.2-SNAPSHOT/writable-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/target/writable-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/writable/0.0.2-SNAPSHOT/writable-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ writable --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.examples:generic >----------- [INFO] Building Example generic 0.0.2-SNAPSHOT [50/68] [INFO] from examples/generic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ generic --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ generic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ generic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ generic --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ generic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ generic --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ generic --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ generic --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ generic --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/target/generic-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ generic --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ generic --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/generic/0.0.2-SNAPSHOT/generic-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/target/generic-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/generic/0.0.2-SNAPSHOT/generic-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ generic --- [INFO] Skipping artifact deployment [INFO] [INFO] --------< org.eclipse.sensinact.gateway.examples:notification >--------- [INFO] Building Example notification 0.0.2-SNAPSHOT [51/68] [INFO] from examples/notification/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ notification --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ notification --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ notification --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ notification --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/pom.xml [3:107]: No value specified for key: notifications.. An empty value should be specified as 'notifications.:' or 'notifications.=': << notifications. Bundle-SymbolicName: org.eclipse.sensinact.gateway.examples.notification>> [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ notification --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ notification --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ notification --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ notification --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ notification --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/target/notification-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ notification --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ notification --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/notification/0.0.2-SNAPSHOT/notification-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/target/notification-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/notification/0.0.2-SNAPSHOT/notification-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ notification --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------< org.eclipse.sensinact.gateway:sensinact-bom >------------- [INFO] Building Eclipse sensiNact Bill of Materials 0.0.2-SNAPSHOT [52/68] [INFO] from sensinact-bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sensinact-bom --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ sensinact-bom --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/sensinact-bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-bom/0.0.2-SNAPSHOT/sensinact-bom-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ sensinact-bom --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/0.0.2-SNAPSHOT/maven-metadata.xml (621 B at 8.0 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-20240124.181258-49.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-20240124.181258-49.pom (2.1 kB at 22 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 12 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 5.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 4.3 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.distribution:distribution >------- [INFO] Building Eclipse sensiNact Distribution 0.0.2-SNAPSHOT [53/68] [INFO] from distribution/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ distribution --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ distribution --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/distribution/0.0.2-SNAPSHOT/distribution-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ distribution --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/0.0.2-SNAPSHOT/maven-metadata.xml (633 B at 30 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-20240124.181258-49.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-20240124.181258-49.pom (2.6 kB at 29 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 5.9 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 4.5 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 2.7 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:test-utils >-------- [INFO] Building Eclipse sensiNact Feature Launcher Test Utilities 0.0.2-SNAPSHOT [54/68] [INFO] from distribution/test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test-utils --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ test-utils --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ test-utils --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ test-utils --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.distribution.test-utils-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ test-utils --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.0.0: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 --- [INFO] [JENKINS] Recording test results [INFO] --- install:3.1.1:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ test-utils --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 113 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-20240124.181258-49.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-20240124.181258-49.pom (1.9 kB at 21 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-20240124.181258-49.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-20240124.181258-49-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-20240124.181258-49.jar (8.3 kB at 124 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-20240124.181258-49-tests.jar (2.7 kB at 38 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 31 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/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 20 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 2.8 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:launcher >--------- [INFO] Building Eclipse sensiNact Feature Launcher 0.0.2-SNAPSHOT [55/68] [INFO] from distribution/launcher/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.pom (4.6 kB at 47 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 232 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 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.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 6.2 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ launcher --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ launcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ launcher --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/pom.xml [3:101]: No value specified for key: features. An empty value should be specified as 'features:' or 'features=': << features Bundle-SymbolicName: org.eclipse.sensinact.gateway.distribution.launcher>> [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ launcher --- [INFO] Copying 44 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 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s - in org.eclipse.sensinact.gateway.launcher.FeatureLaunchingTest [INFO] Running org.eclipse.sensinact.gateway.launcher.ConfigurationManagerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.173 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.012 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-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.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 338 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 426 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 2.0 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 310 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.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 8.5 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.resolve/6.4.0/biz.aQute.resolve-6.4.0.jar [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] 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/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 8.7 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 16 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 25 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.4.0/biz.aQute.bnd.embedded-repo-6.4.0.jar (6.0 MB at 73 MB/s) [INFO] Exporting /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/export.bndrun: [INFO] -runbundles: 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='[1.7.36,1.7.37)',slf4j.simple;version='[1.7.36,1.7.37)' [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.0.0: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 299 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 139 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 143 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 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 88 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 866 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.2 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 475 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 229 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 282 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 340 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 2.2 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 110 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 755 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 2.9 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 233 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 338 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 537 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 7.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 10 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 598 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 280 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 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 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 363 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 280 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 1.6 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 309 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 392 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 248 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.5 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 220 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 254 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 418 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 439 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 2.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 641 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 329 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 7.9 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 364 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 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 422 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 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 275 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 194 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 486 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 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 566 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 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 6.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 3.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 6.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 16 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 6.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 5.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 6.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 19 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 19 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 621 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.6 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 434 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 247 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 392 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 231 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 334 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 1.0 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 497 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 237 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 403 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 998 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 353 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 380 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 435 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 1.4 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 2.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 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 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 2.0 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 40 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 124 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 778 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 687 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 16 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 18 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 11 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 668 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 122 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 192 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 18 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 12 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 371 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 250 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.0 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 8.9 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 8.8 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 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 12 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 21 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 15 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 257 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 649 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 6.5 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 212 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 140 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 389 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 713 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 7.6 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 343 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 81 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 495 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 5.5 MB/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 22 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 3.8 MB/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 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.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 2.3 MB/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 1.9 MB/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 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.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 2.7 MB/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 3.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 3.8 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 3.0 MB/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 1.2 MB/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 3.2 MB/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 11 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 3.6 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 11 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 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.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 2.8 MB/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 1.4 MB/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 10 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 1.7 MB/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 2.5 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 235 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 2.9 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 219 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 2.8 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 460 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 808 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 181 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 288 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 129 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 279 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 423 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 351 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 273 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 626 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 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 529 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 566 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 622 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 509 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 4.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.3 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 269 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 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 2.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 18 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar (19 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 5.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-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 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-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 3.5 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-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 8.4 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 843 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 480 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/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 24 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/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 5.6 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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-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/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 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-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 345 kB/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.8 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/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 3.8 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/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 270 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 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 1.9 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 768 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/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/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-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/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 874 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-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 936 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar (37 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar (85 kB at 689 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/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 33 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/maven-model/2.0.5/maven-model-2.0.5.jar (86 kB at 676 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/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 590 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/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 330 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 445 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 950 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 31 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/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.5 MB/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/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 225 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/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 701 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/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 1.6 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/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 163 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.6 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 4.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 8.8 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 532 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 2.3 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 18 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 87 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 383 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 316 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.2 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 815 kB/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 45 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 414 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 361 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 2.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar (59 kB at 7.4 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 386 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.9 MB/s) [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.command:1.1.2:jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom (3.5 kB at 219 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 Jan 24, 2024 6:23:45 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Jan 24, 2024 6:23:46 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 Jan 24, 2024 6:23:46 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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@582cc0a2{/,null,AVAILABLE} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - Started Server@70e7d0a0{STARTING}[11.0.13,sto=0] @1362ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@76f5968b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [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] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Stopped Server@70e7d0a0{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@76f5968b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@582cc0a2{/,null,STOPPED} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@336e5f6d{/,null,AVAILABLE} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Started Server@12333182{STARTING}[11.0.13,sto=0] @1473ms [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@181df8d8{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} [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] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. ____________________________ Welcome to Apache Felix Gogo g! java.io.IOException: Stream closed at java.base/java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:168) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:267) at org.eclipse.sensinact.gateway.feature.utilities.test.InputStreamConsumer.run(InputStreamConsumer.java:86) at java.base/java.lang.Thread.run(Thread.java:840) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.02 s - in org.eclipse.sensinact.gateway.launcher.integration.FeatureLaunchingIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ launcher --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/export.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT-export.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ launcher --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 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-20240124.181258-49.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-20240124.181258-49.pom (5.9 kB at 135 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-20240124.181258-49.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-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49.jar (26 kB at 409 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-20240124.181258-49-tests.jar (56 kB at 679 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-20240124.181258-49-export.jar (2.8 MB at 14 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 10 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 14 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 4.9 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.distribution.features:features >---- [INFO] Building Eclipse sensiNact Features 0.0.2-SNAPSHOT [56/68] [INFO] from distribution/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ features --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/features/0.0.2-SNAPSHOT/features-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ features --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/0.0.2-SNAPSHOT/maven-metadata.xml (638 B at 8.1 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-20240124.181258-49.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-20240124.181258-49.pom (7.2 kB at 111 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 29 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/0.0.2-SNAPSHOT/maven-metadata.xml (638 B at 9.0 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 5.7 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature >-- [INFO] Building Eclipse sensiNact Gogo Shell Feature 0.0.2-SNAPSHOT [57/68] [INFO] from distribution/features/gogo-shell-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 1.0 MB/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 4.6 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 412 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 2.3 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 626 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 4.9 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/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/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.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom (3.5 kB at 3.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar (59 kB at 59 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar (203 kB at 68 MB/s) [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 9.9 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gogo-shell-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ gogo-shell-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ gogo-shell-feature --- [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ gogo-shell-feature --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 815 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 316 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 66 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 2.1 MB/s) [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ gogo-shell-feature --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 338 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.7 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 255 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 299 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 476 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 840 kB/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 532 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.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 202 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 812 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/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 454 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 521 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 447 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.4 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 245 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 173 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.1 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 350 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 349 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 567 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 1.0 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.4 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 121 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.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 11 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 2.4 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 6.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 5.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 1.1 MB/s) [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ gogo-shell-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ gogo-shell-feature --- [INFO] Skipping plugin execution [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ gogo-shell-feature --- [INFO] Skipping plugin execution [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ gogo-shell-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ gogo-shell-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.gogo.GogoFeatureTest Jan 24, 2024 6:23:53 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. ____________________________ Welcome to Apache Felix Gogo [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.398 s - in org.eclipse.sensinact.gateway.feature.integration.gogo.GogoFeatureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ gogo-shell-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/src/main/resources/gogo-shell-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ gogo-shell-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 99 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-20240124.181258-49.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-20240124.181258-49.pom (1.9 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/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49-osgifeature.json (329 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/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240124.181258-49-osgifeaturerepo.zip (275 kB at 2.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/maven-metadata.xml (389 B at 5.6 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 8.1 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 [58/68] [INFO] from distribution/features/core-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ core-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ core-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/api/target/api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/emf-api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/metadata-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar [INFO] Installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.18.0/org.eclipse.emf.ecore.xmi-2.18.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.18.0/org.eclipse.emf.ecore.xmi-2.18.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.jar [INFO] Installing /home/jenkins/.m2/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component/5.0.0/org.gecko.emf.osgi.component-5.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component/5.0.0/org.gecko.emf.osgi.component-5.0.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 Jan 24, 2024 6:23: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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [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|Jakarta JSON Processing API (2.1.3)|2.1.3 2|Resolved | 1|Apache Aries SPI Fly Dynamic Weaving Framework Extension (1.3.7)|1.3.7 3|Active | 1|Apache Felix Configuration Json (2.0.4)|2.0.4 4|Active | 1|Apache Felix Configuration Admin Service (1.9.24)|1.9.24 5|Active | 1|OSGi Feature Model API (1.0.2)|1.0.2 6|Active | 1|Apache Felix Declarative Services (2.2.2)|2.2.2 7|Active | 1|Johnzon :: Core (2.0.0)|2.0.0 8|Active | 1|Eclipse sensiNact Feature Launcher (0.0.2.202401241823)|0.0.2.202401241823 9|Active | 1|org.osgi:org.osgi.service.component (1.5.0.202109301733)|1.5.0.202109301733 10|Active | 1|org.osgi:org.osgi.service.feature (1.0.0.202109301733)|1.0.0.202109301733 11|Active | 1|org.osgi:org.osgi.util.converter (1.0.9.202202082230)|1.0.9.202202082230 12|Active | 1|org.osgi:org.osgi.util.function (1.1.0.201802012106)|1.1.0.201802012106 13|Active | 1|org.osgi:org.osgi.util.promise (1.3.0.202212101352)|1.3.0.202212101352 14|Active | 1|slf4j-api (1.7.36)|1.7.36 15|Active | 1|slf4j-simple (1.7.36)|1.7.36 16|Active | 1|SensiNact core Annotations (0.0.2.202401241813)|0.0.2.202401241813 17|Active | 1|SensiNact core API (0.0.2.202401241813)|0.0.2.202401241813 18|Active | 1|SensiNact core API with EMF dependencies (0.0.2.202401241813)|0.0.2.202401241813 19|Active | 1|SensiNact core implementation (0.0.2.202401241813)|0.0.2.202401241813 20|Active | 1|SensiNact Provider Model (0.0.2.202401241813)|0.0.2.202401241813 21|Active | 1|SensiNact internal Metadata Model (0.0.2.202401241813)|0.0.2.202401241813 22|Active | 1|SensiNact GeoJSON mapping types (0.0.2.202401241813)|0.0.2.202401241813 23|Active | 1|Jackson-annotations (2.16.1)|2.16.1 24|Active | 1|Jackson-core (2.16.1)|2.16.1 25|Active | 1|jackson-databind (2.16.1)|2.16.1 26|Active | 1|org.osgi:org.osgi.service.typedevent (1.0.0.202109301733)|1.0.0.202109301733 27|Active | 1|org.osgi:org.osgi.util.pushstream (1.0.2.202109301733)|1.0.2.202109301733 28|Active | 1|EMF Common (2.28.0.v20230223-0922)|2.28.0.v20230223-0922 29|Active | 1|EMF Ecore (2.33.0.v20230226-0921)|2.33.0.v20230226-0921 30|Active | 1|EMF XML/XMI Persistence (2.18.0.v20230211-1150)|2.18.0.v20230211-1150 31|Active | 1|log4j-over-slf4j (1.7.36)|1.7.36 32|Active | 1|EMF OSGi Implementation (5.0.0)|5.0.0 33|Active | 1|org.apache.aries.component-dsl.component-dsl (1.2.2)|1.2.2 34|Active | 1|org.apache.aries.typedevent.bus (0.0.2.202303140456)|0.0.2.202303140456 35|Active | 1|Metrics Core (4.2.19)|4.2.19 36|Active | 1|Apache Felix Gogo Shell (1.1.4)|1.1.4 37|Active | 1|Apache Felix Gogo Runtime (1.1.4)|1.1.4 38|Active | 1|Apache Felix Gogo Command (1.1.2)|1.1.2 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.486 s - in org.eclipse.sensinact.gateway.feature.integration.core.CoreFeatureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ core-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/src/main/resources/core-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ core-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 33 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-20240124.181258-49.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-20240124.181258-49.pom (6.4 kB at 131 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-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49-osgifeature.json (1.5 kB at 32 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-20240124.181258-49-osgifeaturerepo.zip (4.9 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/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.3 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.3 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 3.0 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature >-- [INFO] Building Eclipse sensiNact Servlet whiteboard Feature 0.0.2-SNAPSHOT [59/68] [INFO] from distribution/features/jakarta-servlet-whiteboard-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta-servlet-whiteboard-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ jakarta-servlet-whiteboard-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ jakarta-servlet-whiteboard-feature --- [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ jakarta-servlet-whiteboard-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ jakarta-servlet-whiteboard-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ jakarta-servlet-whiteboard-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ jakarta-servlet-whiteboard-feature --- [INFO] Skipping plugin execution [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ jakarta-servlet-whiteboard-feature --- [INFO] Skipping plugin execution [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ jakarta-servlet-whiteboard-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ jakarta-servlet-whiteboard-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.jakartaservlet.ServletWhiteboardIntegrationTest Jan 24, 2024 6:24:03 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Jan 24, 2024 6:24:03 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 Jan 24, 2024 6:24:03 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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@63abade6{/,null,AVAILABLE} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - Started Server@4fc78d3f{STARTING}[11.0.13,sto=0] @1392ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@14e68caf{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [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] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Stopped Server@4fc78d3f{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@14e68caf{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@63abade6{/,null,STOPPED} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@336e5f6d{/,null,AVAILABLE} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Started Server@12333182{STARTING}[11.0.13,sto=0] @1527ms [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@181df8d8{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} [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] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.978 s - in org.eclipse.sensinact.gateway.feature.integration.jakartaservlet.ServletWhiteboardIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta-servlet-whiteboard-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/src/main/resources/jakarta-servlet-whiteboard-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ jakarta-servlet-whiteboard-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 34 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-20240124.181258-49.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-20240124.181258-49.pom (1.8 kB at 33 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-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49-osgifeature.json (287 B at 4.5 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-20240124.181258-49-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 6.0 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.7 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 3.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 [60/68] [INFO] from distribution/features/jakarta-rest-whiteboard-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.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.0.0/jakarta.ws.rs-api-3.0.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.0.0/jakarta.ws.rs-api-3.0.0.pom (25 kB at 236 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom (16 kB at 112 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/jakartars/org.gecko.rest.jersey.servlet.whiteboard/6.0.0.RC1/org.gecko.rest.jersey.servlet.whiteboard-6.0.0.RC1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.servlet.whiteboard/6.0.0.RC1/org.gecko.rest.jersey.servlet.whiteboard-6.0.0.RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.servlet.whiteboard/6.0.0.RC1/org.gecko.rest.jersey.servlet.whiteboard-6.0.0.RC1.pom (5.5 kB at 66 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.servlet/2.0.0-RC1/org.osgi.service.servlet-2.0.0-RC1.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-RC1/org.osgi.service.servlet-2.0.0-RC1.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-RC1/org.osgi.service.servlet-2.0.0-RC1.pom (2.6 kB at 39 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 999 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.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/3.0.0/jakarta.xml.bind-api-3.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/3.0.0/jakarta.xml.bind-api-3.0.0.pom (13 kB at 1.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.0/jakarta.xml.bind-api-parent-3.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/3.0.0/jakarta.xml.bind-api-parent-3.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/3.0.0/jakarta.xml.bind-api-parent-3.0.0.pom (9.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom (3.6 kB at 451 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/sun/activation/all/2.0.0/all-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/2.0.0/all-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/2.0.0/all-2.0.0.pom (17 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/javassist/javassist/3.27.0-GA/javassist-3.27.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.27.0-GA/javassist-3.27.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.27.0-GA/javassist-3.27.0-GA.pom (11 kB at 1.1 MB/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 263 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 1.4 MB/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 81 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 719 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 37 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 720 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.3 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 56 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 124 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 126 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 151 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/jakartars/org.gecko.rest.jersey.servlet.whiteboard/6.0.0.RC1/org.gecko.rest.jersey.servlet.whiteboard-6.0.0.RC1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.servlet/2.0.0-RC1/org.osgi.service.servlet-2.0.0-RC1.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/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.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/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/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/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1.jar (111 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.servlet.whiteboard/6.0.0.RC1/org.gecko.rest.jersey.servlet.whiteboard-6.0.0.RC1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0-RC1/org.osgi.service.servlet-2.0.0-RC1.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.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 12 MB/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/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar (129 kB at 14 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/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar (63 kB at 7.0 MB/s) [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] 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 7.7 MB/s) [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] 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 35 MB/s) [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/osgi/org.osgi.service.servlet/2.0.0-RC1/org.osgi.service.servlet-2.0.0-RC1.jar (100 kB at 2.3 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-store/1.5.0/ops4j-base-store-1.5.0.jar (7.4 kB at 154 kB/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/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.jar (29 kB at 497 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-io/1.5.0/ops4j-base-io-1.5.0.jar (21 kB at 360 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/jakartars/org.gecko.rest.jersey.servlet.whiteboard/6.0.0.RC1/org.gecko.rest.jersey.servlet.whiteboard-6.0.0.RC1.jar (30 kB at 402 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 27 MB/s) [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 86 kB/s) [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 53 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta-rest-whiteboard-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ jakarta-rest-whiteboard-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ jakarta-rest-whiteboard-feature --- [INFO] Installing /home/jenkins/.m2/repository/org/geckoprojects/jakartars/org.gecko.rest.jersey/6.0.0.RC1/org.gecko.rest.jersey-6.0.0.RC1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/geckoprojects/jakartars/org.gecko.rest.jersey/6.0.0.RC1/org.gecko.rest.jersey-6.0.0.RC1.jar [INFO] Installing /home/jenkins/.m2/repository/org/geckoprojects/jakartars/org.gecko.rest.jersey.servlet.whiteboard/6.0.0.RC1/org.gecko.rest.jersey.servlet.whiteboard-6.0.0.RC1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/geckoprojects/jakartars/org.gecko.rest.jersey.servlet.whiteboard/6.0.0.RC1/org.gecko.rest.jersey.servlet.whiteboard-6.0.0.RC1.jar [INFO] Installing /home/jenkins/.m2/repository/org/geckoprojects/jakartars/org.gecko.rest.jersey.sse/6.0.0.RC1/org.gecko.rest.jersey.sse-6.0.0.RC1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/geckoprojects/jakartars/org.gecko.rest.jersey.sse/6.0.0.RC1/org.gecko.rest.jersey.sse-6.0.0.RC1.jar [INFO] Installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.jakartars/2.0.0-RC1/org.osgi.service.jakartars-2.0.0-RC1.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-RC1/org.osgi.service.jakartars-2.0.0-RC1.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/3.0.0/jakarta.xml.bind-api-3.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/3.0.0/jakarta.xml.bind-api-3.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.8/jersey-common-3.0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/core/jersey-common/3.0.8/jersey-common-3.0.8.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.8/jersey-server-3.0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/core/jersey-server/3.0.8/jersey-server-3.0.8.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.8/jersey-client-3.0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/core/jersey-client/3.0.8/jersey-client-3.0.8.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.8/jersey-container-servlet-core-3.0.8.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.0.8/jersey-container-servlet-core-3.0.8.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.8/jersey-container-servlet-3.0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.8/jersey-container-servlet-3.0.8.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.8/jersey-hk2-3.0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.8/jersey-hk2-3.0.8.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.8/jersey-media-jaxb-3.0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.8/jersey-media-jaxb-3.0.8.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.8/jersey-media-sse-3.0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.8/jersey-media-sse-3.0.8.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.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.3/hk2-utils-3.0.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.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 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Jan 24, 2024 6:24:10 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.apache.johnzon.core.JsonProviderImpl of service jakarta.json.spi.JsonProvider in bundle org.apache.johnzon.core [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Jan 24, 2024 6:24:11 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 Jan 24, 2024 6:24:11 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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@63abade6{/,null,AVAILABLE} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - Started Server@4fc78d3f{STARTING}[11.0.13,sto=0] @1542ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@14e68caf{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [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] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Stopped Server@4fc78d3f{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@14e68caf{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@63abade6{/,null,STOPPED} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@336e5f6d{/,null,AVAILABLE} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Started Server@12333182{STARTING}[11.0.13,sto=0] @1657ms [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@181df8d8{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} [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] Jan 24, 2024 6:24:11 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.ClientBuilderService of service jakarta.ws.rs.client.ClientBuilder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:11 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:11 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:11 PM org.gecko.rest.jersey.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition Jan 24, 2024 6:24:11 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application .3c36568e-df7a-4e9b-b842-350273cfb6c5 Jan 24, 2024 6:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [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: 46 g! g! Jan 24, 2024 6:24:12 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addResource INFO: Added resource sid_54 name: sid_54 Jan 24, 2024 6:24:12 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$assignContent$21 INFO: Added content sid_54 to application .default class org.eclipse.sensinact.gateway.feature.integration.jakartarest.resource.Resource Jan 24, 2024 6:24:12 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Re-loading application APP .3c36568e-df7a-4e9b-b842-350273cfb6c5 Jan 24, 2024 6:24:12 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime reloadApplication INFO: Reload an application provider .default Jan 24, 2024 6:24:12 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for classes class org.eclipse.sensinact.gateway.feature.integration.jakartarest.resource.Resource in the application .3c36568e-df7a-4e9b-b842-350273cfb6c5 Jan 24, 2024 6:24:12 PM org.gecko.rest.jersey.runtime.AbstractJerseyServiceRuntime lambda$createResourceConfig$3 INFO: Register prototype provider for name sid_54 id sid_54 rank 0 Jan 24, 2024 6:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:12 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. g! 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.466 s - in org.eclipse.sensinact.gateway.feature.integration.jakartarest.RestWhiteboardIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta-rest-whiteboard-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/src/main/resources/jakarta-rest-whiteboard-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ jakarta-rest-whiteboard-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 46 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-20240124.181258-49.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-20240124.181258-49.pom (9.0 kB at 180 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-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49-osgifeature.json (2.1 kB at 27 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-20240124.181258-49-osgifeaturerepo.zip (4.6 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/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 3.9 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 13 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 3.5 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature >-- [INFO] Building Eclipse sensiNact Northbound REST API Feature 0.0.2-SNAPSHOT [61/68] [INFO] from distribution/features/northbound-rest-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-rest-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-rest-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-rest-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-rest-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-rest-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-rest-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-rest-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-rest-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-rest-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-rest-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.northboundrest.NorthboundRestIntegrationTest Jan 24, 2024 6:24:17 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Jan 24, 2024 6:24:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http.Http1FieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.apache.felix.http.jetty Jan 24, 2024 6:24:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.apache.felix.http.jetty [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@51252e1c{/,null,AVAILABLE} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - Started Server@6388257{STARTING}[11.0.13,sto=0] @1889ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [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] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Stopped Server@6388257{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@51252e1c{/,null,STOPPED} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2f56a2dd{/,null,AVAILABLE} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Started Server@1b71f2d0{STARTING}[11.0.13,sto=0] @2030ms [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@59d078da{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} [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] Jan 24, 2024 6:24:18 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.ClientBuilderService of service jakarta.ws.rs.client.ClientBuilder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:18 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:18 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:18 PM org.gecko.rest.jersey.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition Jan 24, 2024 6:24:18 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application .84ef68c5-5ccb-4b68-b778-c09e92a699a2 Jan 24, 2024 6:24:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:19 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:24:19 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_70 Jan 24, 2024 6:24:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.176 s - in org.eclipse.sensinact.gateway.feature.integration.northboundrest.NorthboundRestIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ northbound-rest-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/src/main/resources/northbound-rest-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-rest-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 19 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-20240124.181258-49.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-20240124.181258-49.pom (6.6 kB at 131 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-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49-osgifeature.json (1.3 kB at 25 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-20240124.181258-49-osgifeaturerepo.zip (2.7 MB at 14 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 8.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 11 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 6.5 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-websocket-feature >-- [INFO] Building Eclipse sensiNact Northbound WebSocket API Feature 0.0.2-SNAPSHOT [62/68] [INFO] from distribution/features/northbound-websocket-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-websocket-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-websocket-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-websocket-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-websocket-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-websocket-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-websocket-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-websocket-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features/northbound-rest-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-websocket-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-websocket-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-websocket-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.northboundrest.NorthboundWebsocketIntegrationTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Jan 24, 2024 6:24:24 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Jan 24, 2024 6:24:25 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 Jan 24, 2024 6:24:25 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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@51252e1c{/,null,AVAILABLE} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - Started Server@6388257{STARTING}[11.0.13,sto=0] @2201ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [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] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Stopped Server@6388257{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@51252e1c{/,null,STOPPED} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2f56a2dd{/,null,AVAILABLE} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Started Server@1b71f2d0{STARTING}[11.0.13,sto=0] @2322ms [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@59d078da{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} [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] Jan 24, 2024 6:24:26 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.ClientBuilderService of service jakarta.ws.rs.client.ClientBuilder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:26 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:26 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:26 PM org.gecko.rest.jersey.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition Jan 24, 2024 6:24:26 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application .9d335723-a765-4ed0-bdbe-33138835e7eb Jan 24, 2024 6:24:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:26 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:24:26 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_70 Jan 24, 2024 6:24:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 Jan 24, 2024 6:24:27 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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.763 s - in org.eclipse.sensinact.gateway.feature.integration.northboundrest.NorthboundWebsocketIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ northbound-websocket-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/src/main/resources/northbound-websocket-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-websocket-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 22 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-20240124.181258-42.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-20240124.181258-42.pom (7.8 kB at 76 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-20240124.181258-42-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-20240124.181258-42-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-20240124.181258-42-osgifeature.json (1.5 kB at 32 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-20240124.181258-42-osgifeaturerepo.zip (1.8 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/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 14 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 12 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 5.2 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-feature >-- [INFO] Building Eclipse sensiNact Northbound OGC Sensorthings API Feature 0.0.2-SNAPSHOT [63/68] [INFO] from distribution/features/northbound-ogc-sensorthings-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-ogc-sensorthings-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-ogc-sensorthings-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-ogc-sensorthings-feature --- [INFO] Installing /home/jenkins/.m2/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-ogc-sensorthings-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-ogc-sensorthings-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-ogc-sensorthings-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-ogc-sensorthings-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-ogc-sensorthings-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-ogc-sensorthings-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-ogc-sensorthings-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.ogcsensorthings.SensorthingsIntegrationTest Jan 24, 2024 6:24:38 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Jan 24, 2024 6:24:39 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 Jan 24, 2024 6:24:39 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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@51252e1c{/,null,AVAILABLE} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - Started Server@6388257{STARTING}[11.0.13,sto=0] @1946ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [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] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Stopped Server@6388257{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@51252e1c{/,null,STOPPED} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2f56a2dd{/,null,AVAILABLE} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Started Server@1b71f2d0{STARTING}[11.0.13,sto=0] @2078ms [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@59d078da{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} [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] Jan 24, 2024 6:24:40 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.ClientBuilderService of service jakarta.ws.rs.client.ClientBuilder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:40 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:40 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:40 PM org.gecko.rest.jersey.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition Jan 24, 2024 6:24:40 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application .8ff740dd-5e95-487a-b4bf-ae5485c2844a Jan 24, 2024 6:24:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:41 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensorthings Jan 24, 2024 6:24:41 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$9 INFO: Unregistering application .8ff740dd-5e95-487a-b4bf-ae5485c2844a Jan 24, 2024 6:24:41 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_68 Jan 24, 2024 6:24:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.SensorsAccess.getSensorDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.FeaturesOfInterestAccess.getFeatureOfInterestObservationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ObservedPropertiesAccess.getObservedPropertyDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingHistoricalLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.DatastreamsAccess.getDatastreamObservationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.HistoricalLocationsAccess.getHistoricalLocationLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.LocationsAccess.getLocationThingsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.LocationsAccess.getLocationHistoricalLocationsRef(java.lang.String), is not resolvable to a concrete type. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.206 s - in org.eclipse.sensinact.gateway.feature.integration.ogcsensorthings.SensorthingsIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ northbound-ogc-sensorthings-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/src/main/resources/northbound-ogc-sensorthings-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-ogc-sensorthings-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 123 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-20240124.181258-49.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240124.181258-49.pom (7.0 kB at 140 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-20240124.181258-49-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240124.181258-49-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240124.181258-49-osgifeature.json (1.4 kB at 16 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-20240124.181258-49-osgifeaturerepo.zip (3.4 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/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 5.3 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 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/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 6.2 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature >-- [INFO] Building Eclipse sensiNact Virtual Temperature Feature 0.0.2-SNAPSHOT [64/68] [INFO] from distribution/features/virtual-temperature-sensor-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ virtual-temperature-sensor-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ virtual-temperature-sensor-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ virtual-temperature-sensor-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ virtual-temperature-sensor-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ virtual-temperature-sensor-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ virtual-temperature-sensor-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ virtual-temperature-sensor-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features/northbound-rest-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ virtual-temperature-sensor-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ virtual-temperature-sensor-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ virtual-temperature-sensor-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.virtual.temperature.VirtualTemperatureIntegrationTest Jan 24, 2024 6:24:45 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Jan 24, 2024 6:24:46 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 Jan 24, 2024 6:24:46 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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@51252e1c{/,null,AVAILABLE} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - Started Server@6388257{STARTING}[11.0.13,sto=0] @1973ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [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] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Stopped Server@6388257{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@51252e1c{/,null,STOPPED} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2f56a2dd{/,null,AVAILABLE} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Started Server@1b71f2d0{STARTING}[11.0.13,sto=0] @2102ms [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@59d078da{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} [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] Jan 24, 2024 6:24:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.ClientBuilderService of service jakarta.ws.rs.client.ClientBuilder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:47 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.gecko.rest.jersey Jan 24, 2024 6:24:47 PM org.gecko.rest.jersey.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition Jan 24, 2024 6:24:47 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application .2dbdff16-dd4c-4103-b263-99458a9a9dda Jan 24, 2024 6:24:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:48 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:24:48 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_70 Jan 24, 2024 6:24:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:24:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.165 s - in org.eclipse.sensinact.gateway.feature.integration.virtual.temperature.VirtualTemperatureIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ virtual-temperature-sensor-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/src/main/resources/virtual-temperature-sensor-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ virtual-temperature-sensor-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 53 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-20240124.181258-49.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-20240124.181258-49.pom (5.4 kB at 92 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-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49-osgifeature.json (530 B at 5.8 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-20240124.181258-49-osgifeaturerepo.zip (10 kB at 86 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 21 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 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/maven-metadata.xml (405 B at 6.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-mqtt-feature >-- [INFO] Building Eclipse sensiNact Northbound OGC Sensorthings MQTT Feature 0.0.2-SNAPSHOT [65/68] [INFO] from distribution/features/northbound-ogc-sensorthings-mqtt-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Installing /home/jenkins/.m2/repository/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/features/core-feature.json [INFO] Copying virtual-temperature-sensor-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/features/virtual-temperature-sensor-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.sensorthingsmqtt.SensorthingsMqttIntegrationTest Jan 24, 2024 6:24:52 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server - Configuring message interceptors... [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[Eclipse sensiNact Sensorthings subscription listener] [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] [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server - Using default SSL context creator [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing CTrie [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory - Initializing subscriptions store... [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO [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 [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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server - Moquette integration has been started successfully in 150 ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B CONNECT [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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B UNSUBSCRIBE to topics <[v1.1/Datastreams(temp1~sensor~temperature)]> [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B UNSUBACK packetID <2> [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]]] [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <3>, grantedQoses [0] [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE [pool-3-thread-1] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B UNSUBSCRIBE to topics <[v1.1/Observations(temp1~sensor~temperature)]> [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C<-B UNSUBACK packetID <4> [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - C->B DISCONNECT [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger - Channel Inactive [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.517 s - in org.eclipse.sensinact.gateway.feature.integration.sensorthingsmqtt.SensorthingsMqttIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/src/main/resources/northbound-ogc-sensorthings-mqtt-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 74 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-20240124.181258-39.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-20240124.181258-39.pom (7.3 kB at 162 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-20240124.181258-39-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-20240124.181258-39-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-20240124.181258-39-osgifeature.json (1.3 kB at 26 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-20240124.181258-39-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-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 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-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 12 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 6.1 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:timescale-history-provider-feature >-- [INFO] Building Eclipse sensiNact Timescale DB History Provider Feature 0.0.2-SNAPSHOT [66/68] [INFO] from distribution/features/timescale-history-provider-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ timescale-history-provider-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ timescale-history-provider-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ timescale-history-provider-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ timescale-history-provider-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ timescale-history-provider-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ timescale-history-provider-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ timescale-history-provider-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/northbound-rest-feature.json [INFO] Copying virtual-temperature-sensor-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/virtual-temperature-sensor-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ timescale-history-provider-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ timescale-history-provider-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ timescale-history-provider-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.history.timescale.TimescaleHistoryFeatureIntegrationTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.282 s - in org.eclipse.sensinact.gateway.feature.integration.history.timescale.TimescaleHistoryFeatureIntegrationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ timescale-history-provider-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/src/main/resources/timescale-history-provider-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ timescale-history-provider-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 12 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-20240124.181258-49.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-20240124.181258-49.pom (8.2 kB at 191 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-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49-osgifeature.json (877 B at 14 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-20240124.181258-49-osgifeaturerepo.zip (1.2 MB at 5.7 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 11 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 11 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.1 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-oidc-authenticator-feature >-- [INFO] Building Eclipse sensiNact OIDC authentication Feature 0.0.2-SNAPSHOT [67/68] [INFO] from distribution/features/northbound-oidc-authenticator-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-oidc-authenticator-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-oidc-authenticator-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-oidc-authenticator-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar [INFO] Installing /home/jenkins/.m2/repository/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar [INFO] Installing /home/jenkins/.m2/repository/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-oidc-authenticator-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-oidc-authenticator-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-oidc-authenticator-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-oidc-authenticator-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/northbound-rest-feature.json [INFO] Copying virtual-temperature-sensor-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/virtual-temperature-sensor-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-oidc-authenticator-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-oidc-authenticator-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-oidc-authenticator-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.northbound.security.oidc.OIDCAuthenticatorIntegrationTest Jan 24, 2024 6:25:16 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 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager - Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature installation for features [] requested using repositories [repository] and feature directories [features] [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [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] Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Jan 24, 2024 6:25:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http.Http1FieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.apache.felix.http.jetty Jan 24, 2024 6:25:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.apache.felix.http.jetty [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@51252e1c{/,null,AVAILABLE} [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server - Started Server@6388257{STARTING}[11.0.13,sto=0] @2007ms [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [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] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Stopped Server@6388257{STOPPING}[11.0.13,sto=0] [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@427ad7d4{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@51252e1c{/,null,STOPPED} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http - Stopped Jetty [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2f56a2dd{/,null,AVAILABLE} [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server - Started Server@1b71f2d0{STARTING}[11.0.13,sto=0] @2160ms [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@59d078da{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} [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] Jan 24, 2024 6:25:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.ClientBuilderService of service jakarta.ws.rs.client.ClientBuilder in bundle org.gecko.rest.jersey Jan 24, 2024 6:25:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.gecko.rest.jersey Jan 24, 2024 6:25:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.gecko.rest.jersey.runtime.common.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.gecko.rest.jersey Jan 24, 2024 6:25:17 PM org.gecko.rest.jersey.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition Jan 24, 2024 6:25:17 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application .4098002c-e43d-4b9d-9cb1-6fca28d8cacd Jan 24, 2024 6:25:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:25:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:25:18 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher addApplication INFO: Adding Application with id sensinact-rest Jan 24, 2024 6:25:18 PM org.gecko.rest.jersey.runtime.JerseyWhiteboardDispatcher lambda$doDispatch$10 INFO: Registering application sid_70 Jan 24, 2024 6:25:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 24, 2024 6:25:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [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 Jan 24, 2024 6:25:18 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 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher - Feature update complete. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.043 s - in org.eclipse.sensinact.gateway.feature.integration.northbound.security.oidc.OIDCAuthenticatorIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ northbound-oidc-authenticator-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/src/main/resources/northbound-oidc-authenticator-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-oidc-authenticator-feature --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 44 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-20240124.181258-49.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-20240124.181258-49.pom (8.5 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-20240124.181258-49-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-20240124.181258-49-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-20240124.181258-49-osgifeature.json (1.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/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-20240124.181258-49-osgifeaturerepo.zip (1.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/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 16 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 8.9 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.2 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:assembly >--------- [INFO] Building Eclipse sensiNact Gateway assembly 0.0.2-SNAPSHOT [68/68] [INFO] from distribution/assembly/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ assembly --- [INFO] [INFO] --- resources:3.3.0:resources (default) @ assembly --- [INFO] Copying 2 resources [INFO] [INFO] --- dependency:3.3.0:copy (copy-launcher) @ assembly --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/launch/launcher.jar [INFO] [INFO] --- dependency:3.3.0:unpack (copy-feature-repositories) @ assembly --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-websocket-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-mqtt-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-oidc-authenticator-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] [INFO] --- dependency:3.3.0:copy (copy-features) @ assembly --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-websocket-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-mqtt-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/core-feature.json [INFO] Copying gogo-shell-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/gogo-shell-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/northbound-rest-feature.json [INFO] Copying northbound-websocket-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/northbound-websocket-feature.json [INFO] Copying northbound-ogc-sensorthings-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/northbound-ogc-sensorthings-feature.json [INFO] Copying northbound-ogc-sensorthings-mqtt-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/northbound-ogc-sensorthings-mqtt-feature.json [INFO] Copying virtual-temperature-sensor-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/virtual-temperature-sensor-feature.json [INFO] [INFO] --- antrun:3.1.0:run (create-zip) @ assembly --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/gateway.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifact) @ assembly --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ assembly --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/gateway.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-SNAPSHOT.zip [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ assembly --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/maven-metadata.xml (803 B at 713 B/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-20240124.181258-49.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-20240124.181258-49.pom (12 kB at 174 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-20240124.181258-49.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-20240124.181258-49.zip (24 MB at 20 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 7.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/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 5.4 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 4.7 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for sensinact-parent 0.0.2-SNAPSHOT: [INFO] [INFO] sensinact-parent ................................... SUCCESS [ 2.674 s] [INFO] Eclipse sensiNact core components .................. SUCCESS [ 0.408 s] [INFO] SensiNact core Annotations ......................... SUCCESS [ 7.635 s] [INFO] SensiNact GeoJSON mapping types .................... SUCCESS [ 4.647 s] [INFO] SensiNact core API ................................. SUCCESS [ 23.954 s] [INFO] Eclipse sensiNact model components ................. SUCCESS [ 0.392 s] [INFO] SensiNact Provider Model ........................... SUCCESS [ 3.447 s] [INFO] SensiNact internal Metadata Model .................. SUCCESS [ 3.168 s] [INFO] SensiNact core API with EMF dependencies ........... SUCCESS [ 1.829 s] [INFO] SensiNact core implementation ...................... SUCCESS [ 20.914 s] [INFO] Southbound Connectors .............................. SUCCESS [ 0.501 s] [INFO] Southbound Device Factory :: Parent ................ SUCCESS [ 0.540 s] [INFO] SensiNact Southbound Device factory :: Core ........ SUCCESS [ 3.839 s] [INFO] SensiNact Southbound Device factory :: CSV parser .. SUCCESS [ 3.338 s] [INFO] SensiNact Southbound Device factory :: JSON parser . SUCCESS [ 3.731 s] [INFO] Southbound HTTP :: Parent .......................... SUCCESS [ 0.449 s] [INFO] Sensinact Southbound HTTP :: Device Factory ........ SUCCESS [ 30.436 s] [INFO] Sensinact Southbound HTTP :: Callback whiteboard ... SUCCESS [ 5.398 s] [INFO] Southbound MQTT :: Parent .......................... SUCCESS [ 0.440 s] [INFO] Sensinact Southbound MQTT :: Client ................ SUCCESS [01:00 min] [INFO] Sensinact Southbound MQTT :: Device Factory ........ SUCCESS [ 11.244 s] [INFO] Virtual Southbound Connectors ...................... SUCCESS [ 0.466 s] [INFO] virtual-temperature-sensor ......................... SUCCESS [ 6.010 s] [INFO] History Connectors ................................. SUCCESS [ 0.415 s] [INFO] history-api ........................................ SUCCESS [ 1.084 s] [INFO] timescale-provider ................................. SUCCESS [ 32.512 s] [INFO] Northbound Connectors .............................. SUCCESS [ 0.462 s] [INFO] SensiNact Northbound Filters ....................... SUCCESS [ 0.429 s] [INFO] SensiNact Northbound Filters :: Core ............... SUCCESS [ 11.633 s] [INFO] SensiNact Northbound Filters :: LDAP ............... SUCCESS [ 15.818 s] [INFO] SensiNact Northbound Query Handler ................. SUCCESS [ 6.684 s] [INFO] Northbound Security Providers ...................... SUCCESS [ 0.498 s] [INFO] SensiNact Northbound Security API .................. SUCCESS [ 1.222 s] [INFO] SensiNact Northbound REST .......................... SUCCESS [ 28.834 s] [INFO] SensiNact Northbound WebSocket ..................... SUCCESS [02:44 min] [INFO] sensorthings ....................................... SUCCESS [ 0.430 s] [INFO] dto ................................................ SUCCESS [ 3.136 s] [INFO] SensiNact Northbound SensorThings :: Filter Parser . SUCCESS [ 6.954 s] [INFO] rest.api ........................................... SUCCESS [ 7.789 s] [INFO] rest.gateway ....................................... SUCCESS [ 39.171 s] [INFO] Sensorthings MQTT .................................. SUCCESS [01:02 min] [INFO] SensiNact Northbound Open Id Connect authentication validator SUCCESS [ 16.269 s] [INFO] Prototype examples ................................. SUCCESS [ 0.179 s] [INFO] Example pull-based ................................. SUCCESS [ 0.687 s] [INFO] Example push-based ................................. SUCCESS [ 0.723 s] [INFO] Example reflective ................................. SUCCESS [ 0.732 s] [INFO] Example model-based ................................ SUCCESS [ 0.702 s] [INFO] Example action ..................................... SUCCESS [ 0.711 s] [INFO] Example writable ................................... SUCCESS [ 0.707 s] [INFO] Example generic .................................... SUCCESS [ 0.747 s] [INFO] Example notification ............................... SUCCESS [ 0.711 s] [INFO] Eclipse sensiNact Bill of Materials ................ SUCCESS [ 0.552 s] [INFO] Eclipse sensiNact Distribution ..................... SUCCESS [ 0.637 s] [INFO] Eclipse sensiNact Feature Launcher Test Utilities .. SUCCESS [ 1.216 s] [INFO] Eclipse sensiNact Feature Launcher ................. SUCCESS [ 14.202 s] [INFO] Eclipse sensiNact Features ......................... SUCCESS [ 0.476 s] [INFO] Eclipse sensiNact Gogo Shell Feature ............... SUCCESS [ 4.460 s] [INFO] Eclipse sensiNact core Feature ..................... SUCCESS [ 5.225 s] [INFO] Eclipse sensiNact Servlet whiteboard Feature ....... SUCCESS [ 5.451 s] [INFO] Eclipse sensiNact Jakarta RESTful Web Services Whiteboard Feature SUCCESS [ 7.151 s] [INFO] Eclipse sensiNact Northbound REST API Feature ...... SUCCESS [ 6.556 s] [INFO] Eclipse sensiNact Northbound WebSocket API Feature . SUCCESS [ 14.104 s] [INFO] Eclipse sensiNact Northbound OGC Sensorthings API Feature SUCCESS [ 6.600 s] [INFO] Eclipse sensiNact Virtual Temperature Feature ...... SUCCESS [ 6.174 s] [INFO] Eclipse sensiNact Northbound OGC Sensorthings MQTT Feature SUCCESS [ 17.972 s] [INFO] Eclipse sensiNact Timescale DB History Provider Feature SUCCESS [ 2.717 s] [INFO] Eclipse sensiNact OIDC authentication Feature ...... SUCCESS [ 8.362 s] [INFO] Eclipse sensiNact Gateway assembly ................. SUCCESS [ 4.547 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:42 min [INFO] Finished at: 2024-01-24T18:25:41Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/pom.xml to org.eclipse.sensinact.gateway.southbound.http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/pom.xml to org.eclipse.sensinact.gateway.northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/pom.xml to org.eclipse.sensinact.gateway.examples/generic/0.0.2-SNAPSHOT/generic-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/target/generic-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/generic/0.0.2-SNAPSHOT/generic-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/pom.xml to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/src/main/resources/northbound-oidc-authenticator-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/pom.xml to org.eclipse.sensinact.gateway.core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/pom.xml to org.eclipse.sensinact.gateway.southbound.http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/pom.xml to org.eclipse.sensinact.gateway.core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/pom.xml to org.eclipse.sensinact.gateway.distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/export.jar to org.eclipse.sensinact.gateway.distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT-export.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/pom.xml to org.eclipse.sensinact.gateway.southbound.virtual/virtual/0.0.2-SNAPSHOT/virtual-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/src/main/resources/jakarta-rest-whiteboard-feature.json to org.eclipse.sensinact.gateway.distribution.features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/pom.xml to org.eclipse.sensinact.gateway.southbound.history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/pom.xml to org.eclipse.sensinact.gateway/sensinact-parent/0.0.2-SNAPSHOT/sensinact-parent-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/pom.xml to org.eclipse.sensinact.gateway.southbound.device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/pom.xml to org.eclipse.sensinact.gateway.core.models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core.models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/pom.xml to org.eclipse.sensinact.gateway.southbound.history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/pom.xml to org.eclipse.sensinact.gateway.examples/action/0.0.2-SNAPSHOT/action-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/target/action-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/action/0.0.2-SNAPSHOT/action-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/sensorthings/0.0.2-SNAPSHOT/sensorthings-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/pom.xml to org.eclipse.sensinact.gateway.northbound.filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/src/main/resources/timescale-history-provider-feature.json to org.eclipse.sensinact.gateway.distribution.features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/pom.xml to org.eclipse.sensinact.gateway.northbound.security/security/0.0.2-SNAPSHOT/security-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/pom.xml to org.eclipse.sensinact.gateway.examples/notification/0.0.2-SNAPSHOT/notification-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/target/notification-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/notification/0.0.2-SNAPSHOT/notification-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/pom.xml to org.eclipse.sensinact.gateway.northbound/northbound/0.0.2-SNAPSHOT/northbound-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/pom.xml to org.eclipse.sensinact.gateway.southbound.device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/pom.xml to org.eclipse.sensinact.gateway.northbound.filters/filters/0.0.2-SNAPSHOT/filters-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/pom.xml to org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml to org.eclipse.sensinact.gateway.northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/sensinact-bom/pom.xml to org.eclipse.sensinact.gateway/sensinact-bom/0.0.2-SNAPSHOT/sensinact-bom-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/pom.xml to org.eclipse.sensinact.gateway.examples/model-based/0.0.2-SNAPSHOT/model-based-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/target/model-based-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/model-based/0.0.2-SNAPSHOT/model-based-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/pom.xml to org.eclipse.sensinact.gateway.distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/gateway.zip to org.eclipse.sensinact.gateway.distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-SNAPSHOT.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/pom.xml to org.eclipse.sensinact.gateway.core/core/0.0.2-SNAPSHOT/core-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/pom.xml to org.eclipse.sensinact.gateway.southbound/southbound/0.0.2-SNAPSHOT/southbound-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/pom.xml to org.eclipse.sensinact.gateway.southbound.http/http-parent/0.0.2-SNAPSHOT/http-parent-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/pom.xml to org.eclipse.sensinact.gateway.southbound.history/history/0.0.2-SNAPSHOT/history-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/src/main/resources/northbound-rest-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/pom.xml to org.eclipse.sensinact.gateway.southbound.device-factory/device-factory/0.0.2-SNAPSHOT/device-factory-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/pom.xml to org.eclipse.sensinact.gateway.distribution.features/features/0.0.2-SNAPSHOT/features-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/src/main/resources/northbound-ogc-sensorthings-mqtt-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/api/pom.xml to org.eclipse.sensinact.gateway.core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/api/target/api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/pom.xml to org.eclipse.sensinact.gateway.examples/reflective/0.0.2-SNAPSHOT/reflective-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/target/reflective-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/reflective/0.0.2-SNAPSHOT/reflective-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/pom.xml to org.eclipse.sensinact.gateway.core.models/models/0.0.2-SNAPSHOT/models-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/pom.xml to org.eclipse.sensinact.gateway.northbound.security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/pom.xml to org.eclipse.sensinact.gateway.examples/push-based/0.0.2-SNAPSHOT/push-based-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/target/push-based-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/push-based/0.0.2-SNAPSHOT/push-based-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/pom.xml to org.eclipse.sensinact.gateway.examples/examples/0.0.2-SNAPSHOT/examples-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/pom.xml to org.eclipse.sensinact.gateway.distribution/distribution/0.0.2-SNAPSHOT/distribution-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/src/main/resources/jakarta-servlet-whiteboard-feature.json to org.eclipse.sensinact.gateway.distribution.features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/pom.xml to org.eclipse.sensinact.gateway.southbound.device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/src/main/resources/virtual-temperature-sensor-feature.json to org.eclipse.sensinact.gateway.distribution.features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/pom.xml to org.eclipse.sensinact.gateway.northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/src/main/resources/northbound-ogc-sensorthings-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/pom.xml to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-parent/0.0.2-SNAPSHOT/mqtt-parent-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/src/main/resources/northbound-websocket-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/pom.xml to org.eclipse.sensinact.gateway.core.models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/metadata-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core.models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/pom.xml to org.eclipse.sensinact.gateway.southbound.virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/pom.xml to org.eclipse.sensinact.gateway.examples/pull-based/0.0.2-SNAPSHOT/pull-based-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/target/pull-based-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/pull-based/0.0.2-SNAPSHOT/pull-based-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/pom.xml to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/pom.xml to org.eclipse.sensinact.gateway.core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/emf-api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/src/main/resources/core-feature.json to org.eclipse.sensinact.gateway.distribution.features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/pom.xml to org.eclipse.sensinact.gateway.examples/writable/0.0.2-SNAPSHOT/writable-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/target/writable-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/writable/0.0.2-SNAPSHOT/writable-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/pom.xml to org.eclipse.sensinact.gateway.northbound.security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/pom.xml to org.eclipse.sensinact.gateway.distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/pom.xml to org.eclipse.sensinact.gateway.northbound.filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/src/main/resources/gogo-shell-feature.json to org.eclipse.sensinact.gateway.distribution.features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT-osgifeature.json channel stopped Finished: SUCCESS