Started by an SCM change Started by user Patrick Tasse Rebuilds build #476 Running as Patrick Tasse Agent centos-7-rs8ff is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-rs8ff" namespace: "swtbot" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.swtbot.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-rs8ff" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-rs8ff" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-swtbot" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-rs8ff (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/swtbot-tycho [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-nTy70K2xVFh6/agent.45 SSH_AGENT_PID=47 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_9040339341844559764.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_9040339341844559764.key) [ssh-agent] Using credentials genie.swtbot (ssh://genie.swtbot@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git > git init /home/jenkins/agent/workspace/swtbot-tycho # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision f0eed7617d0d7dd61ef72ae1c4399f1ac5d38c65 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f0eed7617d0d7dd61ef72ae1c4399f1ac5d38c65 # timeout=10 Commit message: "Update Orbit repository to R20230531010532 for 2023-06" > git rev-list --no-walk f0eed7617d0d7dd61ef72ae1c4399f1ac5d38c65 # timeout=10 [swtbot-tycho] $ Xvnc -help Starting xvnc [swtbot-tycho] $ Xvnc :85 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Wed Jun 7 13:51:14 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5985 vncext: created VNC server for screen 0 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins15893499871897781020.sh + metacity --sm-disable --replace [swtbot-tycho] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.error.ignore=true -Dcbi.jarsigner.skip=false -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/swtbot-tycho/.repository install -B Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/swtbot-tycho/.repository/.cache/tycho [INFO] Transport mode: online [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/../devtools/target-platforms/2023-06/2023-06.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@7d6ccad7... [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Resolving test dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.junit5:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse SWTBot [pom] [INFO] org.eclipse.swtbot.ant.junit [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.core [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.e4.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.junit4_x [eclipse-plugin] [INFO] org.eclipse.swtbot [eclipse-feature] [INFO] org.eclipse.swtbot.forms.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.forms [eclipse-feature] [INFO] org.eclipse.swtbot.go [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.dsl [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.spy [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.junit.headless [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.test.junit [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.generator [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.client [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.rules.workbench [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.jdt [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.junit5_x [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder [eclipse-plugin] [INFO] org.eclipse.swt.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.demo [eclipse-plugin] [INFO] org.eclipse.ui.forms.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.stepbar.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef [eclipse-feature] [INFO] org.eclipse.swtbot.generator.feature [eclipse-feature] [INFO] org.eclipse.swtbot.ide [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.junit5.headless [eclipse-plugin] [INFO] org.eclipse.swtbot.junit5 [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.gallery [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.nattable [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.checkboxgroup [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.stepbar [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.rangeslider [eclipse-feature] [INFO] org.eclipse.swtbot.updatesite [eclipse-repository] [INFO] org.eclipse.swtbot.eclipse.ui.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards [eclipse-plugin] [INFO] org.eclipse.swtbot.forms.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.eclipse.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.e4.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.test [eclipse-feature] [INFO] org.eclipse.swtbot.generator.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.generator.jdt.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.swtbot:parent >---------------------- [INFO] Building Eclipse SWTBot 4.1.0-SNAPSHOT [1/57] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ parent --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/parent/4.1.0-SNAPSHOT/parent-4.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >------- [INFO] Building org.eclipse.swtbot.ant.junit 4.1.0-SNAPSHOT [2/57] [INFO] from org.eclipse.swtbot.ant.junit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.ant.junit --- [INFO] Resolving class path of org.eclipse.swtbot.ant.junit... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ant.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.ant.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.ant.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.ant.junit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.ant.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.ant.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.ant.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.ant.junit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.ant.junit --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.ant.junit --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] ----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core >----- [INFO] Building org.eclipse.swtbot.eclipse.core 4.1.0-SNAPSHOT [3/57] [INFO] from org.eclipse.swtbot.eclipse.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.core --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.core --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.core... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.core --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.core --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.core --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.core --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.core --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder >------ [INFO] Building org.eclipse.swtbot.swt.finder 4.1.0-SNAPSHOT [4/57] [INFO] from org.eclipse.swtbot.swt.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder --- [INFO] Resolving class path of org.eclipse.swtbot.swt.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder >---- [INFO] Building org.eclipse.swtbot.eclipse.finder 4.1.0-SNAPSHOT [5/57] [INFO] from org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] ------< org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder >------ [INFO] Building org.eclipse.swtbot.e4.finder 4.1.0-SNAPSHOT [6/57] [INFO] from org.eclipse.swtbot.e4.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.e4.finder --- [INFO] Resolving class path of org.eclipse.swtbot.e4.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.e4.finder --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.e4.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.e4.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.e4.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.e4.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x >------- [INFO] Building org.eclipse.swtbot.junit4_x 4.1.0-SNAPSHOT [7/57] [INFO] from org.eclipse.swtbot.junit4_x/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit4_x --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.junit4_x --- [INFO] Resolving class path of org.eclipse.swtbot.junit4_x... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit4_x --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit4_x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.junit4_x --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit4_x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.junit4_x --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit4_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit4_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit4_x --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.junit4_x --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.junit4_x --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit4_x --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] -----------< org.eclipse.swtbot.features:org.eclipse.swtbot >----------- [INFO] Building org.eclipse.swtbot 4.1.0-SNAPSHOT [8/57] [INFO] from org.eclipse.swtbot/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot --- [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider. [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder >----- [INFO] Building org.eclipse.swtbot.forms.finder 4.1.0-SNAPSHOT [9/57] [INFO] from org.eclipse.swtbot.forms.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.forms.finder --- [INFO] Resolving class path of org.eclipse.swtbot.forms.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.forms.finder --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.forms.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.forms.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.forms.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --------< org.eclipse.swtbot.features:org.eclipse.swtbot.forms >-------- [INFO] Building org.eclipse.swtbot.forms 4.1.0-SNAPSHOT [10/57] [INFO] from org.eclipse.swtbot.forms/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.forms --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms --- [INFO] [INFO] ----------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.go >---------- [INFO] Building org.eclipse.swtbot.go 4.1.0-SNAPSHOT [11/57] [INFO] from org.eclipse.swtbot.go/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.go --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.go --- [INFO] Resolving class path of org.eclipse.swtbot.go... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.go --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.go --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.go --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.go --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.go --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.go --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.go --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.go --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.go --- [INFO] [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse >------- [INFO] Building org.eclipse.swtbot.eclipse 4.1.0-SNAPSHOT [12/57] [INFO] from org.eclipse.swtbot.eclipse/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl >----- [INFO] Building org.eclipse.swtbot.eclipse.dsl 4.1.0-SNAPSHOT [13/57] [INFO] from org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.dsl... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.dsl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.dsl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder >-- [INFO] Building org.eclipse.swtbot.eclipse.gef.finder 4.1.0-SNAPSHOT [14/57] [INFO] from org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.gef.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.gef.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.gef.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy >------ [INFO] Building org.eclipse.swtbot.eclipse.spy 4.1.0-SNAPSHOT [15/57] [INFO] from org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.spy --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.spy... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.spy --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.spy --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.spy --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.spy --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless >-- [INFO] Building org.eclipse.swtbot.eclipse.junit.headless 4.1.0-SNAPSHOT [16/57] [INFO] from org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.junit.headless... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.junit.headless --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.junit.headless --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit >-- [INFO] Building org.eclipse.swtbot.eclipse.test.junit 4.1.0-SNAPSHOT [17/57] [INFO] from org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui >------ [INFO] Building org.eclipse.swtbot.eclipse.ui 4.1.0-SNAPSHOT [18/57] [INFO] from org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.ui... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.ui --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator >------- [INFO] Building org.eclipse.swtbot.generator 4.1.0-SNAPSHOT [19/57] [INFO] from org.eclipse.swtbot.generator/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator --- [INFO] Resolving class path of org.eclipse.swtbot.generator... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --< org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client >-- [INFO] Building org.eclipse.swtbot.generator.client 4.1.0-SNAPSHOT [20/57] [INFO] from org.eclipse.swtbot.generator.client/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.client --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.client --- [INFO] Resolving class path of org.eclipse.swtbot.generator.client... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.client --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.client --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.client --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.client --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.client --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.client --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.client --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench >-- [INFO] Building org.eclipse.swtbot.generator.rules.workbench 4.1.0-SNAPSHOT [21/57] [INFO] from org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Resolving class path of org.eclipse.swtbot.generator.rules.workbench... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.rules.workbench --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.rules.workbench --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt >----- [INFO] Building org.eclipse.swtbot.generator.jdt 4.1.0-SNAPSHOT [22/57] [INFO] from org.eclipse.swtbot.generator.jdt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.jdt --- [INFO] Resolving class path of org.eclipse.swtbot.generator.jdt... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.jdt --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.jdt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.jdt --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.jdt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.jdt --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.jdt --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui >----- [INFO] Building org.eclipse.swtbot.generator.ui 4.1.0-SNAPSHOT [23/57] [INFO] from org.eclipse.swtbot.generator.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.ui --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.ui --- [INFO] Resolving class path of org.eclipse.swtbot.generator.ui... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.ui --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.ui --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x >------- [INFO] Building org.eclipse.swtbot.junit5_x 4.1.0-SNAPSHOT [24/57] [INFO] from org.eclipse.swtbot.junit5_x/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit5_x --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.junit5_x --- [INFO] Resolving class path of org.eclipse.swtbot.junit5_x... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5_x --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit5_x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.junit5_x --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit5_x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.junit5_x --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit5_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit5_x --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.junit5_x --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.junit5_x --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5_x --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder >-- [INFO] Building org.eclipse.swtbot.nebula.gallery.finder 4.1.0-SNAPSHOT [25/57] [INFO] from org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Resolving class path of org.eclipse.swtbot.nebula.gallery.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.gallery.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] ----------< org.eclipse.swtbot.test:org.eclipse.swt.examples >---------- [INFO] Building org.eclipse.swt.examples 4.1.0-SNAPSHOT [26/57] [INFO] from org.eclipse.swt.examples/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swt.examples --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples --- [INFO] Resolving class path of org.eclipse.swt.examples... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swt.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swt.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swt.examples --- [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swt.examples --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swt.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swt.examples --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swt.examples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swt.examples --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swt.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swt.examples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swt.examples --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swt.examples --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swt.examples --- [INFO] [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo >------- [INFO] Building org.eclipse.swtbot.swt.demo 4.1.0-SNAPSHOT [27/57] [INFO] from org.eclipse.swtbot.swt.demo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.demo --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.demo --- [INFO] Resolving class path of org.eclipse.swtbot.swt.demo... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.demo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.demo --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.demo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.demo --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.demo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.demo --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.demo --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples >------ [INFO] Building org.eclipse.ui.forms.examples 4.1.0-SNAPSHOT [28/57] [INFO] from org.eclipse.ui.forms.examples/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.ui.forms.examples --- [INFO] Resolving class path of org.eclipse.ui.forms.examples... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.ui.forms.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.ui.forms.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.ui.forms.examples --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.ui.forms.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.ui.forms.examples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/examples.jar [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.ui.forms.examples --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar_unpacked_11075586168836976622/examples.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar_unpacked_11075586168836976622/examples.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.ui.forms.examples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.ui.forms.examples --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.ui.forms.examples --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder >-- [INFO] Building org.eclipse.swtbot.nebula.nattable.finder 4.1.0-SNAPSHOT [29/57] [INFO] from org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Resolving class path of org.eclipse.swtbot.nebula.nattable.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.nattable.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.nattable.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder >-- [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup.finder 4.1.0-SNAPSHOT [30/57] [INFO] from org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Resolving class path of org.eclipse.swtbot.nebula.checkboxgroup.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder >-- [INFO] Building org.eclipse.swtbot.nebula.stepbar.finder 4.1.0-SNAPSHOT [31/57] [INFO] from org.eclipse.swtbot.nebula.stepbar.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Resolving class path of org.eclipse.swtbot.nebula.stepbar.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.stepbar.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.stepbar.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder >-- [INFO] Building org.eclipse.swtbot.nebula.rangeslider.finder 4.1.0-SNAPSHOT [32/57] [INFO] from org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Resolving class path of org.eclipse.swtbot.nebula.rangeslider.finder... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef >----- [INFO] Building org.eclipse.swtbot.eclipse.gef 4.1.0-SNAPSHOT [33/57] [INFO] from org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.gef --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature >-- [INFO] Building org.eclipse.swtbot.generator.feature 4.1.0-SNAPSHOT [34/57] [INFO] from org.eclipse.swtbot.generator.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.generator.feature --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.generator.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.feature --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] ---------< org.eclipse.swtbot.features:org.eclipse.swtbot.ide >--------- [INFO] Building org.eclipse.swtbot.ide 4.1.0-SNAPSHOT [35/57] [INFO] from org.eclipse.swtbot.ide/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.ide --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.ide --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless >-- [INFO] Building org.eclipse.swtbot.eclipse.junit5.headless 4.1.0-SNAPSHOT [36/57] [INFO] from org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.junit5.headless... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.junit5.headless --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.junit5.headless --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.junit5 >-------- [INFO] Building org.eclipse.swtbot.junit5 4.1.0-SNAPSHOT [37/57] [INFO] from org.eclipse.swtbot.junit5/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.junit5 --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit5 --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery >---- [INFO] Building org.eclipse.swtbot.nebula.gallery 4.1.0-SNAPSHOT [38/57] [INFO] from org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.gallery --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable >--- [INFO] Building org.eclipse.swtbot.nebula.nattable 4.1.0-SNAPSHOT [39/57] [INFO] from org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.nattable --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup >-- [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup 4.1.0-SNAPSHOT [40/57] [INFO] from org.eclipse.swtbot.nebula.checkboxgroup/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar >---- [INFO] Building org.eclipse.swtbot.nebula.stepbar 4.1.0-SNAPSHOT [41/57] [INFO] from org.eclipse.swtbot.nebula.stepbar/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider >-- [INFO] Building org.eclipse.swtbot.nebula.rangeslider 4.1.0-SNAPSHOT [42/57] [INFO] from org.eclipse.swtbot.nebula.rangeslider/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] ----------< org.eclipse.swtbot:org.eclipse.swtbot.updatesite >---------- [INFO] Building org.eclipse.swtbot.updatesite 4.1.0-SNAPSHOT [43/57] [INFO] from org.eclipse.swtbot.updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.updatesite --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.swtbot.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-products (default-publish-products) @ org.eclipse.swtbot.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.swtbot.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtbot.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.swtbot.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.rangeslider.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.generator.feature.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.forms.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.ui.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.e4.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.junit5_x,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.gallery,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.stepbar,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.junit5,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.ide.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.jdt.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.gallery.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.nattable.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.gallery.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.spy,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.spy.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.jdt,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.rules.workbench.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.checkboxgroup,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.stepbar.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.ui,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.swt.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.stepbar.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.client,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.rangeslider,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.ant.junit,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.e4.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.ui.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.junit4_x,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.swt.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.checkboxgroup.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.core,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.client.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.rules.workbench,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.forms.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.checkboxgroup.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.junit.headless,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.core.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.nattable,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.rangeslider.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.junit4_x.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.forms.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.checkboxgroup.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.nattable.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.ide,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse.test.junit,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.nattable.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.go.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.forms,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.junit5.headless,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.gallery.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.go,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.stepbar.finder,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.finder.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.rangeslider.source,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.ui,4.1.0.202306071351. [WARNING] [8bce2706-239e-40e0-a9ca-26cba5f52ffc][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.generator.feature,4.1.0.202306071351. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-repository:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.swtbot.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.updatesite --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] -----< org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test >----- [INFO] Building org.eclipse.swtbot.eclipse.ui.test 4.1.0-SNAPSHOT [44/57] [INFO] from org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.ui.test... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.eclipse.ui.functional.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.8 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest.canCreateSWTBotProject Time elapsed: 5.39 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --< org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards >-- [INFO] Building org.eclipse.swtbot.swt.finder.test.keyboards 4.1.0-SNAPSHOT [45/57] [INFO] from org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Resolving class path of org.eclipse.swtbot.swt.finder.test.keyboards... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test >--- [INFO] Building org.eclipse.swtbot.forms.finder.test 4.1.0-SNAPSHOT [46/57] [INFO] from org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder.test --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Resolving class path of org.eclipse.swtbot.forms.finder.test... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.forms.finder.test.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.136 s - in org.eclipse.swtbot.forms.finder.test.AllTests org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest.canFindHyperlinkWithRegex Time elapsed: 0.018 s org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest.findHyperlink Time elapsed: 0.003 s org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.findImageHyperlinkWithNoImage Time elapsed: 0.005 s org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.canFindImageHyperlinkWithNoImageByRegex Time elapsed: 0.009 s org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.findImageHyperlinkWithImage Time elapsed: 0.002 s org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.canFindImageHyperlinkWithImageByRegex Time elapsed: 0.006 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test >-- [INFO] Building org.eclipse.swtbot.eclipse.finder.test 4.1.0-SNAPSHOT [47/57] [INFO] from org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Resolving class path of org.eclipse.swtbot.eclipse.finder.test... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Running org.eclipse.swtbot.eclipse.finder.AllTests Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 181.052 s - in org.eclipse.swtbot.eclipse.finder.AllTests org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewMenuDropDown Time elapsed: 2.143 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewActionDelegateWithId Time elapsed: 1.818 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarToogleButton Time elapsed: 1.634 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewBotWidgetScope Time elapsed: 1.464 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarButtonNotFound Time elapsed: 1.651 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusAddedProgramatically Time elapsed: 1.82 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarPushButton Time elapsed: 1.631 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.notFindingViewThrowsException Time elapsed: 5.278 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.openView Time elapsed: 1.567 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusExtensionsCommandWithoutParameters Time elapsed: 1.683 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarDropDownButton Time elapsed: 1.704 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusExtensionsParameterizedCommand Time elapsed: 1.659 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.findsView Time elapsed: 0.501 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.breakpointsViewMenuWorkingSets Time elapsed: 1.171 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarRadioButton Time elapsed: 1.588 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.closesAView Time elapsed: 0.437 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.getToolbarButtons Time elapsed: 1.481 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.getsViewTitle Time elapsed: 0.453 s org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionString Time elapsed: 0 s org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionStringThrowable Time elapsed: 0 s org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionThrowable Time elapsed: 0.001 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.canAutoCompleteProposals Time elapsed: 17.416 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.getsAutoCompleteProposals Time elapsed: 12.625 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.contextMenu Time elapsed: 9.785 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.contextMenuWithSubMenu Time elapsed: 8.813 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.isActivePartIsFalseForActiveEditor Time elapsed: 12.37 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.getsStatusMessagesOfEditor Time elapsed: 9.527 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.isActiveIsTrueForActiveEditor Time elapsed: 11.454 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuSubmenu Time elapsed: 8.85 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canGetStatusMessageOfView Time elapsed: 9.14 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canRefreshProject Time elapsed: 8.527 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuCopyQualifiedName Time elapsed: 9.318 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuOnMultipleSelection Time elapsed: 10.381 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessOpen Time elapsed: 9.259 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuWithSubmenus Time elapsed: 8.928 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetPageCount Time elapsed: 0.432 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldSaveEditorContents Time elapsed: 0.488 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.editorShouldBeMarkedDirtyOnChanges Time elapsed: 0.472 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetActivePage Time elapsed: 0.41 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetListOfPageTitles Time elapsed: 0.393 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldAnswerIsActivePageCorrectly Time elapsed: 0.36 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldSetActivePage Time elapsed: 0.353 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithTooltip Time elapsed: 0.224 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithText Time elapsed: 0.225 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithId Time elapsed: 0.228 s org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest.canSelectMultipleRadioInPreferencesWindow Time elapsed: 0.786 s Results: Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test >---- [INFO] Building org.eclipse.swtbot.e4.finder.test 4.1.0-SNAPSHOT [48/57] [INFO] from org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder.test --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Resolving class path of org.eclipse.swtbot.e4.finder.test... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/surefire.properties, -testApplication, org.eclipse.e4.ui.workbench.swt.E4Application, -product, org.eclipse.swtbot.e4.finder.test.product, -nouithread, -clearPersistedState] Launching application org.eclipse.e4.ui.workbench.swt.E4Application... Running org.eclipse.swtbot.e4.finder.test.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.675 s - in org.eclipse.swtbot.e4.finder.test.AllTests org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.showsPart Time elapsed: 0.046 s org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.closePart Time elapsed: 5.02 s org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.findsPart Time elapsed: 0.001 s org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.getsPartTitle Time elapsed: 0 s org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.openNewlyCreatedPart Time elapsed: 0.136 s org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest.switchPerspective Time elapsed: 0.063 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test >-- [INFO] Building org.eclipse.swtbot.nebula.gallery.finder.test 4.1.0-SNAPSHOT [49/57] [INFO] from org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Resolving class path of org.eclipse.swtbot.nebula.gallery.finder.test... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.nebula.gallery.finder.test.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. (SWT:2065): Gtk-CRITICAL **: 13:59:43.408: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:43.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:43.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:44.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:44.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:44.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:44.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:44.424: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:44.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2065): Gtk-CRITICAL **: 13:59:44.587: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.708 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testSelectByText Time elapsed: 0.43 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testCount Time elapsed: 0.15 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testGetGalleryItemByText Time elapsed: 0.111 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testSelectUnselect Time elapsed: 0.126 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testGetGalleryItemByIndex Time elapsed: 0.101 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testMultipleSelectByText Time elapsed: 0.104 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testGetItemByIndex Time elapsed: 0.099 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testSelectByText Time elapsed: 0.105 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testGetItemByText Time elapsed: 0.084 s org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testMultipleSelectByText Time elapsed: 0.073 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] ---< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test >---- [INFO] Building org.eclipse.swtbot.swt.finder.test 4.1.0-SNAPSHOT [50/57] [INFO] from org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test --- [INFO] The project's OSGi version is 4.1.0.202306071351 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Resolving class path of org.eclipse.swtbot.swt.finder.test... [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/surefire.properties] Running org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. (SWT:2150): Gdk-CRITICAL **: 13:59:54.725: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.745 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test.getsControlPath Time elapsed: 0.961 s org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test.findsAllTabItem Time elapsed: 0.525 s Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest (SWT:2150): Gdk-CRITICAL **: 13:59:55.293: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 13:59:55.440: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest org.eclipse.swtbot.swt.finder.finders.MenuFinderTest.findsAllVisibleMenus Time elapsed: 0.147 s org.eclipse.swtbot.swt.finder.finders.MenuFinderTest.clicksMenuItem Time elapsed: 0.127 s Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest (SWT:2150): Gdk-CRITICAL **: 13:59:55.596: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 13:59:56.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:56.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:56.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:56.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:56.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:56.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:56.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 13:59:58.314: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 13:59:58.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:58.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:58.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:58.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:58.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:58.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 13:59:58.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:00.906: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:01.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:01.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:01.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:01.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:01.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:01.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:01.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:03.448: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:03.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:03.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:03.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:03.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:03.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:03.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:03.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-CRITICAL **: 14:00:05.554: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:05.562: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gdk-CRITICAL **: 14:00:05.956: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:06.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:06.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:06.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:06.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:06.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:06.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:06.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:08.531: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:08.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:08.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:08.951: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:08.951: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:08.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:08.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:08.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:11.271: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:11.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:11.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:11.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:11.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:11.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:11.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:11.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:13.901: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:14.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:14.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:14.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:14.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:14.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:14.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:14.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:16.475: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:16.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:16.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:16.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:16.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:16.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:16.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:16.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.384 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsATabItem Time elapsed: 2.718 s org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsControlPathToTabItem Time elapsed: 2.59 s org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsControlPath Time elapsed: 2.542 s org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsOnlyVisibleControls Time elapsed: 2.507 s org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAGroup Time elapsed: 2.575 s org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAShell Time elapsed: 2.74 s org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsText Time elapsed: 2.63 s org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAllTabItem Time elapsed: 2.574 s org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsTwoButtons Time elapsed: 2.5 s Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest (SWT:2150): Gdk-CRITICAL **: 14:00:18.989: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:19.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:19.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:19.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:19.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:19.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:19.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:19.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:21.583: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:21.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:22.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:22.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:22.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:22.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:22.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:22.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:23.978: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:24.375: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:24.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:24.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:24.384: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:24.384: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:24.386: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:24.386: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.574 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.generatesStringFromPath Time elapsed: 2.593 s org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.getsPathFromInvalidString Time elapsed: 2.394 s org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.getsPathFromString Time elapsed: 2.583 s Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest (SWT:2150): Gdk-CRITICAL **: 14:00:26.571: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:26.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:26.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:26.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:26.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:26.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:26.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:26.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:29.053: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:29.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:29.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:29.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:29.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:29.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:29.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:29.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.89 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest.childrenControlFinder1 Time elapsed: 2.482 s org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest.childrenControlFinder2 Time elapsed: 2.406 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest.shouldBeAbleToParseUserProvidedKeyboardLayout Time elapsed: 0.015 s org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest.shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest (SWT:2150): Gdk-CRITICAL **: 14:00:31.493: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:31.589: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:31.672: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForAWTKeyboardStrategy Time elapsed: 0.095 s org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForMockKeyboardStrategy Time elapsed: 0.082 s org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForSWTKeyboardStrategy Time elapsed: 0.092 s Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyWithShiftAndCapitalCharacter Time elapsed: 0.001 s org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForCapitalCharacters Time elapsed: 0 s org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForSmallCharacters Time elapsed: 0 s org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeys Time elapsed: 0 s org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKey Time elapsed: 0 s org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyWithShiftAndSmallCharacter Time elapsed: 0 s org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForSpecialCharacters Time elapsed: 0.01 s org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyForCapitalCharacter Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest (SWT:2150): Gdk-CRITICAL **: 14:00:31.825: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:32.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:32.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:32.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:32.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:32.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:32.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:32.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.501 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest.getsToString Time elapsed: 2.499 s Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.getsToString Time elapsed: 0.002 s org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.matchTooltipIgnoreCase Time elapsed: 0.001 s org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.matchTooltip Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchObjectsWithNullGetTooltip Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchTooltip Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchObjectsWithNoGetTooltipMethod Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.matchMessage Time elapsed: 0.001 s org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchObjectsWithNullGetMessage Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchMessage Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.getsToString Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchObjectsWithNoGetMessageMethod Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest (SWT:2150): Gdk-CRITICAL **: 14:00:34.357: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:34.656: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:34.926: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:35.172: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:35.427: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:35.685: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:35.946: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gdk-CRITICAL **: 14:00:36.227: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTooltip Time elapsed: 0.298 s org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTextIgnoringCase Time elapsed: 0.269 s org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTooltipIgnoringCase Time elapsed: 0.245 s org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithText Time elapsed: 0.255 s org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsInGroup Time elapsed: 0.257 s org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.findsControlsById Time elapsed: 0.261 s org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithLabel Time elapsed: 0.279 s org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithRegex Time elapsed: 0.28 s Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest org.eclipse.swtbot.swt.finder.matchers.WithItemTest.testDescription Time elapsed: 0.002 s Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.matchesRegex Time elapsed: 0.002 s org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.doesNotMatchRegex Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.getsToString Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.doesNotMatchNullText Time elapsed: 0.001 s org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.cannotNotMatchText Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.AllOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest org.eclipse.swtbot.swt.finder.matchers.AllOfTest.testShouldAnswerTrueIfAllMatcherMatches Time elapsed: 0.002 s org.eclipse.swtbot.swt.finder.matchers.AllOfTest.testShouldAnswerFalseIfAnyMatchersDoesNotMatch Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithoutAccesor Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithMnemonic Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesWithoutMnemonic Time elapsed: 0.001 s org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMnemonic Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithoutMnemonic Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.AnyOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.AnyOfTest org.eclipse.swtbot.swt.finder.matchers.AnyOfTest.testShouldAnswerTrueIfAnyMatcherMatches Time elapsed: 0.002 s org.eclipse.swtbot.swt.finder.matchers.AnyOfTest.testShouldAnswerFalseIfNoMatchersMatche Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchText Time elapsed: 0.001 s org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchObjectsWithNullGetText Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.getsToString Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.matchText Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchObjectsWithNoGetTextMethod Time elapsed: 0 s org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.matchTextIgnoreCase Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest (SWT:2150): Gdk-CRITICAL **: 14:00:36.602: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-CRITICAL **: 14:00:36.820: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.822: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.860: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.910: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.910: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.955: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.957: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.975: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.976: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:36.993: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:37.043: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:37.043: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:37.050: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:37.050: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:37.068: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2150): Gtk-CRITICAL **: 14:00:37.068: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest.dragsAndDropsFromTreeToTree Time elapsed: 0.502 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest (SWT:2150): Gdk-CRITICAL **: 14:00:37.112: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:37.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:37.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:37.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:37.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:37.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:37.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:37.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:39.803: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:40.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:40.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:40.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:40.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:40.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:40.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:40.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:42.769: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:43.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:43.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:43.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:43.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:43.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:43.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:43.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:45.630: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:46.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:46.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:46.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:46.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:46.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:46.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:46.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:48.362: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:48.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:48.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:48.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:48.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:48.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:48.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:48.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:51.244: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:51.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:51.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:51.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:51.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:51.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:51.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:51.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:53.634: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:53.640: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:53.643: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:53.643: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:53.643: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:53.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:53.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:00:54.141: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:00:54.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:54.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:54.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:54.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:54.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:54.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:00:54.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.704 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetExpandItemCount Time elapsed: 2.69 s org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldCollapseAnItem Time elapsed: 2.965 s org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldExpandAnItem Time elapsed: 2.861 s org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetExpandedAndCollapsedItemCount Time elapsed: 2.732 s org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetAllExpandBarItems Time elapsed: 2.881 s org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldMatchEvents Time elapsed: 2.897 s org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldThrowExceptionWhenItemIsNotFound Time elapsed: 7.673 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest (SWT:2150): Gdk-CRITICAL **: 14:01:01.825: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:01:02.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:02.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:02.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:02.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:02.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:02.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:02.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gdk-CRITICAL **: 14:01:04.615: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:2150): Gtk-WARNING **: 14:01:05.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:05.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:05.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:05.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:05.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:05.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:2150): Gtk-WARNING **: 14:01:05.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Terminating xvnc. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse SWTBot 4.1.0-SNAPSHOT: [INFO] [INFO] Eclipse SWTBot ..................................... SUCCESS [ 6.125 s] [INFO] org.eclipse.swtbot.ant.junit ....................... SUCCESS [ 10.495 s] [INFO] org.eclipse.swtbot.eclipse.core .................... SUCCESS [ 5.659 s] [INFO] org.eclipse.swtbot.swt.finder ...................... SUCCESS [ 7.959 s] [INFO] org.eclipse.swtbot.eclipse.finder .................. SUCCESS [ 4.998 s] [INFO] org.eclipse.swtbot.e4.finder ....................... SUCCESS [ 3.372 s] [INFO] org.eclipse.swtbot.junit4_x ........................ SUCCESS [ 4.724 s] [INFO] org.eclipse.swtbot ................................. SUCCESS [ 2.535 s] [INFO] org.eclipse.swtbot.forms.finder .................... SUCCESS [ 2.838 s] [INFO] org.eclipse.swtbot.forms ........................... SUCCESS [ 2.537 s] [INFO] org.eclipse.swtbot.go .............................. SUCCESS [ 2.377 s] [INFO] org.eclipse.swtbot.eclipse ......................... SUCCESS [ 3.217 s] [INFO] org.eclipse.swtbot.eclipse.dsl ..................... SUCCESS [ 2.940 s] [INFO] org.eclipse.swtbot.eclipse.gef.finder .............. SUCCESS [ 3.203 s] [INFO] org.eclipse.swtbot.eclipse.spy ..................... SUCCESS [ 3.625 s] [INFO] org.eclipse.swtbot.eclipse.junit.headless .......... SUCCESS [ 3.050 s] [INFO] org.eclipse.swtbot.eclipse.test.junit .............. SUCCESS [ 2.365 s] [INFO] org.eclipse.swtbot.eclipse.ui ...................... SUCCESS [ 5.241 s] [INFO] org.eclipse.swtbot.generator ....................... SUCCESS [ 3.016 s] [INFO] org.eclipse.swtbot.generator.client ................ SUCCESS [ 4.830 s] [INFO] org.eclipse.swtbot.generator.rules.workbench ....... SUCCESS [ 2.799 s] [INFO] org.eclipse.swtbot.generator.jdt ................... SUCCESS [ 4.516 s] [INFO] org.eclipse.swtbot.generator.ui .................... SUCCESS [ 3.743 s] [INFO] org.eclipse.swtbot.junit5_x ........................ SUCCESS [ 3.454 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder ........... SUCCESS [ 3.174 s] [INFO] org.eclipse.swt.examples ........................... SUCCESS [ 6.530 s] [INFO] org.eclipse.swtbot.swt.demo ........................ SUCCESS [ 2.815 s] [INFO] org.eclipse.ui.forms.examples ...................... SUCCESS [ 5.035 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder .......... SUCCESS [ 2.780 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder ..... SUCCESS [ 2.641 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder ........... SUCCESS [ 3.071 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder ....... SUCCESS [ 2.557 s] [INFO] org.eclipse.swtbot.eclipse.gef ..................... SUCCESS [ 3.028 s] [INFO] org.eclipse.swtbot.generator.feature ............... SUCCESS [ 2.885 s] [INFO] org.eclipse.swtbot.ide ............................. SUCCESS [ 2.601 s] [INFO] org.eclipse.swtbot.eclipse.junit5.headless ......... SUCCESS [ 4.127 s] [INFO] org.eclipse.swtbot.junit5 .......................... SUCCESS [ 2.687 s] [INFO] org.eclipse.swtbot.nebula.gallery .................. SUCCESS [ 3.136 s] [INFO] org.eclipse.swtbot.nebula.nattable ................. SUCCESS [ 2.462 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup ............ SUCCESS [ 2.640 s] [INFO] org.eclipse.swtbot.nebula.stepbar .................. SUCCESS [ 2.576 s] [INFO] org.eclipse.swtbot.nebula.rangeslider .............. SUCCESS [ 2.567 s] [INFO] org.eclipse.swtbot.updatesite ...................... SUCCESS [ 4.546 s] [INFO] org.eclipse.swtbot.eclipse.ui.test ................. SUCCESS [ 27.427 s] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards ....... SUCCESS [ 3.234 s] [INFO] org.eclipse.swtbot.forms.finder.test ............... SUCCESS [ 15.226 s] [INFO] org.eclipse.swtbot.eclipse.finder.test ............. SUCCESS [03:15 min] [INFO] org.eclipse.swtbot.e4.finder.test .................. SUCCESS [ 14.583 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test ...... SUCCESS [ 12.761 s] [INFO] org.eclipse.swtbot.swt.finder.test ................. FAILURE [19:43 min] [INFO] org.eclipse.swtbot.test ............................ SKIPPED [INFO] org.eclipse.swtbot.generator.test .................. SKIPPED [INFO] org.eclipse.swtbot.generator.jdt.test .............. SKIPPED [INFO] org.eclipse.swtbot.nebula.nattable.finder.test ..... SKIPPED [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test SKIPPED [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test ...... SKIPPED [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28:12 min [INFO] Finished at: 2023-06-07T14:19:29Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:3.0.4:test (default-test) on project org.eclipse.swtbot.swt.finder.test: An unexpected error occurred while launching the test runtime (process returned error code 143(SIGTERM received?)). Command-line used to launch the sub-process was /opt/tools/java/openjdk/jdk-17/latest/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* -Xms64m -Xmx1024m -Dosgi.clean=true -jar /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar -data /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/data -install /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work -configuration /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/surefire.properties in working directory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.swtbot.swt.finder.test $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 47 killed; [ssh-agent] Stopped. Build was aborted Aborted by Patrick Tasse Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: ABORTED