Skip to content

Console Output

00:00:10 Started by timer
00:00:10 Running as SYSTEM
00:00:10 Agent basic-0zg5h is provisioned from template basic
00:00:10 ---
00:00:10 apiVersion: "v1"
00:00:10 kind: "Pod"
00:00:10 metadata:
00:00:10   labels:
00:00:10     jenkins: "slave"
00:00:10     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
00:00:10     jenkins/label: "basic"
00:00:10   name: "basic-0zg5h"
00:00:10   namespace: "tracecompass"
00:00:10 spec:
00:00:10   containers:
00:00:10   - env:
00:00:10     - name: "JENKINS_SECRET"
00:00:10       value: "********"
00:00:10     - name: "JENKINS_TUNNEL"
00:00:10       value: "jenkins-discovery.tracecompass.svc.cluster.local:50000"
00:00:10     - name: "JENKINS_AGENT_NAME"
00:00:10       value: "basic-0zg5h"
00:00:10     - name: "JENKINS_REMOTING_JAVA_OPTS"
00:00:10       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
00:00:10         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
00:00:10     - name: "JAVA_TOOL_OPTIONS"
00:00:10       value: ""
00:00:10     - name: "_JAVA_OPTIONS"
00:00:10       value: ""
00:00:10     - name: "OPENJ9_JAVA_OPTIONS"
00:00:10       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
00:00:10     - name: "JENKINS_NAME"
00:00:10       value: "basic-0zg5h"
00:00:10     - name: "JENKINS_AGENT_WORKDIR"
00:00:10       value: "/home/jenkins/agent"
00:00:10     - name: "JENKINS_URL"
00:00:10       value: "http://jenkins-ui.tracecompass.svc.cluster.local/tracecompass/"
00:00:10     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
00:00:10     imagePullPolicy: "Always"
00:00:10     name: "jnlp"
00:00:10     resources:
00:00:10       limits:
00:00:10         cpu: "2000m"
00:00:10         memory: "4096Mi"
00:00:10       requests:
00:00:10         cpu: "1000m"
00:00:10         memory: "4096Mi"
00:00:10     tty: true
00:00:10     volumeMounts:
00:00:10     - mountPath: "/home/jenkins/.m2/toolchains.xml"
00:00:10       name: "m2-dir"
00:00:10       readOnly: true
00:00:10       subPath: "toolchains.xml"
00:00:10     - mountPath: "/home/jenkins/.mavenrc"
00:00:10       name: "m2-dir"
00:00:10       readOnly: true
00:00:10       subPath: ".mavenrc"
00:00:10     - mountPath: "/opt/tools"
00:00:10       name: "volume-0"
00:00:10       readOnly: false
00:00:10     - mountPath: "/home/jenkins"
00:00:10       name: "volume-2"
00:00:10       readOnly: false
00:00:10     - mountPath: "/home/jenkins/.m2/repository"
00:00:10       name: "volume-3"
00:00:10       readOnly: false
00:00:10     - mountPath: "/home/jenkins/.m2/settings-security.xml"
00:00:10       name: "m2-secret-dir"
00:00:10       readOnly: true
00:00:10       subPath: "settings-security.xml"
00:00:10     - mountPath: "/home/jenkins/.m2/wrapper"
00:00:10       name: "volume-4"
00:00:10       readOnly: false
00:00:10     - mountPath: "/home/jenkins/.m2/settings.xml"
00:00:10       name: "m2-secret-dir"
00:00:10       readOnly: true
00:00:10       subPath: "settings.xml"
00:00:10     - mountPath: "/home/jenkins/.ssh"
00:00:10       name: "volume-1"
00:00:10       readOnly: false
00:00:10       subPath: ""
00:00:10     - mountPath: "/home/jenkins/agent"
00:00:10       name: "workspace-volume"
00:00:10       readOnly: false
00:00:10     workingDir: "/home/jenkins/agent"
00:00:10   nodeSelector:
00:00:10     kubernetes.io/os: "linux"
00:00:10   restartPolicy: "Never"
00:00:10   volumes:
00:00:10   - name: "volume-0"
00:00:10     persistentVolumeClaim:
00:00:10       claimName: "tools-claim-jiro-tracecompass"
00:00:10       readOnly: true
00:00:10   - name: "m2-secret-dir"
00:00:10     secret:
00:00:10       secretName: "m2-secret-dir"
00:00:10   - emptyDir:
00:00:10       medium: ""
00:00:10     name: "volume-2"
00:00:10   - configMap:
00:00:10       name: "m2-dir"
00:00:10     name: "m2-dir"
00:00:10   - configMap:
00:00:10       name: "known-hosts"
00:00:10     name: "volume-1"
00:00:10   - emptyDir:
00:00:10       medium: ""
00:00:10     name: "workspace-volume"
00:00:10   - emptyDir:
00:00:10       medium: ""
00:00:10     name: "volume-4"
00:00:10   - emptyDir:
00:00:10       medium: ""
00:00:10     name: "volume-3"
00:00:10 
00:00:10 Building remotely on basic-0zg5h (basic) in workspace /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates
00:00:10 The recommended git tool is: NONE
00:00:12 No credentials specified
00:00:12 Cloning the remote Git repository
00:00:12 Cloning repository https://github.com/eclipse-tracecompass/org.eclipse.tracecompass.git
00:00:12  > git init /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates # timeout=10
00:00:12 Fetching upstream changes from https://github.com/eclipse-tracecompass/org.eclipse.tracecompass.git
00:00:12  > git --version # timeout=10
00:00:12  > git --version # 'git version 2.20.1'
00:00:12  > git fetch --tags --force --progress -- https://github.com/eclipse-tracecompass/org.eclipse.tracecompass.git +refs/heads/*:refs/remotes/origin/* # timeout=10
00:00:19  > git config remote.origin.url https://github.com/eclipse-tracecompass/org.eclipse.tracecompass.git # timeout=10
00:00:19  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
00:00:19 Avoid second fetch
00:00:19  > git rev-parse origin/master^{commit} # timeout=10
00:00:19 Checking out Revision 791195f39d3542aeb857ef4cf85e73f93303dc35 (origin/master)
00:00:19  > git config core.sparsecheckout # timeout=10
00:00:19  > git checkout -f 791195f39d3542aeb857ef4cf85e73f93303dc35 # timeout=10
00:00:21 Commit message: "Configure reusable workflows for continuous integration"
00:00:21  > git rev-list --no-walk ba85393446503eab75132a809a10b3e02537b0b7 # timeout=10
00:00:21 [tracecompass-check-maven-plugin-updates] $ /bin/bash /tmp/jenkins7826764865015431204.sh
00:00:21 Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
00:00:21 Maven home: /opt/tools/apache-maven/3.8.6
00:00:21 Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
00:00:21 Default locale: en_US, platform encoding: UTF-8
00:00:21 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
00:02:09 Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
00:02:09 Maven home: /opt/tools/apache-maven/3.8.6
00:02:09 Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
00:02:09 Default locale: en_US, platform encoding: UTF-8
00:02:09 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
00:02:09 [INFO] Scanning for projects...
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/releng/org.eclipse.tracecompass.slf4j.binding.simple.properties/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.cli/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.cli.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties
00:02:09 /home/jenkins/agent/workspace/tracecompass-check-maven-plugin-updates/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties
00:02:09 [INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
00:02:09 [INFO] Tycho Mode:     project
00:02:09 [INFO] Tycho Builder:  maven
00:02:09 [WARNING] The project org.eclipse.tracecompass:org.eclipse.tracecompass:pom:9.3.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
00:02:09 [INFO] ------------------------------------------------------------------------
00:02:09 [INFO] Reactor Build Order:
00:02:09 [INFO] 
00:02:09 [INFO] Trace Compass Parent                                               [pom]
00:02:09 [INFO] Trace Compass Tracetype-agnostic Analyses Parent                   [pom]
00:02:09 [INFO] Trace Compass Common Utilities Parent                              [pom]
00:02:09 [INFO] org.eclipse.tracecompass.common.core                    [eclipse-plugin]
00:02:09 [INFO] Trace Compass State System Parent                                  [pom]
00:02:09 [INFO] org.eclipse.tracecompass.datastore.core                 [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.segmentstore.core              [eclipse-plugin]
00:02:09 [INFO] Trace Compass TMF Parent                                           [pom]
00:02:09 [INFO] Trace Compass Filter Parser                             [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.statesystem.core               [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.core                       [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.counters.core         [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.statesystem.core.tests    [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.core.tests            [eclipse-test-plugin]
00:02:09 [INFO] Trace Compass CTF Support Parent                                   [pom]
00:02:09 [INFO] Trace Compass CTF Parser Plug-in                        [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.ctf.core                       [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ctf.core                   [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.common.core.tests         [eclipse-test-plugin]
00:02:09 [INFO] Trace Compass CTF Core Tests Plug-in               [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests        [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.counters.core.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ui                         [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.counters.ui           [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.core                 [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.lami.core             [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.graph.core            [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.timing.core           [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core          [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.core         [eclipse-plugin]
00:02:09 [INFO] Trace Compass LTTng Support Parent                                 [pom]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.common.core             [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel.core             [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ui.tests              [eclipse-test-plugin]
00:02:09 [INFO] Trace Compass Release Engineering Parent                           [pom]
00:02:09 [INFO] org.eclipse.tracecompass.slf4j.binding.simple.properties [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests       [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.graph.core.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.graph.ui              [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.lami.core.tests  [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.ui                   [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.lami.ui               [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.core.tests      [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.timing.ui             [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.ui           [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.timing.core.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.profiling.core        [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.profiling.ui          [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] Trace Compass BTF Support Parent                                   [pom]
00:02:09 [INFO] org.eclipse.tracecompass.btf.core                       [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.btf.ui                         [eclipse-plugin]
00:02:09 [INFO] Trace Compass Documentation                                        [pom]
00:02:09 [INFO] Trace Compass Profiling User Guide                      [eclipse-plugin]
00:02:09 [INFO] Trace Compass Developer Guide                           [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui            [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf                           [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.btf                           [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.btf.core.tests            [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.ctf                           [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.ctf.parser.tests          [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ctf                       [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests   [eclipse-test-plugin]
00:02:09 [INFO] Trace Compass User Guide                                [eclipse-plugin]
00:02:09 [INFO] Trace Compass GDB Tracepoint Analysis User Guide        [eclipse-plugin]
00:02:09 [INFO] Trace Compass RCP User Guide                            [eclipse-plugin]
00:02:09 [INFO] Trace Compass Pcap User Guide                           [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.examples                       [eclipse-plugin]
00:02:09 [INFO] Trace Compass GDB Tracepoint Analysis Parent                       [pom]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace.core                  [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace.ui                    [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace                      [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace.core.tests       [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests         [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.common.core.tests  [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.core                [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.ui                  [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.core            [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.ui              [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control                [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.core.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.core.tests     [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests   [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel.ui               [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel                 [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests  [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.core                [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.ui                  [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust                    [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests     [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests       [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] Trace Compass Pcap Format Support Parent                           [pom]
00:02:09 [INFO] org.eclipse.tracecompass.pcap.core                      [eclipse-plugin]
00:02:09 [INFO] Trace Compass Pcap Parser Core Tests Plug-in       [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap.core                  [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap.ui                    [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap                      [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests       [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests  [eclipse-test-plugin]
00:02:09 [INFO] Trace Compass RCP Parent                                           [pom]
00:02:09 [INFO] Trace Compass RCP Branding plug-in                      [eclipse-plugin]
00:02:09 [INFO] Trace Compass RCP Branding Feature                     [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.cli.core                   [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.rcp.ui                         [eclipse-plugin]
00:02:09 [INFO] Trace Compass RCP Feature                              [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.cli.core.tests        [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.rcp.ui.tests              [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.rcp.incubator.ui               [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.rcp.incubator                 [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.cli                       [eclipse-feature]
00:02:09 [INFO] Trace Compass Json trace Parent                                    [pom]
00:02:09 [INFO] org.eclipse.tracecompass.jsontrace.core                 [eclipse-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.jsontrace                     [eclipse-feature]
00:02:09 [INFO] Trace Compass RCP Product                           [eclipse-repository]
00:02:09 [INFO] Trace Compass Target Platform                                      [pom]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.integration.swtbot.tests  [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests        [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.datastore.core.tests      [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.segmentstore.core.tests   [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests       [eclipse-test-plugin]
00:02:09 [INFO] Trace Compass All Tests                            [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.integration.core.tests    [eclipse-test-plugin]
00:02:09 [INFO] org.eclipse.tracecompass.testing                       [eclipse-feature]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote                    [eclipse-feature]
00:02:09 [INFO] Trace Compass Repository                            [eclipse-repository]
00:02:09 [INFO] org.eclipse.tracecompass.jsontrace.core.tests           [eclipse-plugin]
00:02:09 [INFO] 
00:02:09 [INFO] ---------< org.eclipse.tracecompass:org.eclipse.tracecompass >----------
00:02:09 [INFO] Building Trace Compass Parent 9.3.0-SNAPSHOT                     [1/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass ---
00:02:09 [INFO] 
00:02:09 [INFO] The following plugin updates are available:
00:02:09 [INFO]   maven-clean-plugin ................................. 3.3.1 -> 3.3.2
00:02:09 [INFO]   maven-dependency-plugin ............................ 3.6.0 -> 3.6.1
00:02:09 [INFO]   maven-enforcer-plugin .............................. 3.3.0 -> 3.4.1
00:02:09 [INFO]   maven-install-plugin ............................... 2.5.2 -> 3.1.1
00:02:09 [INFO]   maven-javadoc-plugin ............................... 3.6.2 -> 3.6.3
00:02:09 [INFO]   maven-project-info-reports-plugin .................. 3.4.5 -> 3.5.0
00:02:09 [INFO]   maven-site-plugin ........................... 4.0.0-M9 -> 4.0.0-M13
00:02:09 [INFO]   org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin  1.4.2 -> 1.4.3
00:02:09 [INFO]   org.eclipse.rcptt:rcptt-maven-plugin ............ 2.5.4 -> 2.5.5-MO
00:02:09 [INFO]   org.eclipse.tycho.extras:tycho-eclipserun-plugin ... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:target-platform-configuration .... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-compiler-plugin ............ 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-maven-plugin ............... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-p2-plugin .................. 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-p2-publisher-plugin ........ 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-p2-repository-plugin ....... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-packaging-plugin ........... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-source-plugin .............. 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-surefire-plugin ............ 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-versions-plugin ............ 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.jacoco:jacoco-maven-plugin ................... 0.8.10 -> 0.8.11
00:02:09 [INFO]   org.sonarsource.scanner.maven:sonar-maven-plugin  3.9.1.2184 -> 3.11.0.3922
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: 3.9.0
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis-parent >--
00:02:09 [INFO] Building Trace Compass Tracetype-agnostic Analyses Parent 9.3.0-SNAPSHOT [2/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.common-parent >---
00:02:09 [INFO] Building Trace Compass Common Utilities Parent 9.3.0-SNAPSHOT    [3/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.common-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.common.core >----
00:02:09 [INFO] Building org.eclipse.tracecompass.common.core 5.2.0-SNAPSHOT     [4/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.common.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem-parent >--
00:02:09 [INFO] Building Trace Compass State System Parent 9.3.0-SNAPSHOT        [5/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.statesystem-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.datastore.core 1.3.0-SNAPSHOT  [6/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.datastore.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.segmentstore.core 3.1.0-SNAPSHOT [7/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.segmentstore.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf-parent >----
00:02:09 [INFO] Building Trace Compass TMF Parent 9.3.0-SNAPSHOT                 [8/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser >--
00:02:09 [INFO] Building Trace Compass Filter Parser 1.1.1-SNAPSHOT              [9/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.filter.parser ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [WARNING] The following plugins do not have their version specified:
00:02:09 [WARNING]   org.eclipse.tycho:tycho-source-plugin .................... 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] Require Maven 3.9.0 to use the following plugin updates:
00:02:09 [INFO]   org.eclipse.tycho:tycho-source-plugin ............... null -> 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.statesystem.core 5.3.1-SNAPSHOT [10/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.statesystem.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core >-----
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.core 9.2.1-SNAPSHOT       [11/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.counters.core 2.2.1-SNAPSHOT [12/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.counters.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.statesystem.core.tests 1.0.16-SNAPSHOT [13/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.statesystem.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.core.tests 1.0.25-SNAPSHOT [14/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf-parent >----
00:02:09 [INFO] Building Trace Compass CTF Support Parent 9.3.0-SNAPSHOT        [15/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.ctf-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser >----
00:02:09 [INFO] Building Trace Compass CTF Parser Plug-in 1.1.1-SNAPSHOT        [16/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.ctf.parser ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [WARNING] The following plugins do not have their version specified:
00:02:09 [WARNING]   org.eclipse.tycho:tycho-source-plugin .................... 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] Require Maven 3.9.0 to use the following plugin updates:
00:02:09 [INFO]   org.eclipse.tycho:tycho-source-plugin ............... null -> 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core >-----
00:02:09 [INFO] Building org.eclipse.tracecompass.ctf.core 4.4.1-SNAPSHOT       [17/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.ctf.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core >---
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.ctf.core 4.5.1-SNAPSHOT   [18/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.ctf.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.common.core.tests 1.1.11-SNAPSHOT [19/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.common.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests >--
00:02:09 [INFO] Building Trace Compass CTF Core Tests Plug-in 1.0.15-SNAPSHOT   [20/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.ctf.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.17-SNAPSHOT [21/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.counters.core.tests 1.0.3-SNAPSHOT [22/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui >------
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.ui 9.0.3-SNAPSHOT         [23/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.counters.ui 2.1.0-SNAPSHOT [24/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.counters.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.chart.core 1.1.0-SNAPSHOT [25/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.chart.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.lami.core 1.2.1-SNAPSHOT [26/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.lami.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.graph.core 4.1.1-SNAPSHOT [27/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.graph.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.timing.core 5.5.1-SNAPSHOT [28/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.timing.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.core 4.1.1-SNAPSHOT [29/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.os.linux.core 8.2.1-SNAPSHOT [30/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.os.linux.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng-parent >---
00:02:09 [INFO] Building Trace Compass LTTng Support Parent 9.3.0-SNAPSHOT      [31/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.common.core 1.2.0-SNAPSHOT [32/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.common.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.kernel.core 3.1.1-SNAPSHOT [33/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.kernel.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests >---
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.ui.tests 1.0.21-SNAPSHOT  [34/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.releng-parent >---
00:02:09 [INFO] Building Trace Compass Release Engineering Parent 9.3.0-SNAPSHOT [35/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.releng-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.slf4j.binding.simple.properties >--
00:02:09 [INFO] Building org.eclipse.tracecompass.slf4j.binding.simple.properties 1.0.2-SNAPSHOT [36/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.slf4j.binding.simple.properties ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.22-SNAPSHOT [37/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 1.0.3-SNAPSHOT [38/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.graph.core.tests 1.0.8-SNAPSHOT [39/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.graph.ui 1.1.0-SNAPSHOT [40/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.graph.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.lami.core.tests 1.0.5-SNAPSHOT [41/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui >---
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.chart.ui 1.1.0-SNAPSHOT   [42/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.chart.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.lami.ui 1.2.0-SNAPSHOT [43/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.lami.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.chart.core.tests 1.0.4-SNAPSHOT [44/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.7-SNAPSHOT [45/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.7-SNAPSHOT [46/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.18-SNAPSHOT [47/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.timing.ui 6.1.1-SNAPSHOT [48/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.timing.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui 4.1.3-SNAPSHOT [49/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.10-SNAPSHOT [50/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.timing.core.tests 1.0.11-SNAPSHOT [51/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.12-SNAPSHOT [52/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.17-SNAPSHOT [53/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.profiling.core 2.4.1-SNAPSHOT [54/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.profiling.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.10-SNAPSHOT [55/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui 4.1.1-SNAPSHOT [56/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.profiling.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.8-SNAPSHOT [57/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.btf-parent >----
00:02:09 [INFO] Building Trace Compass BTF Support Parent 9.3.0-SNAPSHOT        [58/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.btf-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core >-----
00:02:09 [INFO] Building org.eclipse.tracecompass.btf.core 3.1.0-SNAPSHOT       [59/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.btf.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui >------
00:02:09 [INFO] Building org.eclipse.tracecompass.btf.ui 1.1.0-SNAPSHOT         [60/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.btf.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.doc >--------
00:02:09 [INFO] Building Trace Compass Documentation 9.3.0-SNAPSHOT             [61/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.doc ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.doc.user >--
00:02:09 [INFO] Building Trace Compass Profiling User Guide 9.3.0-SNAPSHOT      [62/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.analysis.profiling.doc.user ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev >------
00:02:09 [INFO] Building Trace Compass Developer Guide 9.3.0-SNAPSHOT           [63/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.doc.dev ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.ui 2.2.0-SNAPSHOT [64/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf >--------
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf 9.3.0-SNAPSHOT            [65/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.btf >--------
00:02:09 [INFO] Building org.eclipse.tracecompass.btf 9.3.0-SNAPSHOT            [66/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.btf ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.btf.core.tests 1.0.4-SNAPSHOT [67/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.btf.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf >--------
00:02:09 [INFO] Building org.eclipse.tracecompass.ctf 9.3.0-SNAPSHOT            [68/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.ctf ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.ctf.parser.tests 1.0.4-SNAPSHOT [69/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.ctf.parser.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf >------
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.ctf 9.3.0-SNAPSHOT        [70/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.ctf ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.12-SNAPSHOT [71/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user >-----
00:02:09 [INFO] Building Trace Compass User Guide 9.3.0-SNAPSHOT                [72/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.doc.user ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user >--
00:02:09 [INFO] Building Trace Compass GDB Tracepoint Analysis User Guide 9.3.0-SNAPSHOT [73/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user >---
00:02:09 [INFO] Building Trace Compass RCP User Guide 9.3.0-SNAPSHOT            [74/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp.doc.user ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user >--
00:02:09 [INFO] Building Trace Compass Pcap User Guide 9.3.0-SNAPSHOT           [75/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.examples >-----
00:02:09 [INFO] Building org.eclipse.tracecompass.examples 1.0.11-SNAPSHOT      [76/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.examples ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace-parent >--
00:02:09 [INFO] Building Trace Compass GDB Tracepoint Analysis Parent 9.3.0-SNAPSHOT [77/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.gdbtrace-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core >---
00:02:09 [INFO] Building org.eclipse.tracecompass.gdbtrace.core 1.1.1-SNAPSHOT  [78/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.gdbtrace.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui >----
00:02:09 [INFO] Building org.eclipse.tracecompass.gdbtrace.ui 1.2.0-SNAPSHOT    [79/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.gdbtrace.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace >-----
00:02:09 [INFO] Building org.eclipse.tracecompass.gdbtrace 9.3.0-SNAPSHOT       [80/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.gdbtrace ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.gdbtrace.core.tests 1.0.3-SNAPSHOT [81/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.3-SNAPSHOT [82/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.common.core.tests 1.0.3-SNAPSHOT [83/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.remote.core 2.1.0-SNAPSHOT [84/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.remote.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui >---
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.remote.ui 1.1.0-SNAPSHOT  [85/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.remote.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.control.core 1.3.0-SNAPSHOT [86/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.control.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.control.ui 1.3.0-SNAPSHOT [87/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.control.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.control 9.3.0-SNAPSHOT [88/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.control ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.control.core.tests 1.1.4-SNAPSHOT [89/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.remote.core.tests 1.0.3-SNAPSHOT [90/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.6-SNAPSHOT [91/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.9-SNAPSHOT [92/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.kernel.ui 2.1.0-SNAPSHOT [93/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel >---
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.kernel 9.3.0-SNAPSHOT  [94/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.kernel ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.16-SNAPSHOT [95/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.7-SNAPSHOT [96/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.21-SNAPSHOT [97/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.ust.core 5.2.2-SNAPSHOT [98/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.ust.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui >---
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui 3.1.0-SNAPSHOT  [99/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.ust.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust >----
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.ust 9.3.0-SNAPSHOT    [100/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.ust ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.15-SNAPSHOT [101/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.3-SNAPSHOT [102/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests 1.0.16-SNAPSHOT [103/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap-parent >----
00:02:09 [INFO] Building Trace Compass Pcap Format Support Parent 9.3.0-SNAPSHOT [104/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.pcap-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core >-----
00:02:09 [INFO] Building org.eclipse.tracecompass.pcap.core 1.2.1-SNAPSHOT     [105/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.pcap.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests >--
00:02:09 [INFO] Building Trace Compass Pcap Parser Core Tests Plug-in 1.0.7-SNAPSHOT [106/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.pcap.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core >---
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.pcap.core 1.1.1-SNAPSHOT [107/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.pcap.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui >----
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.pcap.ui 1.2.0-SNAPSHOT   [108/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.pcap.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap >-----
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.pcap 9.3.0-SNAPSHOT      [109/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.pcap ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.pcap.core.tests 1.0.4-SNAPSHOT [110/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests 1.0.3-SNAPSHOT [111/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp-parent >----
00:02:09 [INFO] Building Trace Compass RCP Parent 9.3.0-SNAPSHOT               [112/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding >---
00:02:09 [INFO] Building Trace Compass RCP Branding plug-in 9.3.0-SNAPSHOT     [113/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp.branding ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature >--
00:02:09 [INFO] Building Trace Compass RCP Branding Feature 9.3.0-SNAPSHOT     [114/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp.branding.feature ---
00:02:09 [INFO] 
00:02:09 [INFO] The following plugin updates are available:
00:02:09 [INFO]   org.eclipse.tycho:tycho-source-plugin .............. 4.0.3 -> 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: 3.9.0
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.cli.core >---
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.cli.core 1.1.0-SNAPSHOT  [115/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.cli.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui >------
00:02:09 [INFO] Building org.eclipse.tracecompass.rcp.ui 9.3.0-SNAPSHOT        [116/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp >--------
00:02:09 [INFO] Building Trace Compass RCP Feature 9.3.0-SNAPSHOT              [117/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [WARNING] The following plugins do not have their version specified:
00:02:09 [WARNING]   org.eclipse.tycho:tycho-source-plugin .................... 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] Require Maven 3.9.0 to use the following plugin updates:
00:02:09 [INFO]   org.eclipse.tycho:tycho-source-plugin ............... null -> 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.cli.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.cli.core.tests 1.0.3-SNAPSHOT [118/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.cli.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui.tests >---
00:02:09 [INFO] Building org.eclipse.tracecompass.rcp.ui.tests 2.0.5-SNAPSHOT  [119/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui >--
00:02:09 [INFO] Building org.eclipse.tracecompass.rcp.incubator.ui 1.0.5-SNAPSHOT [120/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp.incubator.ui ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator >---
00:02:09 [INFO] Building org.eclipse.tracecompass.rcp.incubator 9.3.0-SNAPSHOT [121/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp.incubator ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.cli >------
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.cli 9.3.0-SNAPSHOT       [122/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.cli ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace-parent >--
00:02:09 [INFO] Building Trace Compass Json trace Parent 9.3.0-SNAPSHOT        [123/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.jsontrace-parent ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core >--
00:02:09 [INFO] Building org.eclipse.tracecompass.jsontrace.core 1.1.0-SNAPSHOT [124/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.jsontrace.core ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace >-----
00:02:09 [INFO] Building org.eclipse.tracecompass.jsontrace 9.3.0-SNAPSHOT     [125/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.jsontrace ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product >----
00:02:09 [INFO] Building Trace Compass RCP Product 9.3.0-SNAPSHOT              [126/141]
00:02:09 [INFO] -------------------------[ eclipse-repository ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.rcp.product ---
00:02:09 [INFO] 
00:02:09 [INFO] The following plugin updates are available:
00:02:09 [INFO]   org.eclipse.cbi.maven.plugins:eclipse-dmg-packager . 1.4.2 -> 1.4.3
00:02:09 [INFO]   org.eclipse.cbi.maven.plugins:eclipse-macsigner-plugin  1.4.2 -> 1.4.3
00:02:09 [INFO]   org.eclipse.cbi.maven.plugins:eclipse-winsigner-plugin  1.4.2 -> 1.4.3
00:02:09 [INFO]   org.eclipse.tycho:tycho-p2-director-plugin ......... 4.0.3 -> 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: 3.9.0
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.target >------
00:02:09 [INFO] Building Trace Compass Target Platform 9.3.0-SNAPSHOT          [127/141]
00:02:09 [INFO] --------------------------------[ pom ]---------------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.target ---
00:02:09 [INFO] 
00:02:09 [INFO] The following plugin updates are available:
00:02:09 [INFO]   org.codehaus.mojo:build-helper-maven-plugin ........ 3.4.0 -> 3.5.0
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: 3.2.5
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.ui.tests 1.0.5-SNAPSHOT [128/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests 1.0.15-SNAPSHOT [129/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests 1.0.11-SNAPSHOT [130/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.integration.swtbot.tests 1.0.16-SNAPSHOT [131/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.integration.swtbot.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.chart.ui.tests 1.0.3-SNAPSHOT [132/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.chart.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.datastore.core.tests 1.0.9-SNAPSHOT [133/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.datastore.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.segmentstore.core.tests 1.0.8-SNAPSHOT [134/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.segmentstore.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.remote.ui.tests 1.0.3-SNAPSHOT [135/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.remote.ui.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.alltests >-----
00:02:09 [INFO] Building Trace Compass All Tests 1.0.13-SNAPSHOT               [136/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.alltests ---
00:02:09 [INFO] 
00:02:09 [INFO] The following plugin updates are available:
00:02:09 [INFO]   org.eclipse.tycho:tycho-surefire-plugin ............ 4.0.3 -> 4.0.6
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: 3.9.0
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.integration.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.integration.core.tests 1.0.8-SNAPSHOT [137/141]
00:02:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.integration.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.testing >------
00:02:09 [INFO] Building org.eclipse.tracecompass.testing 9.3.0-SNAPSHOT       [138/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.testing ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote >----
00:02:09 [INFO] Building org.eclipse.tracecompass.tmf.remote 9.3.0-SNAPSHOT    [139/141]
00:02:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.tmf.remote ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site >----
00:02:09 [INFO] Building Trace Compass Repository 9.3.0-SNAPSHOT               [140/141]
00:02:09 [INFO] -------------------------[ eclipse-repository ]-------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.releng-site ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: 3.2.5
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] 
00:02:09 [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.tests >--
00:02:09 [INFO] Building org.eclipse.tracecompass.jsontrace.core.tests 1.0.4-SNAPSHOT [141/141]
00:02:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:09 [INFO] 
00:02:09 [INFO] --- versions-maven-plugin:2.16.2:display-plugin-updates (default-cli) @ org.eclipse.tracecompass.jsontrace.core.tests ---
00:02:09 [INFO] 
00:02:09 [INFO] All plugins with a version specified are using the latest versions.
00:02:09 [INFO] 
00:02:09 [INFO] All plugins have a version specified.
00:02:09 [INFO] 
00:02:09 [INFO] Project requires minimum Maven version for build of: 3.9
00:02:09 [INFO] Plugins require minimum Maven version of: null
00:02:09 [INFO] 
00:02:09 [INFO] No plugins require a newer version of Maven than specified by the pom.
00:02:09 [INFO] 
00:02:09 [INFO] ------------------------------------------------------------------------
00:02:09 [INFO] Reactor Summary:
00:02:09 [INFO] 
00:02:09 [INFO] Trace Compass Parent 9.3.0-SNAPSHOT ................ SUCCESS [ 27.370 s]
00:02:09 [INFO] Trace Compass Tracetype-agnostic Analyses Parent 9.3.0-SNAPSHOT SUCCESS [  0.029 s]
00:02:09 [INFO] Trace Compass Common Utilities Parent 9.3.0-SNAPSHOT SUCCESS [  0.009 s]
00:02:09 [INFO] org.eclipse.tracecompass.common.core 5.2.0-SNAPSHOT  SUCCESS [  0.010 s]
00:02:09 [INFO] Trace Compass State System Parent 9.3.0-SNAPSHOT ... SUCCESS [  0.009 s]
00:02:09 [INFO] org.eclipse.tracecompass.datastore.core 1.3.0-SNAPSHOT SUCCESS [  0.009 s]
00:02:09 [INFO] org.eclipse.tracecompass.segmentstore.core 3.1.0-SNAPSHOT SUCCESS [  0.009 s]
00:02:09 [INFO] Trace Compass TMF Parent 9.3.0-SNAPSHOT ............ SUCCESS [  0.009 s]
00:02:09 [INFO] Trace Compass Filter Parser 1.1.1-SNAPSHOT ......... SUCCESS [  2.423 s]
00:02:09 [INFO] org.eclipse.tracecompass.statesystem.core 5.3.1-SNAPSHOT SUCCESS [  0.014 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.core 9.2.1-SNAPSHOT ... SUCCESS [  0.009 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.counters.core 2.2.1-SNAPSHOT SUCCESS [  0.009 s]
00:02:09 [INFO] org.eclipse.tracecompass.statesystem.core.tests 1.0.16-SNAPSHOT SUCCESS [  0.008 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.core.tests 1.0.25-SNAPSHOT SUCCESS [  0.009 s]
00:02:09 [INFO] Trace Compass CTF Support Parent 9.3.0-SNAPSHOT .... SUCCESS [  0.007 s]
00:02:09 [INFO] Trace Compass CTF Parser Plug-in 1.1.1-SNAPSHOT .... SUCCESS [  0.031 s]
00:02:09 [INFO] org.eclipse.tracecompass.ctf.core 4.4.1-SNAPSHOT ... SUCCESS [  0.009 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ctf.core 4.5.1-SNAPSHOT SUCCESS [  0.008 s]
00:02:09 [INFO] org.eclipse.tracecompass.common.core.tests 1.1.11-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] Trace Compass CTF Core Tests Plug-in 1.0.15-SNAPSHOT SUCCESS [  0.018 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.17-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.counters.core.tests 1.0.3-SNAPSHOT SUCCESS [  0.008 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ui 9.0.3-SNAPSHOT ..... SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.counters.ui 2.1.0-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.core 1.1.0-SNAPSHOT SUCCESS [  0.008 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.lami.core 1.2.1-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.graph.core 4.1.1-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.timing.core 5.5.1-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core 4.1.1-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.core 8.2.1-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] Trace Compass LTTng Support Parent 9.3.0-SNAPSHOT .. SUCCESS [  0.023 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.common.core 1.2.0-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel.core 3.1.1-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ui.tests 1.0.21-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] Trace Compass Release Engineering Parent 9.3.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.slf4j.binding.simple.properties 1.0.2-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.22-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 1.0.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.graph.core.tests 1.0.8-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.graph.ui 1.1.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.lami.core.tests 1.0.5-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.ui 1.1.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.lami.ui 1.2.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.core.tests 1.0.4-SNAPSHOT SUCCESS [  0.025 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.7-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.7-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.18-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.timing.ui 6.1.1-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.ui 4.1.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.10-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.timing.core.tests 1.0.11-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.12-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.17-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.profiling.core 2.4.1-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.10-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.profiling.ui 4.1.1-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.8-SNAPSHOT SUCCESS [  0.032 s]
00:02:09 [INFO] Trace Compass BTF Support Parent 9.3.0-SNAPSHOT .... SUCCESS [  0.011 s]
00:02:09 [INFO] org.eclipse.tracecompass.btf.core 3.1.0-SNAPSHOT ... SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.btf.ui 1.1.0-SNAPSHOT ..... SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass Documentation 9.3.0-SNAPSHOT ......... SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass Profiling User Guide 9.3.0-SNAPSHOT .. SUCCESS [  0.007 s]
00:02:09 [INFO] Trace Compass Developer Guide 9.3.0-SNAPSHOT ....... SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui 2.2.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf 9.3.0-SNAPSHOT ........ SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.btf 9.3.0-SNAPSHOT ........ SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.btf.core.tests 1.0.4-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.ctf 9.3.0-SNAPSHOT ........ SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.ctf.parser.tests 1.0.4-SNAPSHOT SUCCESS [  0.020 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ctf 9.3.0-SNAPSHOT .... SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.12-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] Trace Compass User Guide 9.3.0-SNAPSHOT ............ SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass GDB Tracepoint Analysis User Guide 9.3.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass RCP User Guide 9.3.0-SNAPSHOT ........ SUCCESS [  0.007 s]
00:02:09 [INFO] Trace Compass Pcap User Guide 9.3.0-SNAPSHOT ....... SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.examples 1.0.11-SNAPSHOT .. SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass GDB Tracepoint Analysis Parent 9.3.0-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace.core 1.1.1-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace.ui 1.2.0-SNAPSHOT  SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace 9.3.0-SNAPSHOT ... SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace.core.tests 1.0.3-SNAPSHOT SUCCESS [  0.029 s]
00:02:09 [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.common.core.tests 1.0.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.core 2.1.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.ui 1.1.0-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.core 1.3.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.ui 1.3.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control 9.3.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.core.tests 1.1.4-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.core.tests 1.0.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.6-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.9-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel.ui 2.1.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel 9.3.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.16-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.7-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.21-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.core 5.2.2-SNAPSHOT SUCCESS [  0.011 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.ui 3.1.0-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust 9.3.0-SNAPSHOT . SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.15-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests 1.0.16-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] Trace Compass Pcap Format Support Parent 9.3.0-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.pcap.core 1.2.1-SNAPSHOT .. SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass Pcap Parser Core Tests Plug-in 1.0.7-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap.core 1.1.1-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap.ui 1.2.0-SNAPSHOT  SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap 9.3.0-SNAPSHOT ... SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests 1.0.4-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests 1.0.3-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] Trace Compass RCP Parent 9.3.0-SNAPSHOT ............ SUCCESS [  0.021 s]
00:02:09 [INFO] Trace Compass RCP Branding plug-in 9.3.0-SNAPSHOT .. SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass RCP Branding Feature 9.3.0-SNAPSHOT .. SUCCESS [  0.010 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.cli.core 1.1.0-SNAPSHOT SUCCESS [  0.018 s]
00:02:09 [INFO] org.eclipse.tracecompass.rcp.ui 9.3.0-SNAPSHOT ..... SUCCESS [  0.010 s]
00:02:09 [INFO] Trace Compass RCP Feature 9.3.0-SNAPSHOT ........... SUCCESS [  0.022 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.cli.core.tests 1.0.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.rcp.ui.tests 2.0.5-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.rcp.incubator.ui 1.0.5-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.rcp.incubator 9.3.0-SNAPSHOT SUCCESS [  0.018 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.cli 9.3.0-SNAPSHOT .... SUCCESS [  0.005 s]
00:02:09 [INFO] Trace Compass Json trace Parent 9.3.0-SNAPSHOT ..... SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.jsontrace.core 1.1.0-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.jsontrace 9.3.0-SNAPSHOT .. SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass RCP Product 9.3.0-SNAPSHOT ........... SUCCESS [  0.802 s]
00:02:09 [INFO] Trace Compass Target Platform 9.3.0-SNAPSHOT ....... SUCCESS [  0.313 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests 1.0.5-SNAPSHOT SUCCESS [  0.007 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests 1.0.15-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests 1.0.11-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.integration.swtbot.tests 1.0.16-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests 1.0.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.datastore.core.tests 1.0.9-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.segmentstore.core.tests 1.0.8-SNAPSHOT SUCCESS [  0.005 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests 1.0.3-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass All Tests 1.0.13-SNAPSHOT ............ SUCCESS [  0.010 s]
00:02:09 [INFO] org.eclipse.tracecompass.integration.core.tests 1.0.8-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.testing 9.3.0-SNAPSHOT .... SUCCESS [  0.006 s]
00:02:09 [INFO] org.eclipse.tracecompass.tmf.remote 9.3.0-SNAPSHOT . SUCCESS [  0.006 s]
00:02:09 [INFO] Trace Compass Repository 9.3.0-SNAPSHOT ............ SUCCESS [  0.014 s]
00:02:09 [INFO] org.eclipse.tracecompass.jsontrace.core.tests 1.0.4-SNAPSHOT SUCCESS [  0.006 s]
00:02:09 [INFO] ------------------------------------------------------------------------
00:02:09 [INFO] BUILD SUCCESS
00:02:09 [INFO] ------------------------------------------------------------------------
00:02:09 [INFO] Total time:  01:45 min
00:02:09 [INFO] Finished at: 2024-03-24T04:02:09Z
00:02:09 [INFO] ------------------------------------------------------------------------
00:02:09 Summary:
00:02:09 [INFO]   maven-clean-plugin ................................. 3.3.1 -> 3.3.2
00:02:09 [INFO]   maven-dependency-plugin ............................ 3.6.0 -> 3.6.1
00:02:09 [INFO]   maven-enforcer-plugin .............................. 3.3.0 -> 3.4.1
00:02:09 [INFO]   maven-install-plugin ............................... 2.5.2 -> 3.1.1
00:02:09 [INFO]   maven-javadoc-plugin ............................... 3.6.2 -> 3.6.3
00:02:09 [INFO]   maven-project-info-reports-plugin .................. 3.4.5 -> 3.5.0
00:02:09 [INFO]   maven-site-plugin ........................... 4.0.0-M9 -> 4.0.0-M13
00:02:09 [INFO]   org.codehaus.mojo:build-helper-maven-plugin ........ 3.4.0 -> 3.5.0
00:02:09 [INFO]   org.eclipse.cbi.maven.plugins:eclipse-dmg-packager . 1.4.2 -> 1.4.3
00:02:09 [INFO]   org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin  1.4.2 -> 1.4.3
00:02:09 [INFO]   org.eclipse.cbi.maven.plugins:eclipse-macsigner-plugin  1.4.2 -> 1.4.3
00:02:09 [INFO]   org.eclipse.cbi.maven.plugins:eclipse-winsigner-plugin  1.4.2 -> 1.4.3
00:02:09 [INFO]   org.eclipse.rcptt:rcptt-maven-plugin ............ 2.5.4 -> 2.5.5-MO
00:02:09 [INFO]   org.eclipse.tycho.extras:tycho-eclipserun-plugin ... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:target-platform-configuration .... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-compiler-plugin ............ 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-maven-plugin ............... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-p2-director-plugin ......... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-p2-plugin .................. 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-p2-publisher-plugin ........ 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-p2-repository-plugin ....... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-packaging-plugin ........... 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-source-plugin .............. 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-source-plugin ............... null -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-surefire-plugin ............ 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.eclipse.tycho:tycho-versions-plugin ............ 4.0.3 -> 4.0.6
00:02:09 [INFO]   org.jacoco:jacoco-maven-plugin ................... 0.8.10 -> 0.8.11
00:02:09 [INFO]   org.sonarsource.scanner.maven:sonar-maven-plugin  3.9.1.2184 -> 3.11.0.3922
00:02:09 Number of outdated plugins: 28
00:02:09 Build step 'Execute shell' marked build as failure
00:02:09 Sending e-mails to: bernd.hufmann@ericsson.com matthew.khouzam@ericsson.com patrick.tasse@gmail.com
00:02:09 Finished: FAILURE